Attention is currently required from: Andrey Petrov, Subrata Banik.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76927?usp=email )
Change subject: drivers/intel/fsp2_0: Add configurable compression for logo cbfs file ......................................................................
Patch Set 2:
(1 comment)
File src/drivers/intel/fsp2_0/Kconfig:
https://review.coreboot.org/c/coreboot/+/76927/comment/8778b5ac_931350c3 : PS2, Line 212: config BMP_LOGO_COMPRESS_LZMA : bool : depends on BMP_LOGO : default y : : config BMP_LOGO_COMPRESS_LZ4 : bool : depends on BMP_LOGO : default !BMP_LOGO_COMPRESS_LZMA Would some kind of choice be preferable? The help text would give more background on what to use (plain, LZMA, LZ4).