summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-2019.01
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: Backport patch to fix u-boot compilation without USB configAndrei Gherzan2019-07-301-0/+73
| | | | | | | | | | | | | Raspberry Pi 4 doesn't have a working USB driver in u-boot. This makes the defconfig not to enable the relevant config case which breaks the build with: error: expected '}' before 'BOOT_TARGET_DEVICES_references_USB_without_CONFIG_CMD_USB' This was fixed in upstream and we backport the relevant commit. Signed-off-by: Andrei Gherzan <andrei@balena.io>
* u-boot: Replace custom fork by patches (warrior backport)Andrei Gherzan2019-07-207-0/+495
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>