This patch enables bootblock compression on SC7280. In my tests, that makes it boot roughly 10ms faster (which isn't much, but... might as well take it).
Ref link: https://review.coreboot.org/c/coreboot/+/45855
BUG=b:182963902 TEST=Validated on qualcomm sc7180 and sc7280 development board.
Change-Id: I3564a7e531d769c8df16a1592ea98133d83b07b0
86b0609c28 sc7280: Enable bootblock compression
src/soc/qualcomm/sc7280/Kconfig | 1 +
src/soc/qualcomm/sc7280/Makefile.inc | 3 +++
src/soc/qualcomm/sc7280/decompressor.c | 9 +++++++++
3 files changed, 13 insertions(+)
Upstream: review.coreboot.org