mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 03:25:25 +00:00
Lets add the basic AM62xx-evm configuration. - Add configurations. - Add firmware overrides. - Add u-boot overrides. - Update TI_LINUX_FW_SRCREV and K3_IMAGE_GEN_SRCREV to appropriate SHAs. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM62XX EVM (R5F)
|
|
#@DESCRIPTION: Machine configuration for the TI AM62xx EVM (R5F core)
|
|
|
|
require conf/machine/include/k3r5.inc
|
|
|
|
SYSFW_SOC = "am62x"
|
|
SYSFW_CONFIG = "evm"
|
|
SYSFW_SUFFIX = "gp"
|
|
|
|
UBOOT_MACHINE = "am62x_evm_r5_defconfig"
|