diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-01-13 16:52:21 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-01-22 15:08:56 -0600 |
commit | fefe1fdc798c6549be4e36ff25ef3b0eae0c099f (patch) | |
tree | c985e147ce42e357125843855526842e322a0ca3 | |
parent | f973c347e8b26f6d54ab949ace945a36ac03ef34 (diff) | |
download | meta-ti-fefe1fdc798c6549be4e36ff25ef3b0eae0c099f.tar.gz |
conf: machine: beagleplay*: Update defaults to mainline
The defaults for UBOOT_MACHINE and SPL_BINARY are now aligned with the
mainline values and new ti-6_1 values for the previous defaults were
created to capture those. Also updated the meta-beagle beagleplay since
it inherits the beagleplay-ti settings.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-beagle/conf/machine/beagleplay-k3r5.conf | 2 | ||||
-rw-r--r-- | meta-beagle/conf/machine/beagleplay.conf | 5 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf | 6 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/beagleplay-ti.conf | 9 |
4 files changed, 7 insertions, 15 deletions
diff --git a/meta-beagle/conf/machine/beagleplay-k3r5.conf b/meta-beagle/conf/machine/beagleplay-k3r5.conf index 3e7f0c1b..f053c11e 100644 --- a/meta-beagle/conf/machine/beagleplay-k3r5.conf +++ b/meta-beagle/conf/machine/beagleplay-k3r5.conf | |||
@@ -6,6 +6,6 @@ require conf/machine/beagleplay-ti-k3r5.conf | |||
6 | 6 | ||
7 | require conf/machine/include/beagle-bsp.inc | 7 | require conf/machine/include/beagle-bsp.inc |
8 | 8 | ||
9 | UBOOT_MACHINE:bsp-bb_org-6_6 = "am62x_beagleplay_r5_defconfig" | 9 | UBOOT_MACHINE:bsp-bb_org-6_1 = "am62x_evm_r5_defconfig" |
10 | 10 | ||
11 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am625_beagleplay_r5.config" | 11 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am625_beagleplay_r5.config" |
diff --git a/meta-beagle/conf/machine/beagleplay.conf b/meta-beagle/conf/machine/beagleplay.conf index b1a463e1..bc0de3f0 100644 --- a/meta-beagle/conf/machine/beagleplay.conf +++ b/meta-beagle/conf/machine/beagleplay.conf | |||
@@ -6,13 +6,10 @@ require conf/machine/beagleplay-ti.conf | |||
6 | 6 | ||
7 | require conf/machine/include/beagle-bsp.inc | 7 | require conf/machine/include/beagle-bsp.inc |
8 | 8 | ||
9 | UBOOT_MACHINE:bsp-bb_org-6_6 = "am62x_beagleplay_a53_defconfig" | 9 | UBOOT_MACHINE:bsp-bb_org-6_1 = "am62x_evm_a53_defconfig" |
10 | 10 | ||
11 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am625_beagleplay_a53.config" | 11 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am625_beagleplay_a53.config" |
12 | 12 | ||
13 | SPL_BINARY:bsp-bb_org-6_6 = "tispl.bin_unsigned" | ||
14 | SPL_BINARYNAME:bsp-bb_org-6_6 = "tispl.bin" | ||
15 | |||
16 | KERNEL_DEVICETREE:append:bsp-bb_org-6_1 = " \ | 13 | KERNEL_DEVICETREE:append:bsp-bb_org-6_1 = " \ |
17 | ti/k3-am625-beagleplay-csi2-ov5640.dtbo \ | 14 | ti/k3-am625-beagleplay-csi2-ov5640.dtbo \ |
18 | ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtbo \ | 15 | ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtbo \ |
diff --git a/meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf b/meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf index c27e0abc..72dc145b 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-ti-k3r5.conf | |||
@@ -8,9 +8,7 @@ SYSFW_SOC = "am62x" | |||
8 | SYSFW_CONFIG = "evm" | 8 | SYSFW_CONFIG = "evm" |
9 | SYSFW_SUFFIX = "gp" | 9 | SYSFW_SUFFIX = "gp" |
10 | 10 | ||
11 | UBOOT_MACHINE = "am62x_evm_r5_defconfig" | 11 | UBOOT_MACHINE = "am62x_beagleplay_r5_defconfig" |
12 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_r5_defconfig" | 12 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" |
13 | UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_r5_defconfig" | ||
14 | 13 | ||
15 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config" | 14 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_r5.config" |
16 | UBOOT_CONFIG_FRAGMENTS:bsp-mainline = "beagleplay_r5.config" | ||
diff --git a/meta-ti-bsp/conf/machine/beagleplay-ti.conf b/meta-ti-bsp/conf/machine/beagleplay-ti.conf index 68d6dced..3824d867 100644 --- a/meta-ti-bsp/conf/machine/beagleplay-ti.conf +++ b/meta-ti-bsp/conf/machine/beagleplay-ti.conf | |||
@@ -19,15 +19,12 @@ TFA_K3_SYSTEM_SUSPEND = "1" | |||
19 | 19 | ||
20 | OPTEEMACHINE = "k3-am62x" | 20 | OPTEEMACHINE = "k3-am62x" |
21 | 21 | ||
22 | UBOOT_MACHINE = "am62x_evm_a53_defconfig" | 22 | UBOOT_MACHINE = "am62x_beagleplay_a53_defconfig" |
23 | UBOOT_MACHINE:bsp-ti-6_6 = "am62x_beagleplay_a53_defconfig" | 23 | UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" |
24 | UBOOT_MACHINE:bsp-ti-6_12 = "am62x_beagleplay_a53_defconfig" | ||
25 | 24 | ||
26 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config" | 25 | UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am625_beagleplay_a53.config" |
27 | UBOOT_CONFIG_FRAGMENTS:bsp-mainline = "beagleplay_a53.config" | ||
28 | 26 | ||
29 | SPL_BINARY:bsp-ti-6_6 = "tispl.bin_unsigned" | 27 | SPL_BINARY = "tispl.bin_unsigned" |
30 | SPL_BINARYNAME:bsp-ti-6_6 = "tispl.bin" | ||
31 | 28 | ||
32 | KERNEL_DEVICETREE_PREFIX = " \ | 29 | KERNEL_DEVICETREE_PREFIX = " \ |
33 | ti/k3-am625-beagle \ | 30 | ti/k3-am625-beagle \ |