All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] configs: Minor fixes
@ 2019-02-06 14:19 Alexander Dahl
  2019-02-06 14:19 ` [U-Boot] [PATCH 1/2] configs: Remove version control leftovers Alexander Dahl
  2019-02-06 14:19 ` [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant Alexander Dahl
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Dahl @ 2019-02-06 14:19 UTC (permalink / raw)
  To: u-boot

Hei hei,

two small patches. One is some missing piece in a defconfig for
Microchip SAMA5D27-SOM1-EK1 board. The other one is something I
stumbled over by accident.

Greets
Alex

Alexander Dahl (2):
  configs: Remove version control leftovers
  configs: sama5d27_som1_ek: Activate misc init for uSD variant

 configs/kylin-rk3036_defconfig.rej      | 10 ----------
 configs/puma-rk3399_defconfig.rej       | 10 ----------
 configs/sama5d27_som1_ek_mmc1_defconfig |  1 +
 3 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 configs/kylin-rk3036_defconfig.rej
 delete mode 100644 configs/puma-rk3399_defconfig.rej

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/2] configs: Remove version control leftovers
  2019-02-06 14:19 [U-Boot] [PATCH 0/2] configs: Minor fixes Alexander Dahl
@ 2019-02-06 14:19 ` Alexander Dahl
  2019-02-06 14:23   ` Philipp Tomsich
  2019-02-06 14:19 ` [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant Alexander Dahl
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2019-02-06 14:19 UTC (permalink / raw)
  To: u-boot

I assume those should not have been committed in the first place?

Fixes: 2ec3d25f8faab51c2334174a582a96ad28d96344
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 configs/kylin-rk3036_defconfig.rej | 10 ----------
 configs/puma-rk3399_defconfig.rej  | 10 ----------
 2 files changed, 20 deletions(-)
 delete mode 100644 configs/kylin-rk3036_defconfig.rej
 delete mode 100644 configs/puma-rk3399_defconfig.rej

diff --git a/configs/kylin-rk3036_defconfig.rej b/configs/kylin-rk3036_defconfig.rej
deleted file mode 100644
index 5478e65f1a..0000000000
--- a/configs/kylin-rk3036_defconfig.rej
+++ /dev/null
@@ -1,10 +0,0 @@
---- configs/kylin-rk3036_defconfig
-+++ configs/kylin-rk3036_defconfig
-@@ -8,6 +8,7 @@ CONFIG_ROCKCHIP_RK3036=y
- CONFIG_TARGET_KYLIN_RK3036=y
- CONFIG_SPL_STACK_R_ADDR=0x80000
- CONFIG_DEFAULT_DEVICE_TREE="rk3036-sdk"
-+CONFIG_DEBUG_UART=y
- CONFIG_SPL_SYS_MALLOC_F_LEN=0x0
- # CONFIG_ANDROID_BOOT_IMAGE is not set
- # CONFIG_DISPLAY_CPUINFO is not set
diff --git a/configs/puma-rk3399_defconfig.rej b/configs/puma-rk3399_defconfig.rej
deleted file mode 100644
index 78a1819b5f..0000000000
--- a/configs/puma-rk3399_defconfig.rej
+++ /dev/null
@@ -1,10 +0,0 @@
---- configs/puma-rk3399_defconfig
-+++ configs/puma-rk3399_defconfig
-@@ -74,7 +74,6 @@ CONFIG_ETH_DESIGNWARE=y
- CONFIG_GMAC_ROCKCHIP=y
- CONFIG_PINCTRL=y
- CONFIG_SPL_PINCTRL=y
--CONFIG_PINCTRL_ROCKCHIP_RK3399=y
- CONFIG_DM_PMIC=y
- CONFIG_DM_PMIC_FAN53555=y
- CONFIG_PMIC_RK8XX=y
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant
  2019-02-06 14:19 [U-Boot] [PATCH 0/2] configs: Minor fixes Alexander Dahl
  2019-02-06 14:19 ` [U-Boot] [PATCH 1/2] configs: Remove version control leftovers Alexander Dahl
@ 2019-02-06 14:19 ` Alexander Dahl
  2019-02-08  7:53   ` Eugen.Hristev at microchip.com
  1 sibling, 1 reply; 5+ messages in thread
From: Alexander Dahl @ 2019-02-06 14:19 UTC (permalink / raw)
  To: u-boot

This was already set for 'sama5d27_som1_ek_mmc_defconfig' (first SD
card, full size). Without this option set, the MAC address is not read
from the I²C EEPROM at boot, and remains unset:

    U-Boot 2019.01 (Jan 01 2019 - 00:00:00 +0000)

    CPU: SAMA5D27 1G bits DDR2 SDRAM
    Crystal frequency:       24 MHz
    CPU clock        :      492 MHz
    Master clock     :      164 MHz
    DRAM:  128 MiB
    MMC:   sdio-host at a0000000: 0, sdio-host at b0000000: 1
    Loading Environment from FAT... OK
    In:    serial
    Out:   serial
    Err:   serial
    Net:
    Error: ethernet at f8008000 address not set.
    eth-1: ethernet at f8008000
    Hit any key to stop autoboot:  0

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 configs/sama5d27_som1_ek_mmc1_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sama5d27_som1_ek_mmc1_defconfig b/configs/sama5d27_som1_ek_mmc1_defconfig
index 5f4abe8605..9ba8d79e31 100644
--- a/configs/sama5d27_som1_ek_mmc1_defconfig
+++ b/configs/sama5d27_som1_ek_mmc1_defconfig
@@ -23,6 +23,7 @@ CONFIG_SD_BOOT=y
 CONFIG_BOOTDELAY=3
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rw rootwait"
+CONFIG_MISC_INIT_R=y
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_SPL_SEPARATE_BSS=y
 CONFIG_HUSH_PARSER=y
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 1/2] configs: Remove version control leftovers
  2019-02-06 14:19 ` [U-Boot] [PATCH 1/2] configs: Remove version control leftovers Alexander Dahl
@ 2019-02-06 14:23   ` Philipp Tomsich
  0 siblings, 0 replies; 5+ messages in thread
