From 817bff8f64ce053b6381710966fd73ce1535d51b Mon Sep 17 00:00:00 2001 From: Bryan Brattlof Date: Mon, 23 Oct 2023 16:35:22 -0500 Subject: board: ti: introduce basic board files for the am62px family Introduce the basic files needed to support the am62px family of SoCs Co-developed-by: Hari Hagalla Signed-off-by: Hari Hagalla Signed-off-by: Bryan Brattlof --- board/ti/am62px/am62px.env | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 board/ti/am62px/am62px.env (limited to 'board/ti/am62px/am62px.env') diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env new file mode 100644 index 0000000000..0674f7e616 --- /dev/null +++ b/board/ti/am62px/am62px.env @@ -0,0 +1,23 @@ +#include +#include +#include +#include +#if CONFIG_CMD_REMOTEPROC +#include +#endif + +default_device_tree=ti/k3-am62p5-sk.dtb +findfdt= + setenv name_fdt ${default_device_tree}; + setenv fdtfile ${name_fdt} +name_kern=Image +console=ttyS2,115200n8 +args_all=setenv optargs ${optargs} earlycon=ns16550a,mmio32,0x02800000 + ${mtdparts} +run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr} + +boot=mmc +mmcdev=1 +bootpart=1:2 +bootdir=/boot +rd_spec=- -- cgit v1.2.3 From fabf3ae948d5bdd77568aa08802cfe81f7be7f6a Mon Sep 17 00:00:00 2001 From: Guillaume La Roque Date: Wed, 8 Nov 2023 14:51:25 +0100 Subject: configs: am62px: add android support Add Android bootflow support for AM62PX SoC. Signed-off-by: Guillaume La Roque Signed-off-by: Mattijs Korpershoek --- board/ti/am62px/am62px.env | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/ti/am62px/am62px.env') diff --git a/board/ti/am62px/am62px.env b/board/ti/am62px/am62px.env index 0674f7e616..9ed3ef5f71 100644 --- a/board/ti/am62px/am62px.env +++ b/board/ti/am62px/am62px.env @@ -21,3 +21,7 @@ mmcdev=1 bootpart=1:2 bootdir=/boot rd_spec=- + +#if CONFIG_CMD_ABOOTIMG +#include +#endif -- cgit v1.2.3