Add defconfig fragments for AM62x LP SK and corresponding customized environment file for AM62x LP SK.
Signed-off-by: Nitin Yadav <[email protected]> --- board/ti/am62x/am62x_lpsk_a53.config | 5 +++++ board/ti/am62x/am62x_lpsk_r5.config | 5 +++++ board/ti/am62x/am62xlpsk.env | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 board/ti/am62x/am62x_lpsk_a53.config create mode 100644 board/ti/am62x/am62x_lpsk_r5.config create mode 100644 board/ti/am62x/am62xlpsk.env diff --git a/board/ti/am62x/am62x_lpsk_a53.config b/board/ti/am62x/am62x_lpsk_a53.config new file mode 100644 index 0000000000..a568324997 --- /dev/null +++ b/board/ti/am62x/am62x_lpsk_a53.config @@ -0,0 +1,5 @@ +# Defconfig fragment to apply on top of am62x_evm_a53_defconfig + +CONFIG_DEFAULT_DEVICE_TREE="k3-am62-lp-sk" +CONFIG_SPL_OF_LIST="k3-am62-lp-sk" +CONFIG_OF_LIST="k3-am62-lp-sk" diff --git a/board/ti/am62x/am62x_lpsk_r5.config b/board/ti/am62x/am62x_lpsk_r5.config new file mode 100644 index 0000000000..1532f4e336 --- /dev/null +++ b/board/ti/am62x/am62x_lpsk_r5.config @@ -0,0 +1,5 @@ +# Defconfig fragment to apply on top of am62x_evm_r5_defconfig + +CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk" +CONFIG_SPL_OF_LIST="k3-am62-r5-lp-sk" +CONFIG_OF_LIST="k3-am62-r5-lp-sk" diff --git a/board/ti/am62x/am62xlpsk.env b/board/ti/am62x/am62xlpsk.env new file mode 100644 index 0000000000..3b79ae1b3f --- /dev/null +++ b/board/ti/am62x/am62xlpsk.env @@ -0,0 +1,21 @@ +#include <env/ti/ti_common.env> +#include <env/ti/default_findfdt.env> +#include <env/ti/mmc.env> + +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=ti_mmc mmc0 mmc1 usb pxe dhcp +boot=mmc +mmcdev=1 +bootpart=1:2 +bootdir=/boot +rd_spec=- + +splashfile=ti.gz +splashimage=0x80200000 +splashpos=m,m +splashsource=sf -- 2.25.1

