summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-05-28 11:06:37 +0800
committerJi Luo <ji.luo@nxp.com>2020-05-29 19:22:22 +0800
commit4a0be8357cddbccf535d23119ea60aab79e1d6ef (patch)
tree8ac0dbef9bb61a5c2dc45d0c39758b8b6db9d099 /lib
parent97b8d1c613f56b539328e421ba205f2221fc658e (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
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index a1d274c184..840359d4e6 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -381,6 +381,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"