diff mbox series

arm: at91: gardena-smart-gateway-at91sam: Adjust to production values

Message ID 20210617165737.206389-1-code@reto-schneider.ch
State Accepted
Delegated to: Eugen Hristev
Headers show
Series arm: at91: gardena-smart-gateway-at91sam: Adjust to production values | expand

Commit Message

Reto Schneider June 17, 2021, 4:57 p.m. UTC
From: Reto Schneider <reto.schneider@husqvarnagroup.com>

This commit updates the default config with the values that will be used
soon on the Atmel / Microchip AT91SAM9G25 based GARDENA smart gateway.

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
---
This patch applies to current u-boot-atmel/next

 configs/gardena-smart-gateway-at91sam_defconfig | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

Comments

Stefan Roese June 18, 2021, 5:51 a.m. UTC | #1
On 17.06.21 18:57, Reto Schneider wrote:
> From: Reto Schneider <reto.schneider@husqvarnagroup.com>
> 
> This commit updates the default config with the values that will be used
> soon on the Atmel / Microchip AT91SAM9G25 based GARDENA smart gateway.
> 
> Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> This patch applies to current u-boot-atmel/next
> 
>   configs/gardena-smart-gateway-at91sam_defconfig | 15 ++++++++++++++-
>   1 file changed, 14 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig
> index 40fe0f150e..c626cd699a 100644
> --- a/configs/gardena-smart-gateway-at91sam_defconfig
> +++ b/configs/gardena-smart-gateway-at91sam_defconfig
> @@ -8,6 +8,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
>   CONFIG_SPL_LIBGENERIC_SUPPORT=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_NR_DRAM_BANKS=1
> +CONFIG_SYS_MEMTEST_START=0x0
>   CONFIG_ENV_SIZE=0x10000
>   CONFIG_DM_GPIO=y
>   CONFIG_SPL_TEXT_BASE=0x300000
> @@ -22,6 +23,8 @@ CONFIG_DEBUG_UART=y
>   CONFIG_FIT=y
>   CONFIG_NAND_BOOT=y
>   CONFIG_BOOTDELAY=0
> +CONFIG_AUTOBOOT_KEYED=y
> +CONFIG_AUTOBOOT_STOP_STR="x"
>   CONFIG_USE_BOOTARGS=y
>   CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,768k(uboot)ro,256k(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs rw"
>   CONFIG_SYS_CONSOLE_IS_IN_ENV=y
> @@ -32,20 +35,26 @@ CONFIG_SPL_NAND_SUPPORT=y
>   CONFIG_SPL_NAND_DRIVERS=y
>   CONFIG_SPL_NAND_BASE=y
>   CONFIG_HUSH_PARSER=y
> +CONFIG_CMD_LICENSE=y
>   CONFIG_CMD_BOOTZ=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMTEST=y
> +CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_DM=y
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_GPIO=y
>   CONFIG_CMD_MTD=y
>   CONFIG_CMD_NAND=y
>   CONFIG_CMD_WDT=y
> -# CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_TIME=y
> +CONFIG_CMD_GETTIME=y
> +CONFIG_CMD_UUID=y
>   CONFIG_CMD_FAT=y
>   CONFIG_CMD_MTDPARTS=y
> +CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y
>   CONFIG_MTDIDS_DEFAULT="nand0=atmel_nand"
>   CONFIG_MTDPARTS_DEFAULT="atmel_nand:1536k(uboot),10752k(unused),-(ubi)"
>   CONFIG_CMD_UBI=y
> @@ -58,6 +67,8 @@ CONFIG_ENV_UBI_PART="ubi"
>   CONFIG_ENV_UBI_VOLUME="uboot_env0"
>   CONFIG_ENV_UBI_VOLUME_REDUND="uboot_env1"
>   CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> +CONFIG_VERSION_VARIABLE=y
>   CONFIG_NET_RANDOM_ETHADDR=y
>   CONFIG_DM=y
>   CONFIG_SPL_DM=y
> @@ -71,6 +82,7 @@ CONFIG_LED_GPIO=y
>   CONFIG_MTD=y
>   CONFIG_NAND_ATMEL=y
>   CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y
> +CONFIG_MTD_UBI_FASTMAP=y
>   CONFIG_DM_ETH=y
>   CONFIG_MACB=y
>   CONFIG_PINCTRL=y
> @@ -84,3 +96,4 @@ CONFIG_ATMEL_PIT_TIMER=y
>   CONFIG_WDT=y
>   CONFIG_WDT_AT91=y
>   # CONFIG_UBIFS_SILENCE_MSG is not set
> +CONFIG_LZMA=y
> 


Viele Grüße,
Stefan
Eugen Hristev Aug. 18, 2021, 10:42 a.m. UTC | #2
On 6/17/21 7:57 PM, Reto Schneider wrote:
> From: Reto Schneider <reto.schneider@husqvarnagroup.com>
> 
> This commit updates the default config with the values that will be used
> soon on the Atmel / Microchip AT91SAM9G25 based GARDENA smart gateway.
> 
> Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
> ---
> This patch applies to current u-boot-atmel/next

Applied to u-boot-atmel/next

Sorry for taking so long, somehow I missed this patch as it had 
identical subject with a previous patch which I already applied, but 
this patch does something different.
Anyway, I applied it to next, but will be queued for the next merge window.

Eugen

> 
>   configs/gardena-smart-gateway-at91sam_defconfig | 15 ++++++++++++++-
>   1 file changed, 14 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig
> index 40fe0f150e..c626cd699a 100644
> --- a/configs/gardena-smart-gateway-at91sam_defconfig
> +++ b/configs/gardena-smart-gateway-at91sam_defconfig
> @@ -8,6 +8,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
>   CONFIG_SPL_LIBGENERIC_SUPPORT=y
>   CONFIG_SYS_MALLOC_F_LEN=0x2000
>   CONFIG_NR_DRAM_BANKS=1
> +CONFIG_SYS_MEMTEST_START=0x0
>   CONFIG_ENV_SIZE=0x10000
>   CONFIG_DM_GPIO=y
>   CONFIG_SPL_TEXT_BASE=0x300000
> @@ -22,6 +23,8 @@ CONFIG_DEBUG_UART=y
>   CONFIG_FIT=y
>   CONFIG_NAND_BOOT=y
>   CONFIG_BOOTDELAY=0
> +CONFIG_AUTOBOOT_KEYED=y
> +CONFIG_AUTOBOOT_STOP_STR="x"
>   CONFIG_USE_BOOTARGS=y
>   CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,768k(uboot)ro,256k(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs rw"
>   CONFIG_SYS_CONSOLE_IS_IN_ENV=y
> @@ -32,20 +35,26 @@ CONFIG_SPL_NAND_SUPPORT=y
>   CONFIG_SPL_NAND_DRIVERS=y
>   CONFIG_SPL_NAND_BASE=y
>   CONFIG_HUSH_PARSER=y
> +CONFIG_CMD_LICENSE=y
>   CONFIG_CMD_BOOTZ=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMTEST=y
> +CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_DM=y
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_GPIO=y
>   CONFIG_CMD_MTD=y
>   CONFIG_CMD_NAND=y
>   CONFIG_CMD_WDT=y
> -# CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_DHCP=y
>   CONFIG_CMD_PING=y
>   CONFIG_CMD_CACHE=y
>   CONFIG_CMD_TIME=y
> +CONFIG_CMD_GETTIME=y
> +CONFIG_CMD_UUID=y
>   CONFIG_CMD_FAT=y
>   CONFIG_CMD_MTDPARTS=y
> +CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y
>   CONFIG_MTDIDS_DEFAULT="nand0=atmel_nand"
>   CONFIG_MTDPARTS_DEFAULT="atmel_nand:1536k(uboot),10752k(unused),-(ubi)"
>   CONFIG_CMD_UBI=y
> @@ -58,6 +67,8 @@ CONFIG_ENV_UBI_PART="ubi"
>   CONFIG_ENV_UBI_VOLUME="uboot_env0"
>   CONFIG_ENV_UBI_VOLUME_REDUND="uboot_env1"
>   CONFIG_SYS_RELOC_GD_ENV_ADDR=y
> +CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
> +CONFIG_VERSION_VARIABLE=y
>   CONFIG_NET_RANDOM_ETHADDR=y
>   CONFIG_DM=y
>   CONFIG_SPL_DM=y
> @@ -71,6 +82,7 @@ CONFIG_LED_GPIO=y
>   CONFIG_MTD=y
>   CONFIG_NAND_ATMEL=y
>   CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y
> +CONFIG_MTD_UBI_FASTMAP=y
>   CONFIG_DM_ETH=y
>   CONFIG_MACB=y
>   CONFIG_PINCTRL=y
> @@ -84,3 +96,4 @@ CONFIG_ATMEL_PIT_TIMER=y
>   CONFIG_WDT=y
>   CONFIG_WDT_AT91=y
>   # CONFIG_UBIFS_SILENCE_MSG is not set
> +CONFIG_LZMA=y
> --
> 2.30.2
>
diff mbox series

Patch

diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig
index 40fe0f150e..c626cd699a 100644
--- a/configs/gardena-smart-gateway-at91sam_defconfig
+++ b/configs/gardena-smart-gateway-at91sam_defconfig
@@ -8,6 +8,7 @@  CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_NR_DRAM_BANKS=1
+CONFIG_SYS_MEMTEST_START=0x0
 CONFIG_ENV_SIZE=0x10000
 CONFIG_DM_GPIO=y
 CONFIG_SPL_TEXT_BASE=0x300000
@@ -22,6 +23,8 @@  CONFIG_DEBUG_UART=y
 CONFIG_FIT=y
 CONFIG_NAND_BOOT=y
 CONFIG_BOOTDELAY=0
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_STOP_STR="x"
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,768k(uboot)ro,256k(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs rw"
 CONFIG_SYS_CONSOLE_IS_IN_ENV=y
@@ -32,20 +35,26 @@  CONFIG_SPL_NAND_SUPPORT=y
 CONFIG_SPL_NAND_DRIVERS=y
 CONFIG_SPL_NAND_BASE=y
 CONFIG_HUSH_PARSER=y
+CONFIG_CMD_LICENSE=y
 CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_MEMINFO=y
+CONFIG_CMD_MEMTEST=y
+CONFIG_SYS_ALT_MEMTEST=y
 CONFIG_CMD_DM=y
 # CONFIG_CMD_FLASH is not set
 CONFIG_CMD_GPIO=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_NAND=y
 CONFIG_CMD_WDT=y
-# CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_PING=y
 CONFIG_CMD_CACHE=y
 CONFIG_CMD_TIME=y
+CONFIG_CMD_GETTIME=y
+CONFIG_CMD_UUID=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_MTDPARTS=y
+CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y
 CONFIG_MTDIDS_DEFAULT="nand0=atmel_nand"
 CONFIG_MTDPARTS_DEFAULT="atmel_nand:1536k(uboot),10752k(unused),-(ubi)"
 CONFIG_CMD_UBI=y
@@ -58,6 +67,8 @@  CONFIG_ENV_UBI_PART="ubi"
 CONFIG_ENV_UBI_VOLUME="uboot_env0"
 CONFIG_ENV_UBI_VOLUME_REDUND="uboot_env1"
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
+CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
+CONFIG_VERSION_VARIABLE=y
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_DM=y
 CONFIG_SPL_DM=y
@@ -71,6 +82,7 @@  CONFIG_LED_GPIO=y
 CONFIG_MTD=y
 CONFIG_NAND_ATMEL=y
 CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER=y
+CONFIG_MTD_UBI_FASTMAP=y
 CONFIG_DM_ETH=y
 CONFIG_MACB=y
 CONFIG_PINCTRL=y
@@ -84,3 +96,4 @@  CONFIG_ATMEL_PIT_TIMER=y
 CONFIG_WDT=y
 CONFIG_WDT_AT91=y
 # CONFIG_UBIFS_SILENCE_MSG is not set
+CONFIG_LZMA=y