summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2019.07.bbappend
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-19 16:17:38 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-19 16:19:42 +0100
commit6531d1d0bb23f390066fe7cead2d95ad6ac4db72 (patch)
tree9ff35e976a9ec5f24f46168cd1931e948822e8fe /recipes-bsp/u-boot/u-boot_2019.07.bbappend
parent03488c61599ddb8efdecd1a48c211d083ce4ea78 (diff)
downloadmeta-raspberrypi-ag/rpi4-uboot-update.tar.gz
u-boot: Update patches for RPi4ag/rpi4-uboot-update
After a review in upstream, some of the patches were modified. Most notable changes: 1. use directly the dtb passed by the firmware and make sure uboot doesn't tweak memory/reg 2. remove known unimplemented support (usb, eth etc.) 3. drop patches that are not needed anymore with the new firmware update (for example 0012-bcm283x-mbox-Correctly-wait-for-space-to-send.patch) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2019.07.bbappend')
-rw-r--r--recipes-bsp/u-boot/u-boot_2019.07.bbappend17
1 files changed, 6 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2019.07.bbappend b/recipes-bsp/u-boot/u-boot_2019.07.bbappend
index f39db10..7cd8d66 100644
--- a/recipes-bsp/u-boot/u-boot_2019.07.bbappend
+++ b/recipes-bsp/u-boot/u-boot_2019.07.bbappend
@@ -1,17 +1,12 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
2UBOOT_RPI4_SUPPORT_PATCHES = " \ 2UBOOT_RPI4_SUPPORT_PATCHES = " \
3 file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \ 3 file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \
4 file://0002-dts-Create-a-dtsi-for-BCM2835-6-7-specific-configura.patch \ 4 file://0002-ARM-bcm283x-Add-BCM283x_BASE-define.patch \
5 file://0003-dts-Add-initial-support-for-bcm2838.patch \ 5 file://0003-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \
6 file://0004-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \ 6 file://0004-rpi-Add-entry-for-Raspberry-Pi-4-model-B.patch \
7 file://0005-arm-mach-bcm283x-Define-mbox-address-for-BCM2838.patch \ 7 file://0005-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \
8 file://0006-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch \ 8 file://0006-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \
9 file://0007-dt-bindings-Define-BCM2838_CLOCK_EMMC2-needed-for-Ra.patch \ 9 file://0007-rpi-Add-memory-map-for-bcm2838.patch \
10 file://0008-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \
11 file://0009-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \
12 file://0010-arm-bcm283x-Define-device-base-addresses-for-bcm2835.patch \
13 file://0011-rpi-Add-memory-map-for-bcm2838.patch \
14 file://0012-bcm283x-mbox-Correctly-wait-for-space-to-send.patch \
15" 10"
16 11
17SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}" 12SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}"