Attention is currently required from: Tarun Tuli, Subrata Banik.
Kapil Porwal has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/70016 )
Change subject: drivers/net/r8168: Add support for ACPI DmaProperty ......................................................................
Patch Set 3:
(1 comment)
This change is ready for review.
File src/drivers/net/r8168.c:
https://review.coreboot.org/c/coreboot/+/70016/comment/b1d95dcf_bdd90a8a PS1, Line 407: struct acpi_dp *dsd, *pkg; : dsd = acpi_dp_new_table("_DSD"); : pkg = acpi_dp_new_table(ACPI_DSD_DMA_PROPERTY_UUID); : acpi_dp_add_integer(pkg, "DmaProperty", 1); : acpi_dp_add_package(dsd, pkg); : acpi_dp_write(dsd);
can we find a common place to define this function ? this is 3rd time we are implementing the same f […]
Ack