Attention is currently required from: Keith Hui. Hello build bot (Jenkins), Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41093
to look at the new patch set (#11).
Change subject: sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime ......................................................................
sb/intel/i82371eb: Do not read PM/SMBus I/O ports at runtime
Commit 023fdaf 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 --- M src/southbridge/intel/i82371eb/acpi/i82371eb.asl 1 file changed, 0 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/41093/11