summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* Add fixes for compatibility with RockoAnton Gerasimov2017-11-171-22/+0
|
* Add LICENSE and SRC_URI variable in recipeChanghyeok Bae2017-08-031-0/+9
| | | | | | | In pyro, u-boot-common_2017.01.inc is created. In the inc file, SRC_URI and LICENSE is defined. So u-boot_2016.11 needs those variables Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
* u-boot_2016.11: Copy U-Boot recipe from mortyLeon Anavi2017-07-251-0/+13
| | | | | | | | Copy the Yocto/OE recipe for U-Boot from branch morty to ensure that rpi_3_32b_defconfig is present and U-Boot can be built for Raspberry Pi 3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* u-boot: Remove bb fileChanghyeok Bae2017-06-131-13/+0
| | | | Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
* Changes for morty branch (sync with AGL's meta-sota)Anton Gerasimov2017-02-231-0/+6
|
* Move u-boot to BSP layersAnton Gerasimov2016-12-213-203/+0
|
* Double size of OTA ramdisk to 16MPhil Wise2016-10-271-1/+1
| | | | | | | | The ramdisk size on qemux86-64 was 9MB, decompressed, which was causing a kernel panic on boot. Double it to 16MB. Change-Id: I11e28977b1342d3d8cb5c43de5105ac288d097f2 Signed-off-by: Phil Wise <phil@advancedtelematic.com>
* OSTree-enabled image for raspberry PiAnton Gerasimov2016-10-271-0/+7
| | | | | | | | | | | | | Bug-AGL: SPEC-254 v2 [jsmoeller]: change rpi fdt addr to 200M (fix cma), re-add inherit gobject-introspection (!) v3 [oytis]: move boot logic to editable uEnv.txt Change-Id: Ic54aadc8377ed1e2a8f2f4ab87db2a7a6660cd15 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Tuned initrd image and pseudo environment to fix bugs with extendedAnton Gerasimov2016-10-041-1/+1
| | | | | | | | | security attributes. Bug-AGL: SPEC-259 Change-Id: I44499ce3f5f1924aecf63689a93d1f20e779225e Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Added initramfs image and fixed several error to make AGL rootfsAnton Gerasimov2016-09-264-118/+121
| | | | | | | | | bootable as an OSTree deployment Bug-AGL: SPEC-253 Change-Id: If636a282d51a64c73c46ce70a361518c1f70cdd6 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Replaced links to libgcc functions for 64-bit integer divisions withAnton Gerasimov2016-08-292-1/+143
| | | | | | | | | ipxe implementation to get rid of multilib Bug-AGL: SPEC-242 Change-Id: I43589a295fd1e499c03c0ff77f04f9af7f1518b0 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Replaced functionality in qemux86-ota machine with algsetup.sh feature. ↵Anton Gerasimov2016-08-192-3/+6
| | | | | | | | | otaimg is now a live image. Bug-AGL: SPEC-236 Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Add support for emulating OSTree updates in qemux86: new live image,Anton Gerasimov2016-08-162-0/+55
u-boot that can be used as BIOS, machine that uses both and fork of poky runqemu supporting the new live image. Bug-AGL: SPEC-236 Change-Id: Id99d122c05a00eb94902e8f6907455a1e681f2a3 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>