Attention is currently required from: Michał Żygowski, Michał Kopeć, Felix Held. Hello Michał Żygowski, Michał Kopeć, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63522
to look at the new patch set (#2).
Change subject: superio/smsc/sch5545: Drop `_PRS` from static devices ......................................................................
superio/smsc/sch5545: Drop `_PRS` from static devices
The `_PRS` ACPI object is not needed for static (non-configurable) devices. For devices where `_CRS` always provides the same set of resource settings, drop the `_PRS` object. Note that every dropped `_PRS` object only provides one set of resource settings, which is identical to the resource settings provided by the `_CRS` object.
In addition, drop `IGNORE_IASL_MISSING_DEPENDENCY` from the only mainboard using the SCH5545 code, `dell/snb_ivb_workstations`.
Change-Id: Ic462bd3dfa287744d4f733561de81c09c1c397e6 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/dell/snb_ivb_workstations/Kconfig M src/superio/smsc/sch5545/acpi/superio.asl 2 files changed, 0 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/63522/2