mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Most Beagle platforms are switching to 6.6 based Linux kernel and U-boot 2024.10. Add corresponding recipes and extend beagle-bsp with required settings. BeagleY-AI for now remains on 6.1 BSP with U-boot 2023.04. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
44 lines
1.7 KiB
PHP
44 lines
1.7 KiB
PHP
# Use meta-ti-bsp "multi-BSP" facility to create a custom "bb_org" BSP profile
|
|
# with default preferences for Beagle platforms
|
|
|
|
# Default is bb_org-6_6, but can override with any of the existing options
|
|
TI_PREFERRED_BSP ?= "bb_org-6_6"
|
|
|
|
# ==========
|
|
# bb_org-6_1
|
|
# BeagleBoard.org kernel 6.1, u-boot 2023.04
|
|
# based on TI staging trees with extra Beagle-specific features
|
|
# but may not be up-to-date with TI version
|
|
# ==========
|
|
BSP_KERNEL_PROVIDER:bsp-bb_org-6_1 = "linux-bb.org"
|
|
BSP_KERNEL_VERSION:bsp-bb_org-6_1 = "6.1.%"
|
|
BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_1 = "u-boot-bb.org"
|
|
BSP_BOOTLOADER_VERSION:bsp-bb_org-6_1 = "2023.%"
|
|
|
|
BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-sgx-ddk-km"
|
|
BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_1 = "1.17%"
|
|
BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_1 = "1.17%"
|
|
BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-img-rogue-driver"
|
|
BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_1 = "23%"
|
|
BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_1 = "23%"
|
|
BSP_MESA_PVR_VERSION:bsp-bb_org-6_1 = "22%"
|
|
|
|
# ==========
|
|
# bb_org-6_6
|
|
# BeagleBoard.org kernel 6.6, Upstream u-boot 2024.07
|
|
# based on TI staging trees with extra Beagle-specific features
|
|
# but may not be up-to-date with TI version
|
|
# ==========
|
|
BSP_KERNEL_PROVIDER:bsp-bb_org-6_6 = "linux-bb.org"
|
|
BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%"
|
|
BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org"
|
|
BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%"
|
|
|
|
BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km"
|
|
BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%"
|
|
BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_6 = "1.17%"
|
|
BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver"
|
|
BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "24%"
|
|
BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_6 = "24%"
|
|
BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "23%"
|