summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants/agah
diff options
context:
space:
mode:
authorKapil Porwal <kapilporwal@google.com>2022-11-26 02:38:38 +0530
committerSubrata Banik <subratabanik@google.com>2022-11-29 19:51:26 +0000
commit39f5042d9e67439a9d486248d4578c4e3dca6277 (patch)
tree57ab3d15f8a9c3a93f0d657fead6228b9938719f /src/mainboard/google/brya/variants/agah
parent4c2c2c43d0c37765aef73ecd1223f8bea0e7f1fd (diff)
downloadcoreboot-39f5042d9e67439a9d486248d4578c4e3dca6277.tar.gz
coreboot-39f5042d9e67439a9d486248d4578c4e3dca6277.tar.bz2
coreboot-39f5042d9e67439a9d486248d4578c4e3dca6277.zip
mb/google/brya: Add ACPI DmaProperty for ethernet devices
Add ACPI DmaProperty for ethernet devices. 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: I647593fd02644d30cd21b60d8305c0ec55dc64cb Reviewed-on: https://review.coreboot.org/c/coreboot/+/70017 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Tarun Tuli <taruntuli@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya/variants/agah')
-rw-r--r--src/mainboard/google/brya/variants/agah/overridetree.cb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/agah/overridetree.cb b/src/mainboard/google/brya/variants/agah/overridetree.cb
index 69afa24e16ee..53c60c17f313 100644
--- a/src/mainboard/google/brya/variants/agah/overridetree.cb
+++ b/src/mainboard/google/brya/variants/agah/overridetree.cb
@@ -225,6 +225,7 @@ chip soc/intel/alderlake
register "customized_leds" = "0x05af"
register "wake" = "GPE0_DW0_07"
register "device_index" = "0"
+ register "add_acpi_dma_property" = "true"
device pci 00.0 on end
end
end #RTL8111H Ethernet NIC