summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf16
-rw-r--r--meta-ti-bsp/conf/machine/am62xxsip-evm.conf13
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
new file mode 100644
index 00000000..0daff2b9
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: AM62XX SIP EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI AM62xx SIP EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "am62x"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs"
10
11UBOOT_MACHINE = "am62x_evm_r5_defconfig"
12
13# UBOOT_CONFIG_FRAGMENTS holds the list of u-boot config fragments which has to be build
14# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
15# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
16UBOOT_CONFIG_FRAGMENTS = "am62xsip_sk_r5.config"
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
new file mode 100644
index 00000000..dc4f3b77
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf
@@ -0,0 +1,13 @@
1#@TYPE: Machine
2#@NAME: AM62XX SIP EVM
3#@DESCRIPTION: Machine configuration for the TI AM62XX SIP EVM
4
5require conf/machine/include/am62xx.inc
6
7KERNEL_DEVICETREE_PREFIX = "ti/k3-am625"
8
9KERNEL_DEVICETREE = " \
10 ti/k3-am625-sk.dtb \
11"
12
13UBOOT_MACHINE = "am62x_evm_a53_defconfig"