coreboot-kgpe-d16/src
Gabe Black 19e7e7d2e7 Add infrastructure for global data in the CAR phase of boot
The cbmem console structure and car global data are put in their own section,
with the cbmem console coming after the global data. These areas are linked
to be where CAR is available and at the very bottom of the stack.

There is one shortcoming of this change:
The section created by this change needs to be stripped out by the Makefile
since leaving it in confuses cbfstool when it installs the stage in the image.
I would like to make the tools link those symbols at the right location but
leave allocation of that space out of the ELF.

Change-Id: Iccfb99b128d59c5b7d6164796d21ba46d2a674e0
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/727
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2012-03-29 23:19:13 +02:00
..
arch/x86 Add infrastructure for global data in the CAR phase of boot 2012-03-29 23:19:13 +02:00
boot CBMEM CONSOLE: Add code using the new console driver. 2012-03-29 20:14:52 +02:00
console Fix typos in src/console/Kconfig 2012-03-29 22:35:12 +02:00
cpu Fix possible deadlock on SMP stop_this_cpu 2012-03-25 20:35:26 +02:00
devices Add support for enabling PCIe Common Clock and ASPM 2012-03-29 22:16:07 +02:00
drivers Detect whether the OXPCIE card is really present while in the ROM stage. 2012-03-29 23:04:06 +02:00
ec X60/T60: Add option to enable/disable bluetooth 2012-01-31 18:03:40 +01:00
include Add infrastructure for global data in the CAR phase of boot 2012-03-29 23:19:13 +02:00
lib Add infrastructure for global data in the CAR phase of boot 2012-03-29 23:19:13 +02:00
mainboard Add bifferboard 2012-03-27 18:42:31 +02:00
northbridge Add the support for RDC R8610 Northbridge 2012-03-27 18:37:57 +02:00
pc80 vga: removed inclusion of .c files 2012-01-27 20:07:00 +01:00
southbridge Add support for RDC R8610 Southbridge 2012-03-27 18:39:05 +02:00
superio SIO: Add smsc sio1036 superio 2012-02-17 17:19:34 +01:00
vendorcode AGESA family 12 changes to fix torpedo warnings 2012-03-14 00:57:55 +01:00
Kconfig Add a config flag to enable time stamp collection 2012-03-28 20:43:36 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00