diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2023-01-30 14:22:41 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-30 10:33:34 -0600 |
commit | ca662c2221e890ab856fe2ce5b232985c71af412 (patch) | |
tree | 954df857eb378390d19e4df51a3053024b15bec9 /conf/machine/am62xx-evm.conf | |
parent | 0988872f39527d28441e91605211b2242646584a (diff) | |
download | meta-ti-ca662c2221e890ab856fe2ce5b232985c71af412.tar.gz |
machine: Add AM62x HS-SE evm configuration
Lets add the basic AM62x HS-SE configuration.
- Add machine conf for AM62x HS-SE.
- The wic images will boot on AM62x GP devices by default. To boot on AM62x HS-SE, simply switch out the SYSFW image:
$ cd /mnt/sd-card/boot
$ mv tiboot3-am62x-hs-evm.bin tiboot3.bin
- Add ti-sci-firmware overrides.
- Add support to sign ATF and OPTEE.
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/am62xx-evm.conf')
-rw-r--r-- | conf/machine/am62xx-evm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/am62xx-evm.conf b/conf/machine/am62xx-evm.conf index 3d9e3b90..b4904eca 100644 --- a/conf/machine/am62xx-evm.conf +++ b/conf/machine/am62xx-evm.conf | |||
@@ -19,3 +19,7 @@ KERNEL_DEVICETREE = " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 21 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" |
22 | |||
23 | SPL_BINARY = "tispl.bin_HS" | ||
24 | UBOOT_BINARY = "u-boot.img_HS" | ||
25 | UBOOT_SYMLINK = "u-boot.img" | ||