From: Philipp Tomsich @ 2019-02-06 14:23 UTC (permalink / raw)
  To: u-boot

Alexander,

there’s a PR for this open already:
	https://patchwork.ozlabs.org/patch/1036561/

Sorry for the inconvenience.
Philipp.

> On 06.02.2019, at 15:19, Alexander Dahl <ada@thorsis.com> wrote:
> 
> I assume those should not have been committed in the first place?
> 
> Fixes: 2ec3d25f8faab51c2334174a582a96ad28d96344
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> ---
> configs/kylin-rk3036_defconfig.rej | 10 ----------
> configs/puma-rk3399_defconfig.rej  | 10 ----------
> 2 files changed, 20 deletions(-)
> delete mode 100644 configs/kylin-rk3036_defconfig.rej
> delete mode 100644 configs/puma-rk3399_defconfig.rej
> 
> diff --git a/configs/kylin-rk3036_defconfig.rej b/configs/kylin-rk3036_defconfig.rej
> deleted file mode 100644
> index 5478e65f1a..0000000000
> --- a/configs/kylin-rk3036_defconfig.rej
> +++ /dev/null
> @@ -1,10 +0,0 @@
> ---- configs/kylin-rk3036_defconfig
> -+++ configs/kylin-rk3036_defconfig
> -@@ -8,6 +8,7 @@ CONFIG_ROCKCHIP_RK3036=y
> - CONFIG_TARGET_KYLIN_RK3036=y
> - CONFIG_SPL_STACK_R_ADDR=0x80000
> - CONFIG_DEFAULT_DEVICE_TREE="rk3036-sdk"
> -+CONFIG_DEBUG_UART=y
> - CONFIG_SPL_SYS_MALLOC_F_LEN=0x0
> - # CONFIG_ANDROID_BOOT_IMAGE is not set
> - # CONFIG_DISPLAY_CPUINFO is not set
> diff --git a/configs/puma-rk3399_defconfig.rej b/configs/puma-rk3399_defconfig.rej
> deleted file mode 100644
> index 78a1819b5f..0000000000
> --- a/configs/puma-rk3399_defconfig.rej
> +++ /dev/null
> @@ -1,10 +0,0 @@
> ---- configs/puma-rk3399_defconfig
> -+++ configs/puma-rk3399_defconfig
> -@@ -74,7 +74,6 @@ CONFIG_ETH_DESIGNWARE=y
> - CONFIG_GMAC_ROCKCHIP=y
> - CONFIG_PINCTRL=y
> - CONFIG_SPL_PINCTRL=y
> --CONFIG_PINCTRL_ROCKCHIP_RK3399=y
> - CONFIG_DM_PMIC=y
> - CONFIG_DM_PMIC_FAN53555=y
> - CONFIG_PMIC_RK8XX=y
> -- 
> 2.11.0
> 
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant
  2019-02-06 14:19 ` [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant Alexander Dahl
@ 2019-02-08  7:53   ` Eugen.Hristev at microchip.com
  0 siblings, 0 replies; 5+ messages in thread
From: Eugen.Hristev at microchip.com @ 2019-02-08  7:53 UTC (permalink / raw)
  To: u-boot



On 06.02.2019 16:19, Alexander Dahl wrote:
> This was already set for 'sama5d27_som1_ek_mmc_defconfig' (first SD
> card, full size). Without this option set, the MAC address is not read
> from the I²C EEPROM at boot, and remains unset:
> 
>      U-Boot 2019.01 (Jan 01 2019 - 00:00:00 +0000)
> 
>      CPU: SAMA5D27 1G bits DDR2 SDRAM
>      Crystal frequency:       24 MHz
>      CPU clock        :      492 MHz
>      Master clock     :      164 MHz
>      DRAM:  128 MiB
>      MMC:   sdio-host at a0000000: 0, sdio-host at b0000000: 1
>      Loading Environment from FAT... OK
>      In:    serial
>      Out:   serial
>      Err:   serial
>      Net:
>      Error: ethernet at f8008000 address not set.
>      eth-1: ethernet at f8008000
>      Hit any key to stop autoboot:  0
> 
> Signed-off-by: Alexander Dahl <ada@thorsis.com>


Applied to u-boot-atmel/master
Thanks !

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-08  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 14:19 [U-Boot] [PATCH 0/2] configs: Minor fixes Alexander Dahl
2019-02-06 14:19 ` [U-Boot] [PATCH 1/2] configs: Remove version control leftovers Alexander Dahl
2019-02-06 14:23   ` Philipp Tomsich
2019-02-06 14:19 ` [U-Boot] [PATCH 2/2] configs: sama5d27_som1_ek: Activate misc init for uSD variant Alexander Dahl
2019-02-08  7:53   ` Eugen.Hristev at microchip.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.