the following patch was just integrated into master: commit dcec334895aa187e256543bc17382d567b3d1d94 Author: Denis 'GNUtoo' Carikli GNUtoo@no-log.org Date: Sat Sep 22 14:52:24 2012 +0200
Fix compilation without CONFIG_WRITE_HIGH_TABLES.
Without that fix we have: CC boot/hardwaremain.ramstage.o src/boot/hardwaremain.c: In function 'hardwaremain': src/boot/hardwaremain.c:136:6: error: 'cbmem_post_handling' undeclared (first use in this function) src/boot/hardwaremain.c:136:6: note: each undeclared identifier is reported only once for each function it appears in src/boot/hardwaremain.c:137:3: error: implicit declaration of function 'cbmem_post_handling' [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make: *** [build/boot/hardwaremain.ramstage.o] Error 1 When compiling without CONFIG_WRITE_HIGH_TABLES
Change-Id: Ie45f684a6db0ab55ef469bfcef57e539ae7e994c Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@no-log.org
Build-Tested: build bot (Jenkins) at Sat Sep 22 15:24:31 2012, giving +1 Reviewed-By: Peter Stuge peter@stuge.se at Tue Oct 2 19:52:07 2012, giving +2 See http://review.coreboot.org/1533 for details.
-gerrit