summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-05-28 11:06:37 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-18 16:40:09 +0800
commitba8b2c1e6741ea1dcc063f51b136be25a4eef76d (patch)
tree09f257df1b04e09aa0f3d4829d5c890bbfeed710 /lib/Kconfig
parent203677774d0ed660d749937446839b4069322043 (diff)
MA-17260 Add vendor boot and boot header v3 support
GKI(Generic Kernel Image) would require the boot header v3 and vendor boot support, all device specific info are moved to vendor_boot partition ,the boot header v3 will not be compatible with earlier version(0/1/2). This commit adds support for boot header v3 and vendor boot, it would concatenate the generic ramdisk and vendor ramdisk to generate the final ramdisk passed to kernel. Test: boots with or without boot header v3 and vendor boot support. Signed-off-by: Ji Luo <ji.luo@nxp.com> Change-Id: Ib3298ae46bfc728aa4a34909d372eff6cc86ca70 (cherry picked from commit c3854f270a19e7d57b996e6074d692ab9bc88c32)
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 19db47fe99..3c7ae213bc 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -410,6 +410,9 @@ config TRUSTY_UNLOCK_PERMISSION
bool "Support unlock permission protection in trusty"
depends on IMX_TRUSTY_OS
+config VENDOR_BOOT_SUPPORT
+ bool "Support vendor boot load"
+
endmenu
menu "Hashing Support"