diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-18 13:30:32 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-18 15:20:46 +0100 |
commit | fb6ec0aabf272eca1cf57e910cebe3532f1cafd8 (patch) | |
tree | 95a06d0a1b8d3aed9be2c6be20c20c92c5898de2 /recipes-bsp/u-boot/u-boot_2019.07.bbappend | |
parent | 570bed8acfbaf2dfd99469909a6f01e5b9b3caed (diff) | |
download | meta-raspberrypi-ag/rpi4-misc.tar.gz |
u-boot: Replace custom fork by patchesag/rpi4-misc
The upstream branch might suffer rebases due to effort of pushing the
patches upstream. To avoid issues, let's have here the patches we need
for RPi 4 support.
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.bbappend | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2019.07.bbappend b/recipes-bsp/u-boot/u-boot_2019.07.bbappend index 6dfcc2c..f39db10 100644 --- a/recipes-bsp/u-boot/u-boot_2019.07.bbappend +++ b/recipes-bsp/u-boot/u-boot_2019.07.bbappend | |||
@@ -1,4 +1,17 @@ | |||
1 | SRC_URI_raspberrypi4 = "git://github.com/balena-os/u-boot;branch=ag/rpi4" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | SRCREV_raspberrypi4 = "62b6e39a53c56a9085aeab1b47b5cc6020fcdb6f" | 2 | UBOOT_RPI4_SUPPORT_PATCHES = " \ |
3 | SRC_URI_raspberrypi4-64 = "git://github.com/balena-os/u-boot;branch=ag/rpi4" | 3 | file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \ |
4 | SRCREV_raspberrypi4-64 = "62b6e39a53c56a9085aeab1b47b5cc6020fcdb6f" | 4 | file://0002-dts-Create-a-dtsi-for-BCM2835-6-7-specific-configura.patch \ |
5 | file://0003-dts-Add-initial-support-for-bcm2838.patch \ | ||
6 | file://0004-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \ | ||
7 | file://0005-arm-mach-bcm283x-Define-mbox-address-for-BCM2838.patch \ | ||
8 | file://0006-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch \ | ||
9 | file://0007-dt-bindings-Define-BCM2838_CLOCK_EMMC2-needed-for-Ra.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 | " | ||
16 | |||
17 | SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}" | ||