diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2010-11-15 19:44:42 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-11-15 19:44:42 +0000 |
commit | c2bf26d2477aee7d606a5933017f9f98f4e82303 (patch) | |
tree | d3e1e7e89bca6be21277e9651e98291e8daf8d6f /src/northbridge/intel | |
parent | a69d978be8a068944466e776de87527fb104a878 (diff) |
Move RCBA defines to northbridge (instead of mainboard)
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6074 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/i3100/i3100.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/i3100/i3100.h b/src/northbridge/intel/i3100/i3100.h index 8aae1a9aed..9fb2996edb 100644 --- a/src/northbridge/intel/i3100/i3100.h +++ b/src/northbridge/intel/i3100/i3100.h @@ -64,6 +64,8 @@ #define DRC_NOECC_MODE (0 << 20) #define DRC_72BIT_ECC (1 << 20) +#define RCBA 0xF0 +#define DEFAULT_RCBA 0xFEA00000 #ifdef __GNUC__ int bios_reset_detected(void); |