[coreboot-gerrit] Change in coreboot[master]: soc/intel & sb/intel/*/acpi/*.asl: Change Device(TIMR) to De...

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Thu Apr 6 08:12:14 CEST 2017


HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/19138 )

Change subject: soc/intel & sb/intel/*/acpi/*.asl: Change Device(TIMR) to Device(TMR)
......................................................................


Patch Set 2:

> > saw it on "Advanced Configuration and Power Interface
 > > Specification" Version 6.1 - page 548
 > 
 > Yeah, just an example. Not how Intel implemented it.

here is how it is implemented by Intel:
Device (RTC)
                {
                    Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */)  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x01,               // Alignment
                            0x02,               // Length
                            )
                        IO (Decode16,
                            0x0074,             // Range Minimum
                            0x0074,             // Range Maximum
                            0x01,               // Alignment
                            0x04,               // Length
                            )
                        IRQNoFlags ()
                            {8}
                    })
                }

and here is what I have on 945g-m4 (by nec):
Device (RTC0)
                {
                    Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */)  // _HID: Hardware ID
                    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
                    {
                        IO (Decode16,
                            0x0070,             // Range Minimum
                            0x0070,             // Range Maximum
                            0x00,               // Alignment
                            0x02,               // Length
                            )
                        IRQNoFlags ()
                            {8}
                    })
                }

-- 
To view, visit https://review.coreboot.org/19138
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1435d55b35c022ea09a8a2c36257eb06d1ef72ed
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro at das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: No



More information about the coreboot-gerrit mailing list