summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2024-07-04 12:49:35 +0530
committerRyan Eatmon <reatmon@ti.com>2024-07-04 08:57:25 -0500
commit830d81bb7f80fec451e9cadf8873447de3e3a11f (patch)
tree917d912cdcd23cab1d52875ac8cfe277777bb47a
parentc536e36e28fb8908d02473241eb278bdf6d8b09e (diff)
downloadmeta-ti-830d81bb7f80fec451e9cadf8873447de3e3a11f.tar.gz
conf: machine: Update am62pxx-evm for multi-BSP support
- In ti-u-boot-2024.04, the config fragment to disable splashscreen is now renamed to am62x_evm_prune_splashscreen.config [1] Hence, update UBOOT_CONFIG_FRAGMENTS for the same. - Add UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 which ensures that am62pxx-evm machine configuration still supports Display Cluster usecase [2] with ti-u-boot-2023.04 [1]: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2024.04&id=981eddc83dfdbbf176a4984977f9779dc1d56f87 [2]: https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_01_00_39/exports/docs/api_guide_am62px/EXAMPLES_DRIVERS_DSS_DISPLAY_SHARE.html Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Reviewed-by: Devarsh Thakkar <devarsht@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/am62pxx-evm.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/am62pxx-evm.conf b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
index fab96bd8..8d94c2b4 100644
--- a/meta-ti-bsp/conf/machine/am62pxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62pxx-evm.conf
@@ -22,5 +22,7 @@ UBOOT_MACHINE = "am62px_evm_a53_defconfig"
22# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc 22# along with the base defconfig mentioned in UBOOT_MACHINE. Refer u-boot-mergeconfig.inc
23# under meta-ti-bsp/recipes-bsp/u-boot/ for more details. 23# under meta-ti-bsp/recipes-bsp/u-boot/ for more details.
24# For AM62P tisdk-display-cluster image, splash screen is handled by SBL. 24# For AM62P tisdk-display-cluster image, splash screen is handled by SBL.
25# Hence, disable the A53 based splash screen using the am62px_evm_prune_splashscreen.config fragment present in ti-u-boot tree 25# Hence, disable the A53 based splash screen using the am62x_evm_prune_splashscreen.config fragment present in ti-u-boot tree
26UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}" 26UBOOT_CONFIG_FRAGMENTS = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62x_evm_prune_splashscreen.config', '', d)}"
27
28UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "${@oe.utils.conditional('DISPLAY_CLUSTER_ENABLE', '1', 'am62px_evm_prune_splashscreen.config', '', d)}"