coreboot-kgpe-d16/src/include
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
..
arch-generic
boot Refactor publishing CBMEM addresses through coreboot table. 2012-03-29 20:19:27 +02:00
console CBMEM CONSOLE: Add CBMEM console driver implementation. 2012-03-29 20:14:25 +02:00
cpu Add support to run SMM handler in TSEG instead of ASEG 2012-04-04 04:49:09 +02:00
device Add a helper function to determine the number of enabled CPUs 2012-04-02 18:39:58 +02:00
pc80 Add TPM support to coreboot 2012-03-30 02:04:20 +02:00
smp
assert.h We call this cache as ram everywhere, so let's call it the same in Kconfig 2010-08-30 17:53:13 +00:00
cbfs.h split CBFS support into shared core and extended functions 2011-08-04 08:10:54 +02:00
cbfs_core.h Since cbfs_core.h provides a macro that uses ntohl, make sure ntohl is available 2012-03-14 23:00:25 +01:00
cbmem.h CBMEM CONSOLE: Add CBMEM type for console buffer. 2012-03-29 20:14:43 +02:00
delay.h
ehci.h Fix usb debug dongle support 2011-10-31 04:06:10 +01:00
fallback.h In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__. 2011-04-10 04:15:23 +00:00
ip_checksum.h Add support for the console over Ethernet (through PCI NE2000). 2010-07-16 20:02:09 +00:00
lib.h AMD Geode cpus: apply un-written naming rules 2012-02-13 21:56:38 +01:00
reset.h
sdram_mode.h
smbios.h smbios: add support for onboard devices extended information 2012-04-03 19:35:26 +02:00
spd.h Some more DIMM0 related cleanups and deduplication. 2010-11-20 20:23:08 +00:00
spd_ddr2.h
stdlib.h Align: Make sure 1 is treated as unsigned long instead of int 2012-04-02 18:39:48 +02:00
string.h Add an implementation for the memchr library function 2012-03-09 20:00:53 +01:00
swab.h Add macros for 64bit byte order swapping 2011-10-21 14:13:19 +02:00
timestamp.h Add more timestamps in coreboot. 2012-03-30 17:45:20 +02:00
trace.h Add support for the tracing infastructure in coreboot. 2011-09-07 01:26:47 +02:00
types.h
uart8250.h Detect whether the OXPCIE card is really present while in the ROM stage. 2012-03-29 23:04:06 +02:00
usb_ch9.h USB Debug Port related license header fixes (trivial). 2010-09-23 18:16:46 +00:00
usbdebug.h Fix usb debug dongle support 2011-10-31 04:06:10 +01:00
version.h
watchdog.h