Home
last modified time | relevance | path

Searched hist:ac5a8f08e811581376e731c898c21e4f79177ec2 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Drk322x_common.hac5a8f08e811581376e731c898c21e4f79177ec2 Mon Aug 13 09:21:47 UTC 2018 Zhangbin Tong <zebulun.tong@rock-chips.com> rockchip: rk3128h: Fix AVB2.0 boot failure for Android P GSI

Generic System Image (GSI) for Android P use the vbmeta without
the "Authentication data" and "Auxiliary data" block, in this case
just load the entire partition. This led to a malloc fail in libavb.
This increase malloc pool len.

GSI vbmeta image info:
avbtool info_image --image vbmeta.img
Minimum libavb version: 1.0
Header Block: 256 bytes
Authentication Block: 0 bytes
Auxiliary Block: 0 bytes
Algorithm: NONE
Rollback Index: 0
Flags: 2
Release String: 'avbtool 1.1.0'
Descriptors:
(none)

This fixes boot failure seen on rk3128h target: avb_util.c:199:
ERROR: Failed to allocate memory.

Change-Id: I148f60774916eca4c5e326385c733535633a6c75
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>