coreboot-kgpe-d16/src/console
Martin Roth 1455437c9e x86: Add Kconfig to disable early bootblock postcodes
The Intel cave creek chipset needs to have port 80 routing configured
before any post codes can be sent to port 80h.  Sending post codes out
before the routing is done will hang the system.

This patch allows us to disable the first couple of post codes that go
out before the routing can be configured.

The Kconfig symbol is selected by the cave creek chipset (fsp_i89xx).

Change-Id: I9bf41669ec32744f87a1ed2de011d31c72ea38da
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: http://review.coreboot.org/12422
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: York Yang <york.yang@intel.com>
2015-11-19 00:16:50 +01:00
..
Kconfig x86: Add Kconfig to disable early bootblock postcodes 2015-11-19 00:16:50 +01:00
Makefile.inc src/console: Link die.c in bootblock without BOOTBLOCK_CONSOLE 2015-11-17 16:28:25 +01:00
console.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
die.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
early_print.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
init.c arm64: remove secmon 2015-11-07 03:28:06 +01:00
post.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
printk.c console: rename do_vtxprintf to do_printk_va_list and use it 2015-05-05 17:46:35 +02:00
vsprintf.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
vtxprintf.c Avoid 64bit math on MIPS platforms 2015-03-30 21:42:38 +02:00