coreboot-kgpe-d16/src
Denis 'GNUtoo' Carikli 14b248b4a2 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>
Reviewed-on: http://review.coreboot.org/1533
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
2012-10-02 19:52:07 +02:00
..
arch/x86 buildsystem: Make CPU microcode updating more configurable 2012-09-05 03:40:47 +02:00
boot Fix compilation without CONFIG_WRITE_HIGH_TABLES. 2012-10-02 19:52:07 +02:00
console Add a capability for mainboard-specific posting. 2012-08-04 19:31:20 +02:00
cpu C32 legacy code: change CONFIG_CPU_AMD_SOCKET_C32 to CONFIG_CPU_AMD_SOCKET_C32_NON_AGESA 2012-09-19 23:15:27 +02:00
devices AMD northbridges: factor out CPU allocation 2012-08-27 15:36:47 +02:00
drivers ioapic driver: typedef the ioapic_config struct (TRIVIAL) 2012-08-30 04:25:43 +02:00
ec Auto-declare chip_operations 2012-08-22 05:06:41 +02:00
include Fix tracing compilation on SMM enabled targets. 2012-09-13 10:11:44 +02:00
lib USBDEBUG: retry harder for slow devices 2012-07-30 20:54:24 +02:00
mainboard C32 legacy code: change CONFIG_CPU_AMD_SOCKET_C32 to CONFIG_CPU_AMD_SOCKET_C32_NON_AGESA 2012-09-19 23:15:27 +02:00
northbridge HAVE_HIGH_TABLES is gone 2012-09-25 16:09:19 +02:00
southbridge AMD Hudson: Printf the high address as unsigned integer 2012-09-28 14:48:57 +02:00
superio superio winbond w83627dhg: add a function which is used on tyan s8226 2012-09-07 20:04:01 +02:00
vendorcode AMD Hudson: Enable HD audio 2012-08-13 18:57:01 +02:00
Kconfig Fix mptable build troubles 2012-08-25 00:34:46 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00