Attention is currently required from: Jakub "Kuba" Czapiga, Konrad Adamczyk.
Hello Jakub "Kuba" Czapiga, Konrad Adamczyk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/87107?usp=email
to look at the new patch set (#2).
Change subject: Add allocation of a buffer for pvmfw within cbmem ......................................................................
Add allocation of a buffer for pvmfw within cbmem
This change adds an allocation of an empty buffer for the Android protected virtual machine firmware within cbmem. The buffer will be filled by the payload and the purpose is to just reserve the memory. cbmem is used to make sure that the region won't overlap with other reserved regions or device regions.
BUG=b:354045389 BUG=b:359340876 TEST=Check if pvmfw buffer is available for depthcharge BRANCH=firmware-android-15949.B
Change-Id: I48efc033ac0f5fbfcf3a52fabf40be016cd4c6f7 Signed-off-by: Bartłomiej Grzesik bgrzesik@google.com --- M payloads/libpayload/include/sysinfo.h M payloads/libpayload/libc/coreboot.c M src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h M src/vendorcode/google/Kconfig M src/vendorcode/google/Makefile.mk A src/vendorcode/google/pvmfw_cbmem.c 6 files changed, 44 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/87107/2