coreboot-kgpe-d16/src/southbridge/intel/i82371eb
Keith Hui e22c597bf6 sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime
Commit 023fdaffd1 (mb/asus/p2b: Refactor southbridge ACPI stuff)
moved the southbridge ACPI stuff to its own file. It also
(prematurely) listed PM and SMBus I/O port ranges as a #defined
fixed value.

Since these two ranges are not expected to change at runtime anyway,
we can simply drop the ASL code doing the read.

Change-Id: Id5adb37d047621d7c8faf81607ceea4cbcac3d34
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41093
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-04-06 07:10:13 +00:00
..
acpi sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime 2021-04-06 07:10:13 +00:00
acpi_tables.c ACPI: Select ACPI_SOC_NVS only where suitable 2021-01-18 07:21:34 +00:00
bootblock.c
chip.h
early_pm.c
early_smbus.c
fadt.c
i82371eb.c
i82371eb.h {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent 2020-09-01 03:06:04 +00:00
ide.c
isa.c
Kconfig
Makefile.inc
smbus.c src/southbridge: Drop unneeded empty lines 2020-09-21 16:29:35 +00:00
usb.c
wakeup.c