[coreboot] Why my ACPI device conflicts with "PCI Bus"

Zheng Bao fishbaoz at hotmail.com
Mon Aug 22 14:20:39 CEST 2016


Hi, All,

I am debugging the UART device on Bettong(AMD Carrizo).


The device

"

Device(FUR0) {
    Name(_HID,"AMD0020")
    Name(_UID,0x0)
    Name(_CRS, ResourceTemplate() {
        IRQ(Edge, ActiveHigh, Exclusive) {10}
        Memory32Fixed(ReadWrite, 0xFEDC6000, 0x2000)
    })
    Method (_STA, 0x0, NotSerialized) {
        Return (0x0F)
    }
}
"

is  added to DSDT. On linux, it doesnt show any error or warning. On Windows,

the device manager can show the DEVICE "AMD0020". But it says the 0xFEDC6000

is used by other device "PCI Bus".

I checked the whole DSDT and can not find which device conflicts with that?


Any suggestion what else I can check?


Zheng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20160822/f08356cc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dsdt-bettong-coreboot.dsl
Type: application/octet-stream
Size: 66249 bytes
Desc: dsdt-bettong-coreboot.dsl
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20160822/f08356cc/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ssdt1-bettong-coreboot.dsl
Type: application/octet-stream
Size: 1306 bytes
Desc: ssdt1-bettong-coreboot.dsl
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20160822/f08356cc/attachment-0001.obj>


More information about the coreboot mailing list