]> git.baikalelectronics.ru Git - uboot.git/commit
Merge branch '2023-04-04-android-image-v3-v4-support'
authorTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 14:40:05 +0000 (10:40 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 5 Apr 2023 14:40:05 +0000 (10:40 -0400)
commit0994f3a7941389c298f419cc5b01e4845132fefe
tree3ed815ab6105a6655fe25c91dace40c47336f8c6
parent8b4cb38694e306914a349abc85f6e3a218c3bcc5
parentb70d6985797229092f6773160dd7e21a44d1280d
Merge branch '2023-04-04-android-image-v3-v4-support'

To quote the author:
* This is based on Roman Stratiienko's work to support boot image header version 3 and 4.

* This supports the new boot image headers v3, v4 and bootconfig feature.
https://source.android.com/docs/core/architecture/bootloader/boot-image-header
https://source.android.com/docs/core/architecture/bootloader/implementing-bootconfig

- Tested on Amlogic Khadas vim3l, a reference board for Android Open Source Project
  https://www.khadas.com/vim3l

  And on AM625 Texas Instruments board with 5.10 linux kernel

Main changes :
- New partition : vendor boot, with a specific vendor ramdisk
- DTB is stored in the vendor boot partition
- The generic ramdisk is placed after the vendor ramdisk
- Bootconfig feature support

Here is a link to see the related android boot flow changes on KHADAS vim3l as an example:
https://gitlab.baylibre.com/baylibre/amlogic/atv/u-boot/-/commits/souajih/BootImagev4/