ron minnich has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41388 )
Change subject: acpi: add a function to read a table and verify it
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41388/2/src/acpi/acpi.c
File src/acpi/acpi.c:
https://review.coreboot.org/c/coreboot/+/41388/2/src/acpi/acpi.c@268
PS2, Line 268: file = acpi_read_table(CONFIG_CBFS_PREFIX "/madt.aml", "APIC");
We do not want an unconditional path here of using cbfs. This should be guarded by a Kconfig.
which one? I mean which Kconfig?
This is the exact same code pattern that's elsewhere in the file, for dsdt and slic, not guarded either.
I don't see the problem. If the file is not there, this code won't have any effect. What am I missing?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/41388
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id5e82eb0a82555b7763107e2a1e2a529a0c1b11f
Gerrit-Change-Number: 41388
Gerrit-PatchSet: 3
Gerrit-Owner: ron minnich
rminnich@gmail.com
Gerrit-Reviewer: David Hendricks
david.hendricks@gmail.com
Gerrit-Reviewer: Jonathan Neuschäfer
j.neuschaefer@gmx.net
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@coreboot.org
Gerrit-Reviewer: Stefan Reinauer
stefan.reinauer@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Aaron Durbin
adurbin@chromium.org
Gerrit-Comment-Date: Thu, 14 May 2020 01:03:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Gerrit-MessageType: comment