Attention is currently required from: Cliff Huang, Elyes Haouas, Eric Lai, Jérémy Compostella, Lance Zhao, Nico Huber, Tim Wawrzynczak.
Hello Cliff Huang, Elyes Haouas, Eric Lai, Jérémy Compostella, Lance Zhao, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/82642?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+2 by Elyes Haouas, Code-Review+2 by Eric Lai, Verified+1 by build bot (Jenkins)
Change subject: acpi: drop sort-of duplicate ACPI_HAVE_PCAT_8259 option ......................................................................
acpi: drop sort-of duplicate ACPI_HAVE_PCAT_8259 option
Apollo Lake SoC is the only SoC that selects ACPI_NO_PCAT_8259 and ACPI_HAVE_PCAT_8259 was automatically selected when ACPI_NO_PCAT_8259 wasn't selected, so drop the ACPI_HAVE_PCAT_8259 Kconfig option and use ACPI_NO_PCAT_8259 in the code instead.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I246ecfda5bb156d151512e5dbf432a113fad51a2 --- M src/acpi/Kconfig M src/acpi/acpi_apic.c M src/arch/x86/acpi.c 3 files changed, 3 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/82642/2