summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
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:56:52 -0500
commit5f8224cf71cf6ed412fcf684b39706475ab95dbe (patch)
treede0da85ea7fefe93d821590ae2d6308c761d1f3b /meta-ti-bsp
parent7bcd7d58eb423a03b14f6f343aaa159d640f0e23 (diff)
downloadmeta-ti-5f8224cf71cf6ed412fcf684b39706475ab95dbe.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>
Diffstat (limited to 'meta-ti-bsp')
-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)}"