MA-16457-1 avoid to try to access system partition
authorfaqiang.zhu <faqiang.zhu@nxp.com>
Tue, 25 Feb 2020 02:18:24 +0000 (10:18 +0800)
committerJi Luo <ji.luo@nxp.com>
Thu, 13 May 2021 01:49:18 +0000 (09:49 +0800)
commit10a635bbbbfe36ab39ed77c84fe8d30000c638f5
tree6b2e5c97b9a03f386e0ff6c43dcf5c8487f83284
parente310c753afd0e31bac21488f594d2edd5df4297e
MA-16457-1 avoid to try to access system partition

To enable dynamic partition feature, system partition will be a logic
parition in "super" partition, uboot can't access system partition
anymore.

In i.MX Android use case, only vbmeta partition is used to verify other
imags. boot and system are not used. so there is no need to access
system partition to get avb device info, remove system partition from
avb lib for standard android.

Now, standard Android will boot with ramdisk in boot.img, there is no
need to provide root info to kernel for standard Android. so only
Android Auto will provide this info.

Change-Id: I99a43eb8f7aa1dc635e3937c93266f881c9b3655
Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
(cherry picked from commit 3a2418a1cc097cd956347fc12b0b4e0566652bfd)
(cherry picked from commit 133644540d6e5c89cc6e8109b2bf3ac6a9b897d1)
drivers/fastboot/fb_fsl/fb_fsl_boot.c
lib/libavb/avb_cmdline.c