Attention is currently required from: Fred Reitberger, Jason Glenesk, Jérémy Compostella, Matt DeVillier, Patrick Rudolph.
Hello Fred Reitberger, Jason Glenesk, Jérémy Compostella, Matt DeVillier, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79566?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed: Code-Review+1 by Jérémy Compostella, Code-Review+2 by Patrick Rudolph, Verified+1 by build bot (Jenkins)
Change subject: arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORT ......................................................................
arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORT
Introduce the HAVE_CONFIGURABLE_APMC_SMI_PORT Kconfig option that when not selected will result in a default implementation of pm_acpi_smi_cmd_port to be included in the build that returns APM_CNT. SoCs that provide their own pm_acpi_smi_cmd_port implementation, need to select this Kconfig option.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Iaceb61b0f2a630d7afe2e0780b6a2a9806ea62f9 --- M src/arch/x86/Kconfig M src/arch/x86/Makefile.inc A src/arch/x86/apmc_smi_port.c M src/mainboard/emulation/qemu-q35/Makefile.inc D src/mainboard/emulation/qemu-q35/smi.c M src/soc/amd/common/block/smi/Kconfig 6 files changed, 22 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/79566/6