summaryrefslogtreecommitdiffstats
path: root/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2023-02-13 20:26:14 +0530
committerRyan Eatmon <reatmon@ti.com>2023-02-13 13:10:38 -0600
commit84af651b0682cb71b62ebd94f8ec6495cfa769d1 (patch)
treef070ffd5f05ade6129c53b2997ca6c6fa1b03340 /conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
parenta80c06916068456bc6c56c4bf68a3f8d784b819d (diff)
downloadmeta-ti-84af651b0682cb71b62ebd94f8ec6495cfa769d1.tar.gz
am62xx-lp-evm: Add AM62x LP HS-FS evm configuration
Lets add the basic AM62x LP HS-FS configuration - Add machine conf for AM62x LP HS-FS. - The wic images will boot on AM62x LP HS-FS devices by default. The sysfw image for HS-SE will be packaged in the wic image as tiboot3-am62x-hs-evm.bin. - Add ti-sci-firmware overrides. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf')
-rw-r--r--conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf b/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
new file mode 100644
index 00000000..0178fcfc
--- /dev/null
+++ b/conf/machine/am62xx-lp-evm-k3r5-hs-fs.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: AM62xx LPSK HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx LP HS-FS EVM (R5F core)
4
5# Booting HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY_append = ":k3r5-hs-fs"
9
10SYSFW_SOC = "am62x"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"