switch-coreboot/src/console
Stefan Reinauer 3aa067f595 Add support to run SMM handler in TSEG instead of ASEG
Traditionally coreboot's SMM handler runs in ASEG (0xa0000),
"behind" the graphics memory. This approach has two issues:
- It limits the possible size of the SMM handler (and the
  number of CPUs supported in a system)
- It's not considered a supported path anymore in newer CPUs.

Change-Id: I9f2877e46873ab2ea8f1157ead4bc644a50be19e
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Acked-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/842
Reviewed-by: Peter Stuge <peter@stuge.se>
Tested-by: build bot (Jenkins)
2012-04-04 04:49:09 +02:00
..
cbmem_console.c CBMEM CONSOLE: Add CBMEM console driver implementation. 2012-03-29 20:14:25 +02:00
console.c CBMEM CONSOLE: Add code using the new console driver. 2012-03-29 20:14:52 +02:00
die.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
Kconfig Fix typos in src/console/Kconfig 2012-03-29 22:35:12 +02:00
logbuf_console.c Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
Makefile.inc CBMEM CONSOLE: Enable coreboot CBMEM console. 2012-03-29 20:15:06 +02:00
ne2k_console.c Add support for the console over Ethernet (through PCI NE2000). 2010-07-16 20:02:09 +00:00
post.c remove trailing whitespace 2011-11-01 19:07:45 +01:00
printk.c Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
uart8250_console.c Do full flush on uart8250 only at end of printk. 2011-07-12 11:36:20 +02:00
uart8250mem_console.c Extend coreboot table entry for serial ports 2011-10-21 23:34:30 +02:00
usbdebug_console.c Fix usb debug dongle support 2011-10-31 04:06:10 +01:00
vsprintf.c Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
vtxprintf.c Add support to run SMM handler in TSEG instead of ASEG 2012-04-04 04:49:09 +02:00