summaryrefslogtreecommitdiffstats
path: root/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-09-07 11:03:14 -0500
committerRyan Eatmon <reatmon@ti.com>2022-09-08 07:35:17 -0500
commit0dcd35143270740233510bfe233e2dd3b0a450cb (patch)
tree5b3d92fa465cbe1729764d87b9bd25567994284b /conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
parentc7fd69cadee87a10b0872a66c39c49052cb690f4 (diff)
downloadmeta-ti-0dcd35143270740233510bfe233e2dd3b0a450cb.tar.gz
conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default
AM64x devices will only be available as SR2.0 HS-FS. Set this as the default type provided by the SDK. To allow SR2.0 HS-SE to continue to boot, like we did with GP, we add an extra machine to build SR2.0 HS-SE SYSFW. To use on SR2.0 HS-SE boards simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am64x_sr2-hs-evm.bin tiboot3.bin Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf')
-rw-r--r--conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf b/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
new file mode 100644
index 00000000..1139fe4a
--- /dev/null
+++ b/conf/machine/am64xx-evm-k3r5-sr2-hs-fs.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: AM64xx SR2.0 HS-FS EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM64xx SR2.0 HS-FS EVM (R5F core)
4
5# Booting SR2.0 HS-FS requires different SYSFW, the rest is handled at runtime
6
7require conf/machine/include/k3r5.inc
8SOC_FAMILY_append = ":k3r5-sr2-hs-fs"
9
10SYSFW_SOC = "am64x_sr2"
11SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs"
13
14UBOOT_MACHINE = "am64x_evm_r5_defconfig"