* Explicitly add __PRE_RAM__ where it should be added.

* Don't implicitly add __PRE_RAM__ in romcc. 

Fixes intel/xe7501devkit

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4998 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-01-05 13:03:02 +00:00
committed by Stefan Reinauer
parent 1f807fd42f
commit a0c68f864e
76 changed files with 80 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
#define __PRE_RAM__
#if CONFIG_LOGICAL_CPUS && \
(defined(CONFIG_BOOTBLOCK_NORTHBRIDGE_INIT) || defined(CONFIG_BOOTBLOCK_SOUTHBRIDGE_INIT))
#include <cpu/x86/lapic/boot_cpu.c>

View File

@@ -19,6 +19,7 @@
*/
#define ASSEMBLY 1
#define __PRE_RAM__
#include <arch/io.h>
#include "arch/romcc_io.h"