coreboot/src
Kyösti Mälkki 233f5b3b0e ROMCC: Trigger internal compiler failure and apply the workaround
These boards first failed when attempting to change print_err() from
direct function call to console_tx_XX() to a code block in the form of

 do { if (y) console_tx_XX(x); } while(0)

Removing the label dummy_romcc_workaround_label added here will
trigger the following compiler error for the two boards:

  Internal compiler error: no edge to block->last->next

Change-Id: I997adfaf586d7fa2096401dd574b07ce676d0ac6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5349
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2014-03-08 19:24:22 +01:00
..
arch usbdebug: Move Kconfig under drivers/usb 2014-03-04 15:38:12 +01:00
console console: Use single driver entry for UARTs 2014-03-04 15:40:34 +01:00
cpu x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option 2014-03-07 15:30:27 +01:00
device devices: Allow to configure textmode in native gfx init. 2014-03-03 23:13:17 +01:00
drivers console: Use single driver entry for UARTs 2014-03-04 15:40:34 +01:00
ec lenovo/x60: Unify volume button handling with common code. 2014-03-01 21:59:15 +01:00
include x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING option 2014-03-07 15:30:27 +01:00
lib lib/dynamic_cbmem.c: Include cbmem_console.h 2014-03-08 13:06:34 +01:00
mainboard ROMCC: Trigger internal compiler failure and apply the workaround 2014-03-08 19:24:22 +01:00
northbridge console: Fix includes 2014-03-04 15:26:08 +01:00
soc baytrail: use common code for iosf accessors 2014-02-27 06:35:44 +01:00
southbridge bd82x6x, ibexpeak, lynxpoint: Unify SPI. 2014-03-04 00:00:57 +01:00
superio superio/fintek: Document Fintek F71869AD code. 2014-02-13 17:14:20 +01:00
vendorcode coreboot: unify infrastructure for loading payloads 2014-03-03 19:48:02 +01:00
Kconfig Add a generic register script handler 2014-03-04 16:31:14 +01:00