Kapil Porwal
4c2c2c43d0
drivers/net/r8168: Add support for ACPI DmaProperty
BUG=b:259716145
TEST=Verified SSDT on google/osiris.
Before:
Scope (\_SB.PCI0.RP01)
{
Device (RLTK)
{
Name (_HID, "R8168") // _HID: Hardware ID
Name (_UID, 0xD0E889DD) // _UID: Unique ID
Name (_DDN, "Realtek r8168") // _DDN: DOS Device Name
Name (_ADR, 0x00000000) // _ADR: Address
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x07,
0x03
})
}
}
After:
Scope (\_SB.PCI0.RP01)
{
Device (RLTK)
{
Name (_HID, "R8168") // _HID: Hardware ID
Name (_UID, 0xD0E889DD) // _UID: Unique ID
Name (_DDN, "Realtek r8168") // _DDN: DOS Device Name
Name (_ADR, 0x00000000) // _ADR: Address
Name (_PRW, Package (0x02) // _PRW: Power Resources for Wake
{
0x07,
0x03
})
Name (_DSD, Package (0x02) // _DSD: Device-Specific Data
{
ToUUID ("70d24161-6dd5-4c9e-8070-705531292865"),
Package (0x01)
{
Package (0x02)
{
"DmaProperty",
One
}
}
})
}
}
Signed-off-by: Kapil Porwal <kapilporwal@google.com>
Change-Id: I647230082362b1093b63793a201eba23a6289121
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70016
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-11-29 19:50:59 +00:00
..
2021-05-20 08:01:11 +00:00
2022-11-22 13:40:56 +00:00
2021-08-23 14:08:47 +00:00
2022-02-07 23:29:09 +00:00
2020-05-18 07:00:27 +00:00
2022-11-22 13:40:56 +00:00
2022-03-07 08:32:09 +00:00
2022-07-04 14:02:26 +00:00
2022-10-05 11:00:36 +00:00
2022-09-01 16:43:33 +00:00
2021-10-17 11:48:13 +00:00
2022-11-13 18:48:52 +00:00
2022-03-22 03:45:30 +00:00
2021-12-01 22:04:12 +00:00
2022-11-22 13:40:56 +00:00
2022-11-25 01:03:21 +00:00
2022-11-22 13:40:56 +00:00
2022-04-24 17:41:26 +00:00
2021-01-18 07:39:21 +00:00
2022-10-26 16:38:45 +00:00
2022-10-01 00:45:25 +00:00
2022-11-29 19:50:59 +00:00
2022-08-17 19:46:07 +00:00
2022-11-22 12:50:05 +00:00
2022-03-09 02:18:21 +00:00
2022-11-22 13:40:56 +00:00
2022-07-20 22:31:22 +00:00
2022-03-07 08:32:09 +00:00
2020-05-11 17:11:40 +00:00
2022-08-23 14:04:22 +00:00
2020-05-11 17:11:40 +00:00
2022-10-03 16:14:25 +00:00
2022-08-13 16:35:18 +00:00
2021-08-26 15:18:45 +00:00
2022-11-10 15:14:26 +00:00
2022-03-09 02:18:21 +00:00
2022-10-20 17:22:57 +00:00
2022-11-17 13:26:55 +00:00
2022-11-11 13:33:34 +00:00
2022-05-20 07:15:39 +00:00
2022-11-29 19:48:59 +00:00
2022-11-29 19:48:59 +00:00