Declare RTC as not PIIX4 compatible to match AMD hardware.
Signed-off-by: Scott Duplichan <scott@notabs.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6587 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
254a6d6ea7
commit
0ebefd27c8
|
@ -1379,7 +1379,7 @@ DefinitionBlock (
|
||||||
|
|
||||||
/* Real Time Clock Device */
|
/* Real Time Clock Device */
|
||||||
Device(RTC0) {
|
Device(RTC0) {
|
||||||
Name(_HID, EISAID("PNP0B01")) /* AT Real Time Clock */
|
Name(_HID, EISAID("PNP0B00")) /* AT Real Time Clock (not PIIX4 compatible) */
|
||||||
Name(_CRS, ResourceTemplate() {
|
Name(_CRS, ResourceTemplate() {
|
||||||
IRQNoFlags(){8}
|
IRQNoFlags(){8}
|
||||||
IO(Decode16,0x0070, 0x0070, 0, 2)
|
IO(Decode16,0x0070, 0x0070, 0, 2)
|
||||||
|
|
Loading…
Reference in New Issue