From patchwork Sat Jun 4 06:10:37 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/16] Port persimmon r6587 to e350m1: RTC is not PIIX4 compatible Date: Sat, 04 Jun 2011 06:10:37 -0000 From: mbuschman@lucidmachines.com X-Patchwork-Id: 3026 Message-Id: <1307167844-13392-9-git-send-email-mbuschman@lucidmachines.com> To: coreboot@coreboot.org Cc: Marshall Buschman , Scott Duplichan From: Scott Duplichan Declare RTC as not PIIX4 compatible to match AMD hardware. Signed-off-by: Marshall Buschman --- src/mainboard/asrock/e350m1/dsdt.asl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mainboard/asrock/e350m1/dsdt.asl b/src/mainboard/asrock/e350m1/dsdt.asl index ddde158..ce23245 100644 --- a/src/mainboard/asrock/e350m1/dsdt.asl +++ b/src/mainboard/asrock/e350m1/dsdt.asl @@ -1379,7 +1379,7 @@ DefinitionBlock ( /* Real Time Clock Device */ Device(RTC0) { - Name(_HID, EISAID("PNP0B01")) /* AT Real Time Clock */ + Name(_HID, EISAID("PNP0B00")) /* AT Real Time Clock (not PIIX4 compatible) */ Name(_CRS, ResourceTemplate() { IRQNoFlags(){8} IO(Decode16,0x0070, 0x0070, 0, 2)