summaryrefslogtreecommitdiff
path: root/default.avbpubkey
AgeCommit message (Collapse)Author
2023-07-25default.avbkey: fix 0 key sizeGuillaume La Roque
Previous commit which introduces avbkey just create a empty file, so AVB not working. Commit default key use in Android build system to support AVB feature. md5sum 67f509c19dc56b35e2a22aa6265b8323 default.avbpubkey Fixes: 4cbb1eb81c08 ("Add CONFIG_AVB_PUBKEY_FILE to specify the root avb public key") Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
2023-07-17Add CONFIG_AVB_PUBKEY_FILE to specify the root avb public keyJiyong Park
The new config CONFIG_AVB_PUBKEY_FILE is used to specify the path to the public key file that u-boot uses as the root public key. Previously, the root public key was hard coded in avb_verify.c and therefore was non-trivial to replace it with a custom key. The public key that was hard-coded is extracted as default.avbpubkey and is used as the default. Bug: 181924266 Test: DIST_DIR=out/dist BUILD_CONFIG=u-boot/build.config.crosvm.aarch64 build/build.sh -j80 Signed-off-by: Jiyong Park <jiyong@google.com> (cherry picked from commit e609074ced3dd07ca2a13d4becbae997e3a48c9f) Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> [mkorpershoek: fixed conflict around _SPL_TPL_ support] Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Tested-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Guillaume La Roque <glaroque@baylibre.com>