]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/intel_regs.h
x86: acpi: Adjust order in acpi_table.c
[u-boot] / arch / x86 / include / asm / intel_regs.h
index 97257381433c800c9eebff93260544e9334bcb73..d2a6d2690e6f2395c958bd70c6c76c1b158f959b 100644 (file)
 #define MCH_BASE_SIZE          0x8000
 #define MCHBAR_REG(reg)                (MCH_BASE_ADDRESS + (reg))
 
+#define MCHBAR_PEI_VERSION     0x5034
+#define MCH_PKG_POWER_LIMIT_LO 0x59a0
+#define MCH_PKG_POWER_LIMIT_HI 0x59a4
+#define MCH_DDR_POWER_LIMIT_LO 0x58e0
+#define MCH_DDR_POWER_LIMIT_HI 0x58e4
+
+/* Access the Root Complex Register Block */
+#define RCB_BASE_ADDRESS       0xfed1c000
+#define RCB_REG(reg)           (RCB_BASE_ADDRESS + (reg))
+
+#define SOFT_RESET_CTRL                0x38f4
+#define SOFT_RESET_DATA                0x38f8
+
 #endif