meta-raspberrypi/recipes-bsp/u-boot/u-boot_2019.01.bbappend
Andrei Gherzan b76252c985 u-boot: Replace custom fork by patches (warrior backport)
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.

These patches are backported on the u-boot version in warrior.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20 21:56:21 +01:00

15 lines
770 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
UBOOT_RPI4_SUPPORT_PATCHES = " \
file://0001-configs-rpi4-Add-defconfigs-for-rpi4-32-64.patch \
file://0002-ARM-bcm283x-Add-BCM283x_BASE-define.patch \
file://0003-arm-mach-bcm283x-Define-configs-for-RaspberryPi-4.patch \
file://0004-rpi-Add-rpi_model-entry-for-RaspberryPi-4.patch \
file://0005-dt-bindings-Define-BCM2838_CLOCK_EMMC2-needed-for-Ra.patch \
file://0006-arm-bcm283x-Include-definition-for-additional-emmc-c.patch \
file://0007-mmc-bcm2835_sdhci-Add-support-for-bcm2711-device.patch \
file://0008-rpi-Add-memory-map-for-bcm2838.patch \
file://0009-bcm283x-mbox-Correctly-wait-for-space-to-send.patch \
"
SRC_URI_append_raspberrypi4 = "${UBOOT_RPI4_SUPPORT_PATCHES}"