From 0c7a7de23bab16826deab63f85df92a93ce568f2 Mon Sep 17 00:00:00 2001 From: Anand Gadiyar Date: Mon, 29 Aug 2022 11:38:05 -0500 Subject: machine: add am62xx-lp-evm configuration This platform is similar to the currently supported am62xx-evm, except that we currently need new defconfigs for u-boot and new dtbs in the filesystem. Signed-off-by: Anand Gadiyar Cc: Hari Nagalla Cc: Andrew Davis Cc: Praneeth Bajjuri Cc: Ryan Eatmon Signed-off-by: Ryan Eatmon --- conf/machine/am62xx-lp-evm-k3r5.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/machine/am62xx-lp-evm-k3r5.conf (limited to 'conf/machine/am62xx-lp-evm-k3r5.conf') diff --git a/conf/machine/am62xx-lp-evm-k3r5.conf b/conf/machine/am62xx-lp-evm-k3r5.conf new file mode 100644 index 00000000..ca4ced5a --- /dev/null +++ b/conf/machine/am62xx-lp-evm-k3r5.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: AM62XX LP EVM (R5F) +#@DESCRIPTION: Machine configuration for the TI AM62xx LP EVM (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "am62x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "gp" + +UBOOT_MACHINE = "am62x_lpsk_r5_defconfig" -- cgit v1.2.3-54-g00ecf