Add the env file for AM6254atl with the following changes from am62x.env: 1. splashimage address updated from 0x80200000 to 0x81a00000 2. DFU addresses updated to match updated TEXT_BASE for SPL and U-Boot
Signed-off-by: Anshul Dalal <[email protected]> --- board/ti/am62x/am6254atl.env | 37 +++++++++++++++++++++++++++++++++++++ configs/am6254atl_evm_a53_defconfig | 1 + configs/am6254atl_evm_r5_defconfig | 1 + 3 files changed, 39 insertions(+) diff --git a/board/ti/am62x/am6254atl.env b/board/ti/am62x/am6254atl.env new file mode 100644 index 0000000000000000000000000000000000000000..ea5a33d8cc312ca6034062ede4493cfb037469be --- /dev/null +++ b/board/ti/am62x/am6254atl.env @@ -0,0 +1,37 @@ +#include <env/ti/ti_common.env> +#include <env/ti/mmc.env> +#include <env/ti/k3_dfu.env> + + +#if CONFIG_CMD_REMOTEPROC +#include <env/ti/k3_rproc.env> +#endif + +rproc_fw_binaries= 0 /lib/firmware/am62-mcu-m4f0_0-fw + +name_kern=Image +console=ttyS2,115200n8 +args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 + ${mtdparts} +run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} + +boot_targets=mmc1 mmc0 usb pxe dhcp +boot=mmc +mmcdev=1 +bootpart=1:2 +bootdir=/boot +rd_spec=- + +splashfile=ti_logo_414x97_32bpp.bmp.gz +splashimage=0x82180000 +splashpos=m,m +splashsource=sf + +dfu_alt_info_ram= + tispl.bin ram 0x82000000 0x200000; + u-boot.img ram 0x82f80000 0x400000 + +#if CONFIG_BOOTMETH_ANDROID +#include <env/ti/android.env> +adtb_idx=0 +#endif diff --git a/configs/am6254atl_evm_a53_defconfig b/configs/am6254atl_evm_a53_defconfig index e6602af7acf557ba9155fbc4aa83779463c7aabf..b95158a595f7a0a13946bb8d224769f1ccf1883d 100644 --- a/configs/am6254atl_evm_a53_defconfig +++ b/configs/am6254atl_evm_a53_defconfig @@ -12,3 +12,4 @@ CONFIG_SPL_BSS_START_ADDR=0x82c00000 CONFIG_SPL_LOAD_FIT_ADDRESS=0x82f80000 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x82b00000 CONFIG_DEFAULT_DEVICE_TREE="ti/k3-am6254atl-sk" +CONFIG_ENV_SOURCE_FILE="am6254atl" diff --git a/configs/am6254atl_evm_r5_defconfig b/configs/am6254atl_evm_r5_defconfig index 852c3cfd144166dd2d4db4098c8e204358ac1536..5c94666859421231a88b0d4f80e80685ce6c31cf 100644 --- a/configs/am6254atl_evm_r5_defconfig +++ b/configs/am6254atl_evm_r5_defconfig @@ -4,6 +4,7 @@ CONFIG_ARM=y CONFIG_ARCH_K3=y CONFIG_SOC_K3_AM625=y CONFIG_TARGET_AM625_R5_EVM=y +CONFIG_ENV_SOURCE_FILE="am6254atl" CONFIG_K3_OPTEE_LOAD_ADDR=0x80080000 CONFIG_SPL_LOAD_FIT_ADDRESS=0x82000000 CONFIG_DEFAULT_DEVICE_TREE="k3-am6254atl-r5-sk" -- 2.51.0

