* [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM
@ 2016-06-10 20:32 Madan Srinivas
2016-06-10 20:32 ` [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms Madan Srinivas
2016-06-16 5:13 ` [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Lokesh Vutla
0 siblings, 2 replies; 5+ messages in thread
From: Madan Srinivas @ 2016-06-10 20:32 UTC (permalink / raw)
To: u-boot
Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for
AM437x HS EVMs. This syncs up the config options between
GP and HS EVMs.
Signed-off-by: Madan Srinivas <madans@ti.com>
---
configs/am437x_hs_evm_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
index 1d7fabc..35e1fa2 100644
--- a/configs/am437x_hs_evm_defconfig
+++ b/configs/am437x_hs_evm_defconfig
@@ -10,7 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
CONFIG_SPL=y
CONFIG_ISW_ENTRY_ADDR=0x40302ae0
CONFIG_SPL_STACK_R=y
-CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
+CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND"
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_HUSH_PARSER=y
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms
2016-06-10 20:32 [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Madan Srinivas
@ 2016-06-10 20:32 ` Madan Srinivas
2016-06-16 5:13 ` Lokesh Vutla
2016-06-16 17:52 ` Andreas Dannenberg
2016-06-16 5:13 ` [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Lokesh Vutla
1 sibling, 2 replies; 5+ messages in thread
From: Madan Srinivas @ 2016-06-10 20:32 UTC (permalink / raw)
To: u-boot
Adds FIT support to the SPL and u-boot for AM437x HS devices.
Signed-off-by: Madan Srinivas <madans@ti.com>
---
Changes in v2:
configs/am437x_hs_evm_defconfig:
Removes NAND that was incorrectly added in v1 to
CONFIG_SYS_EXTRA_OPTIONS
configs/am437x_hs_evm_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
index 3cd39eb..1d7fabc 100644
--- a/configs/am437x_hs_evm_defconfig
+++ b/configs/am437x_hs_evm_defconfig
@@ -11,6 +11,8 @@ CONFIG_SPL=y
CONFIG_ISW_ENTRY_ADDR=0x40302ae0
CONFIG_SPL_STACK_R=y
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
+CONFIG_FIT=y
+CONFIG_SPL_LOAD_FIT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
# CONFIG_CMD_IMLS is not set
@@ -33,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_CONTROL=y
+CONFIG_OF_LIST="am437x-gp-evm"
CONFIG_DM=y
CONFIG_DM_MMC=y
CONFIG_SPI_FLASH=y
@@ -53,3 +56,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
CONFIG_G_DNL_VENDOR_NUM=0x0403
CONFIG_G_DNL_PRODUCT_NUM=0xbd00
+CONFIG_SPL_OF_LIBFDT=y
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM
2016-06-10 20:32 [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Madan Srinivas
2016-06-10 20:32 ` [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms Madan Srinivas
@ 2016-06-16 5:13 ` Lokesh Vutla
1 sibling, 0 replies; 5+ messages in thread
From: Lokesh Vutla @ 2016-06-16 5:13 UTC (permalink / raw)
To: u-boot
On Saturday 11 June 2016 02:02 AM, Madan Srinivas wrote:
> Adds missing NAND option to CONFIG_SYS_EXTRA_OPTIONS for
> AM437x HS EVMs. This syncs up the config options between
> GP and HS EVMs.
>
> Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
> ---
> configs/am437x_hs_evm_defconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
> index 1d7fabc..35e1fa2 100644
> --- a/configs/am437x_hs_evm_defconfig
> +++ b/configs/am437x_hs_evm_defconfig
> @@ -10,7 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="am437x-gp-evm"
> CONFIG_SPL=y
> CONFIG_ISW_ENTRY_ADDR=0x40302ae0
> CONFIG_SPL_STACK_R=y
> -CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
> +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1,NAND"
> CONFIG_FIT=y
> CONFIG_SPL_LOAD_FIT=y
> CONFIG_HUSH_PARSER=y
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms
2016-06-10 20:32 ` [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms Madan Srinivas
@ 2016-06-16 5:13 ` Lokesh Vutla
2016-06-16 17:52 ` Andreas Dannenberg
1 sibling, 0 replies; 5+ messages in thread
From: Lokesh Vutla @ 2016-06-16 5:13 UTC (permalink / raw)
To: u-boot
On Saturday 11 June 2016 02:02 AM, Madan Srinivas wrote:
> Adds FIT support to the SPL and u-boot for AM437x HS devices.
>
> Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
> ---
>
> Changes in v2:
> configs/am437x_hs_evm_defconfig:
> Removes NAND that was incorrectly added in v1 to
> CONFIG_SYS_EXTRA_OPTIONS
>
> configs/am437x_hs_evm_defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
> index 3cd39eb..1d7fabc 100644
> --- a/configs/am437x_hs_evm_defconfig
> +++ b/configs/am437x_hs_evm_defconfig
> @@ -11,6 +11,8 @@ CONFIG_SPL=y
> CONFIG_ISW_ENTRY_ADDR=0x40302ae0
> CONFIG_SPL_STACK_R=y
> CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
> +CONFIG_FIT=y
> +CONFIG_SPL_LOAD_FIT=y
> CONFIG_HUSH_PARSER=y
> CONFIG_CMD_BOOTZ=y
> # CONFIG_CMD_IMLS is not set
> @@ -33,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
> CONFIG_CMD_FAT=y
> CONFIG_CMD_FS_GENERIC=y
> CONFIG_OF_CONTROL=y
> +CONFIG_OF_LIST="am437x-gp-evm"
> CONFIG_DM=y
> CONFIG_DM_MMC=y
> CONFIG_SPI_FLASH=y
> @@ -53,3 +56,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
> CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
> CONFIG_G_DNL_VENDOR_NUM=0x0403
> CONFIG_G_DNL_PRODUCT_NUM=0xbd00
> +CONFIG_SPL_OF_LIBFDT=y
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms
2016-06-10 20:32 ` [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms Madan Srinivas
2016-06-16 5:13 ` Lokesh Vutla
@ 2016-06-16 17:52 ` Andreas Dannenberg
1 sibling, 0 replies; 5+ messages in thread
From: Andreas Dannenberg @ 2016-06-16 17:52 UTC (permalink / raw)
To: u-boot
Hi Madan,
On Fri, Jun 10, 2016 at 04:32:07PM -0400, Madan Srinivas wrote:
> Adds FIT support to the SPL and u-boot for AM437x HS devices.
as discussed offline your patch no longer cleanly applies to the U-Boot
master. Can you please re-post your rebased version here, also including
an updated version of your related patch "ARM: AM437x: Sync defconfig
between GP and HS"?
Thanks,
Andreas
>
> Signed-off-by: Madan Srinivas <madans@ti.com>
> ---
>
> Changes in v2:
> configs/am437x_hs_evm_defconfig:
> Removes NAND that was incorrectly added in v1 to
> CONFIG_SYS_EXTRA_OPTIONS
>
> configs/am437x_hs_evm_defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/configs/am437x_hs_evm_defconfig b/configs/am437x_hs_evm_defconfig
> index 3cd39eb..1d7fabc 100644
> --- a/configs/am437x_hs_evm_defconfig
> +++ b/configs/am437x_hs_evm_defconfig
> @@ -11,6 +11,8 @@ CONFIG_SPL=y
> CONFIG_ISW_ENTRY_ADDR=0x40302ae0
> CONFIG_SPL_STACK_R=y
> CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=1"
> +CONFIG_FIT=y
> +CONFIG_SPL_LOAD_FIT=y
> CONFIG_HUSH_PARSER=y
> CONFIG_CMD_BOOTZ=y
> # CONFIG_CMD_IMLS is not set
> @@ -33,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
> CONFIG_CMD_FAT=y
> CONFIG_CMD_FS_GENERIC=y
> CONFIG_OF_CONTROL=y
> +CONFIG_OF_LIST="am437x-gp-evm"
> CONFIG_DM=y
> CONFIG_DM_MMC=y
> CONFIG_SPI_FLASH=y
> @@ -53,3 +56,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
> CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
> CONFIG_G_DNL_VENDOR_NUM=0x0403
> CONFIG_G_DNL_PRODUCT_NUM=0xbd00
> +CONFIG_SPL_OF_LIBFDT=y
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-06-16 17:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-10 20:32 [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Madan Srinivas
2016-06-10 20:32 ` [U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms Madan Srinivas
2016-06-16 5:13 ` Lokesh Vutla
2016-06-16 17:52 ` Andreas Dannenberg
2016-06-16 5:13 ` [U-Boot] [PATCH] ARM: AM437x: Sync defconfig between GP and HS EVM Lokesh Vutla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox