[U-Boot] [PATCH v2] ARM: AM437x: Enable FIT for hs platforms

Andreas Dannenberg dannenberg at ti.com
Thu Jun 16 19:52:16 CEST 2016


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 at 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
> 


More information about the U-Boot mailing list