coreboot/src
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 ACPI: Add SATC structure for DMAR table 2021-03-28 16:03:21 +00:00
arch cbfs: Remove prog_locate() for payloads (SELF and FIT) 2021-03-17 00:13:53 +00:00
commonlib cbfs: Move stage header into a CBFS attribute 2021-03-17 08:10:00 +00:00
console console/vtxprintf.c: Add missing <types.h> 2021-02-16 08:15:26 +00:00
cpu cpu/x86/smm: Fix SMM start address passing 2021-03-24 15:36:36 +00:00
device device/i2c_bus.c: Correct code style 2021-04-06 07:02:47 +00:00
drivers drivers/i2c/nau8825: Support nau8825 for ACPI GPIO descriptors 2021-04-06 07:09:02 +00:00
ec ec/system76/ec: Add OLED screen toggle 2021-02-27 09:38:19 +00:00
include include/rules.h: Add ENV_TEST definition 2021-04-06 06:58:05 +00:00
lib lib: Add obvious definition for calloc 2021-04-06 06:50:38 +00:00
mainboard mb/google/guybrush: Disable GFX 2021-04-06 07:09:11 +00:00
northbridge nb/intel/haswell: Ensure MCH has acked raminit 2021-04-06 07:09:30 +00:00
security security/intel/cbnt: Fix ibbhash command line 2021-04-06 07:06:00 +00:00
soc soc/intel/alderlake: Update variable SD3C to only track enabled devices 2021-04-06 07:04:26 +00:00
southbridge sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime 2021-04-06 07:10:13 +00:00
superio acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
vendorcode vendorcode/intel/FSP2_0/CPX-SP: Declare struct RC_VERSION non-packed 2021-04-06 07:02:18 +00:00
Kconfig southbridge: Ensure common Kconfig gets included last 2021-02-18 10:11:39 +00:00