- Remove useless definitions
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
a265d5c0a0
commit
dfa26a4d8c
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
#define IORR_FIRST 0xC0010016
|
#define IORR_FIRST 0xC0010016
|
||||||
#define IORR_LAST 0xC0010019
|
#define IORR_LAST 0xC0010019
|
||||||
#define SYSCFG 0xC0010010
|
|
||||||
|
|
||||||
#define MTRR_READ_MEM (1 << 4)
|
#define MTRR_READ_MEM (1 << 4)
|
||||||
#define MTRR_WRITE_MEM (1 << 3)
|
#define MTRR_WRITE_MEM (1 << 3)
|
||||||
|
@ -24,8 +23,6 @@
|
||||||
#define SYSCFG_MSR_SysVicLimitMask ((1 << 8) - (1 << 5))
|
#define SYSCFG_MSR_SysVicLimitMask ((1 << 8) - (1 << 5))
|
||||||
#define SYSCFG_MSR_SysAckLimitMask ((1 << 5) - (1 << 0))
|
#define SYSCFG_MSR_SysAckLimitMask ((1 << 5) - (1 << 0))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define IORR0_BASE 0xC0010016
|
#define IORR0_BASE 0xC0010016
|
||||||
#define IORR0_MASK 0xC0010017
|
#define IORR0_MASK 0xC0010017
|
||||||
#define IORR1_BASE 0xC0010018
|
#define IORR1_BASE 0xC0010018
|
||||||
|
|
Loading…
Reference in New Issue