summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/0003-Include-lowlevel_init.o-for-rpi2.patch
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: drop patch to include lowlevel_initMirza Krak2016-12-291-25/+0
| | | | | | | | | | The patch 0003-Include-lowlevel_init.o-for-rpi2.patch does not apply on 2016.11 and causes an build error. Patch 0002-rpi-passthrough-of-the-firmware-provided-FDT-blob.patch provides the inclusion of lowlever_init.o. Signed-off-by: Mirza Krak <mirza.krak@gmail.com>
* u-boot: Simplify boot scriptJonathan Liu2016-12-061-0/+25
A patch is backported to check if the firmware loaded a device tree blob into memory and set the fdt_addr variable if it is found. The U-Boot script will then read the command line arguments generated by the firmware from the device tree and boot the kernel with the command line arguments and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. An additional patch is backported and further changes are made to support this. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>