diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-05-14 17:15:57 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-05-14 17:15:57 +0000 |
commit | cbac4981be1e485a2bab731338694d13cb768296 (patch) | |
tree | b0b9185fe76ec13ba7db544c170656641dfc74d5 /src/northbridge/amd | |
parent | 86d72782c7e64f2c4def98fea15243ddf61ea6a7 (diff) | |
download | coreboot-cbac4981be1e485a2bab731338694d13cb768296.tar.xz |
more acpica fixes... The tricky part is the stuff in the AMD mainboard directories.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdfam10/amdfam10_util.asl | 6 | ||||
-rw-r--r-- | src/northbridge/amd/amdk8/amdk8_util.asl | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/northbridge/amd/amdfam10/amdfam10_util.asl b/src/northbridge/amd/amdfam10/amdfam10_util.asl index 2207965b6c..c7dbcd0e17 100644 --- a/src/northbridge/amd/amdfam10/amdfam10_util.asl +++ b/src/northbridge/amd/amdfam10/amdfam10_util.asl @@ -131,7 +131,7 @@ Scope (\_SB) 0x0000, // Address Range Minimum 0x0000, // Address Range Maximum 0x0000, // Address Translation Offset - 0x0000,,,) + 0x0001,,,) }) CreateWordField (BUF0, 0x08, BMIN) CreateWordField (BUF0, 0x0A, BMAX) @@ -170,7 +170,7 @@ Scope (\_SB) 0x00000000, // Address Range Minimum 0x00000000, // Address Range Maximum 0x00000000, // Address Translation Offset - 0x00000000,,, + 0x00000001,,, , AddressRangeMemory, TypeStatic) }) CreateDWordField (BUF0, 0x0A, MMIN) @@ -231,7 +231,7 @@ Scope (\_SB) 0x00000000, // Address Range Minimum 0x00000000, // Address Range Maximum 0x00000000, // Address Translation Offset - 0x00000000,,, + 0x00000001,,, , TypeStatic) }) CreateDWordField (BUF0, 0x0A, PMIN) diff --git a/src/northbridge/amd/amdk8/amdk8_util.asl b/src/northbridge/amd/amdk8/amdk8_util.asl index 84a7f17107..1062d526b8 100644 --- a/src/northbridge/amd/amdk8/amdk8_util.asl +++ b/src/northbridge/amd/amdk8/amdk8_util.asl @@ -116,7 +116,7 @@ Scope (\_SB) 0x0000, // Address Range Minimum 0x0000, // Address Range Maximum 0x0000, // Address Translation Offset - 0x0000,,,) + 0x0001,,,) }) CreateWordField (BUF0, 0x08, BMIN) CreateWordField (BUF0, 0x0A, BMAX) @@ -155,7 +155,7 @@ Scope (\_SB) 0x00000000, // Address Range Minimum 0x00000000, // Address Range Maximum 0x00000000, // Address Translation Offset - 0x00000000,,, + 0x00000001,,, , AddressRangeMemory, TypeStatic) }) CreateDWordField (BUF0, 0x0A, MMIN) @@ -216,7 +216,7 @@ Scope (\_SB) 0x00000000, // Address Range Minimum 0x00000000, // Address Range Maximum 0x00000000, // Address Translation Offset - 0x00000000,,, + 0x00000001,,, , TypeStatic) }) CreateDWordField (BUF0, 0x0A, PMIN) |