Hello build bot (Jenkins), Martin Roth, Marshall Dawson, Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36613
to look at the new patch set (#5).
Change subject: Kconfig: Allow x86 to compress pre-ram stages if not run XIP ......................................................................
Kconfig: Allow x86 to compress pre-ram stages if not run XIP
On the intel/glkrvp compressed: - romstage: 29659 - verstage: 31303 non compressed: - romstage: 46244 - verstage: 47012
On qemu (with some additional patch to not run XIP) compressed: - romstage: 11203 non compressed: - romstage: 13924
Even with a small romstage the size improvements are substantial, which should result in a speedup when loading the stage. On the up/squared loading romstage is sped up by 9ms.
TESTED: succesfully boot the up/squared.
Change-Id: Iac24d243c4bd4cb8c1db14a8e9fc43f508c2cd5d Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/Kconfig 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/36613/5