Fix i945 ACPI for ASL Optimizing Compiler version 20100428.
The values are overwritten on the fly but without the patch iasl will refuse to compile the code. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5550 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4bdd6438f8
commit
86d72782c7
|
@ -211,13 +211,13 @@ Method (_CRS, 0, Serialized)
|
||||||
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
||||||
Cacheable, ReadWrite,
|
Cacheable, ReadWrite,
|
||||||
0x00000000, 0x00000000, 0xfebfffff, 0x00000000,
|
0x00000000, 0x00000000, 0xfebfffff, 0x00000000,
|
||||||
0x00000000,,, PM01)
|
0xfec00000,,, PM01)
|
||||||
|
|
||||||
// TPM Area (0xfed40000-0xfed44fff)
|
// TPM Area (0xfed40000-0xfed44fff)
|
||||||
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed,
|
||||||
Cacheable, ReadWrite,
|
Cacheable, ReadWrite,
|
||||||
0x00000000, 0xfed40000, 0xfed44fff, 0x00000000,
|
0x00000000, 0xfed40000, 0xfed44fff, 0x00000000,
|
||||||
0x00000000,,, TPMR)
|
0x00005000,,, TPMR)
|
||||||
})
|
})
|
||||||
|
|
||||||
// Find PCI resource area in MCRS
|
// Find PCI resource area in MCRS
|
||||||
|
|
Loading…
Reference in New Issue