the following patch was just integrated into master: commit eabfd3a7c162d5eb96f65085ad8b05238e53a437 Author: Andrew Wu arw@dmp.com.tw Date: Mon Aug 19 11:43:36 2013 +0800
Don't include LZMA in romstage if ramstage is not compressed.
If ramstage is not compressed, the CBFS module in romstage doesn't need to support LZMA. Removing the LZMA module in this case can save about 3000 bytes in romstage.
Change-Id: Id6f7869e32979080e2985c07029edcb39eee9106 Signed-off-by: Andrew Wu arw@dmp.com.tw Reviewed-on: http://review.coreboot.org/3878 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de
See http://review.coreboot.org/3878 for details.
-gerrit