]> git.baikalelectronics.ru Git - uboot.git/commit
configs: sei510/610: android bootflow via abootimg
authorGuillaume La Roque <glaroque@baylibre.com>
Thu, 5 Aug 2021 15:17:28 +0000 (17:17 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Tue, 10 Aug 2021 08:43:54 +0000 (10:43 +0200)
commit8ed797f5d9dea3e6c999d10edebd495949000ec2
treebe2c6d5c06d06cc207951b77ea391cbdeebddb04
parent9b8039d925748f31fbb8f8497eed1e092d322f46
configs: sei510/610: android bootflow via abootimg

Activate the following Kconfig options:
* AVB       for Android Verified Boot support
* ADTIMG    for merging DTBOs
* ABOOTIMG  for extracting Android boot image

Also rework the partitioning tables:
- add a misc partition to handle BCB messages
- add a dtbo partition to store various DTBOs
- add a vbmeta partition for AVB hashes
- Merge vendor and system into the "super" partition

Note: avb support is disables by default. To activate it:
 => setenv force_avb 1;
 => saveenv;

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
configs/sei510_defconfig
configs/sei610_defconfig
include/configs/sei510.h
include/configs/sei610.h