Attention is currently required from: Marshall Dawson, Zheng Bao, Felix Held. Hello Zheng Bao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/58772
to review the following change.
Change subject: [WIP]amd/hda: Remove the weak function ......................................................................
[WIP]amd/hda: Remove the weak function
BUG=b:140165023
Change-Id: I4b089b9fe4742b29686198f20fc7c1a2dae6f015 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/stoneyridge/northbridge.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/58772/1
diff --git a/src/soc/amd/stoneyridge/northbridge.c b/src/soc/amd/stoneyridge/northbridge.c index d5231ad..975f3f6 100644 --- a/src/soc/amd/stoneyridge/northbridge.c +++ b/src/soc/amd/stoneyridge/northbridge.c @@ -467,6 +467,7 @@ params->GnbIoapicAddress = IO_APIC2_ADDR; }
+/* Look for the hda pci configration define. */ void hda_soc_ssdt_quirks(const struct device *dev) { const char *scope = acpi_device_path(dev);