aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/quartet/resourcemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/quartet/resourcemap.c')
-rw-r--r--src/mainboard/amd/quartet/resourcemap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/amd/quartet/resourcemap.c b/src/mainboard/amd/quartet/resourcemap.c
index bf1e388238..f34e6f5327 100644
--- a/src/mainboard/amd/quartet/resourcemap.c
+++ b/src/mainboard/amd/quartet/resourcemap.c
@@ -34,10 +34,10 @@ static void setup_quartet_resource_map(void)
* This field defines the upper address bits of a 40 bit address
* that define the end of the DRAM region.
*/
- PCI_ADDR(0, 0x18, 1, 0x44), 0x0000f8f8, 0x00f00000,
- PCI_ADDR(0, 0x18, 1, 0x4C), 0x0000f8f8, 0x01f00001,
- PCI_ADDR(0, 0x18, 1, 0x54), 0x0000f8f8, 0x02f00002,
- PCI_ADDR(0, 0x18, 1, 0x5C), 0x0000f8f8, 0x03f00003,
+ PCI_ADDR(0, 0x18, 1, 0x44), 0x0000f8f8, 0x000f0000,
+ PCI_ADDR(0, 0x18, 1, 0x4C), 0x0000f8f8, 0x001f0001,
+ PCI_ADDR(0, 0x18, 1, 0x54), 0x0000f8f8, 0x002f0002,
+ PCI_ADDR(0, 0x18, 1, 0x5C), 0x0000f8f8, 0x003f0003,
PCI_ADDR(0, 0x18, 1, 0x64), 0x0000f8f8, 0x00000004,
PCI_ADDR(0, 0x18, 1, 0x6C), 0x0000f8f8, 0x00000005,
PCI_ADDR(0, 0x18, 1, 0x74), 0x0000f8f8, 0x00000006,
@@ -256,7 +256,7 @@ static void setup_quartet_resource_map(void)
PCI_ADDR(0, 0x18, 1, 0xE0), 0x0000FC88, 0x07000203,
PCI_ADDR(0, 0x18, 1, 0xE4), 0x0000FC88, 0xff080113,
PCI_ADDR(0, 0x18, 1, 0xE8), 0x0000FC88, 0xffff0040,
- PCI_ADDR(0, 0x18, 1, 0xEC), 0x0000FC88, 0xffff0330,
+ PCI_ADDR(0, 0x18, 1, 0xEC), 0x0000FC88, 0xffff0270,
};
int max;
max = sizeof(register_values)/sizeof(register_values[0]);