Attention is currently required from: Anil Kumar K, Arthur Heymans, Martin L Roth, Matt DeVillier, Paul Menzel, Pratikkumar V Prajapati, Subrata Banik.
Hello Anil Kumar K, Paul Menzel, Pratikkumar V Prajapati, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76816?usp=email
to look at the new patch set (#11).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: drivers/intel/gma/Kconfig: Add VBT compression configuration entry ......................................................................
drivers/intel/gma/Kconfig: Add VBT compression configuration entry
Currently, the VBT is systematically compressed. To offer more flexibility, this patch introduces a `CONFIG_VBT_CBFS_COMPRESSION'. This entry can be used to disable the compression for VBT binary CBFS storage.
For instance, it can be disable to allow the VBT binary to be used in pre-memory stages such as romstage.
BUG=b:279173035 TEST=Verified that vbt.bin is not compressed with CONFIG_VBT_CBFS_COMPRESSION=n
Change-Id: I1df6a96c2ec122f0ef8ee6a1e96ffbd621b14941 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/drivers/intel/gma/Kconfig M src/drivers/intel/gma/Makefile.inc 2 files changed, 5 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/76816/11