summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rpi-u-boot-scr/files
Commit message (Collapse)AuthorAgeFilesLines
* rpi-u-boot-scr: Create uboot.env via boot.cmd.inLeon Anavi2020-07-031-0/+1
| | | | | | | | Modify boot.cmd.in from recipe rpi-u-boot-scr to create uboot.env in the /boot partition when using U-Boot. This change is required to successfully run fw_printenv from the user space. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Support using u-boot with Image format for raspberrypi3-64Paul Barker2017-09-242-3/+3
| | | | | | | | For raspberrypi3-64 we need to use the Image or Image.gz format with u-boot instead of the legacy uImage format. We also need to issue the 'booti' command to boot the kernel instead of 'bootm'. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* u-boot: Simplify boot scriptJonathan Liu2016-12-065-24/+3
| | | | | | | | | | | | | | | | | 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>
* rpi-u-boot-scr: Add recipe to create u-boot boot scriptPaul Barker2016-10-314-0/+24
Upstream u-boot searches the boot partition for a script named 'boot.scr'. If this file exists it is executed as a sequence of u-boot commands in order to boot the system. This script must be compiled using the mkimage command to ensure that it is understood by u-boot. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>