diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2024-02-12 22:33:24 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-02-14 12:11:10 -0600 |
| commit | 44eb6f819817069ed53de4d44f6ed042f3ae8957 (patch) | |
| tree | 2b6e7232149b8c0b70347ffbe65d7414b9429461 /meta-ti-bsp/conf/machine/beaglebone.conf | |
| parent | ef0ba74ca3ab26dc2b4ae89b7c82b1059d521720 (diff) | |
| download | meta-ti-44eb6f819817069ed53de4d44f6ed042f3ae8957.tar.gz | |
meta-ti-bsp: update BeagleBoard.org BSP to the latest
* Update linux-bb.org to 6.1.69 for both 32 and 64 bit platforms
* Update u-boot-bb.org to the latest 2023.04 based on SDK 9.1 release
* Update DTB/DTBO lists to include latest renames and additions
Note: all changes are in a single commit for bisectability
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf')
| -rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 57 |
1 files changed, 51 insertions, 6 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf index d9353e9b..7f78b297 100644 --- a/meta-ti-bsp/conf/machine/beaglebone.conf +++ b/meta-ti-bsp/conf/machine/beaglebone.conf | |||
| @@ -9,12 +9,57 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org" | |||
| 9 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" | 9 | KERNEL_DEVICETREE_PREFIX = "am335x-bone" |
| 10 | 10 | ||
| 11 | KERNEL_DEVICETREE = " \ | 11 | KERNEL_DEVICETREE = " \ |
| 12 | am335x-bone.dtb \ | 12 | am335x-bone.dtb \ |
| 13 | am335x-boneblue.dtb \ | 13 | am335x-boneblack.dtb \ |
| 14 | am335x-boneblack.dtb \ | 14 | am335x-boneblack-pps.dtb \ |
| 15 | am335x-boneblack-wireless.dtb \ | 15 | am335x-boneblack-uboot.dtb \ |
| 16 | am335x-bonegreen.dtb \ | 16 | am335x-boneblack-uboot-univ.dtb \ |
| 17 | am335x-bonegreen-wireless.dtb \ | 17 | am335x-boneblack-wireless.dtb \ |
| 18 | am335x-boneblue.dtb \ | ||
| 19 | am335x-bonegreen.dtb \ | ||
| 20 | am335x-bonegreen-gateway.dtb \ | ||
| 21 | am335x-bonegreen-wireless.dtb \ | ||
| 22 | am335x-bonegreen-wireless-uboot-univ.dtb \ | ||
| 23 | am335x-pocketbeagle.dtb \ | ||
| 24 | am335x-sancloud-bbe.dtb \ | ||
| 25 | am335x-sancloud-bbe-extended-wifi.dtb \ | ||
| 26 | am335x-sancloud-bbe-lite.dtb \ | ||
| 27 | " | ||
| 28 | |||
| 29 | # Extra DT overlays/capes | ||
| 30 | KERNEL_DEVICETREE += " \ | ||
| 31 | AM335X-PRU-UIO-00A0.dtbo \ | ||
| 32 | BB-ADC-00A0.dtbo \ | ||
| 33 | BB-BBBW-WL1835-00A0.dtbo \ | ||
| 34 | BB-BBGG-WL1835-00A0.dtbo \ | ||
| 35 | BB-BBGW-WL1835-00A0.dtbo \ | ||
| 36 | BB-BONE-4D5R-01-00A1.dtbo \ | ||
| 37 | BB-BONE-eMMC1-01-00A0.dtbo \ | ||
| 38 | BB-BONE-LCD4-01-00A1.dtbo \ | ||
| 39 | BB-BONE-NH7C-01-A0.dtbo \ | ||
| 40 | BB-CAPE-DISP-CT4-00A0.dtbo \ | ||
| 41 | BB-HDMI-TDA998x-00A0.dtbo \ | ||
| 42 | BB-I2C1-MCP7940X-00A0.dtbo \ | ||
| 43 | BB-I2C1-RTC-DS3231.dtbo \ | ||
| 44 | BB-I2C1-RTC-PCF8563.dtbo \ | ||
| 45 | BB-I2C2-BME680.dtbo \ | ||
| 46 | BB-I2C2-MPU6050.dtbo \ | ||
| 47 | BB-LCD-ADAFRUIT-24-SPI1-00A0.dtbo \ | ||
| 48 | BB-NHDMI-TDA998x-00A0.dtbo \ | ||
| 49 | BBORG_COMMS-00A2.dtbo \ | ||
| 50 | BBORG_FAN-A000.dtbo \ | ||
| 51 | BBORG_RELAY-00A2.dtbo \ | ||
| 52 | BB-SPIDEV0-00A0.dtbo \ | ||
| 53 | BB-SPIDEV1-00A0.dtbo \ | ||
| 54 | BB-UART1-00A0.dtbo \ | ||
| 55 | BB-UART2-00A0.dtbo \ | ||
| 56 | BB-UART4-00A0.dtbo \ | ||
| 57 | BB-W1-P9.12-00A0.dtbo \ | ||
| 58 | BONE-ADC.dtbo \ | ||
| 59 | M-BB-BBG-00A0.dtbo \ | ||
| 60 | M-BB-BBGG-00A0.dtbo \ | ||
| 61 | PB-MIKROBUS-0.dtbo \ | ||
| 62 | PB-MIKROBUS-1.dtbo \ | ||
| 18 | " | 63 | " |
| 19 | 64 | ||
| 20 | MACHINE_GUI_CLASS = "bigscreen" | 65 | MACHINE_GUI_CLASS = "bigscreen" |
