diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-08-07 20:12:36 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-11 23:11:57 +0000 |
commit | d53137a536ff010efd0af26bb7728ff8684ec0a1 (patch) | |
tree | 28d40c986153f86e4c9ec677d30b66f7db4c40fd /.gitignore | |
parent | e566e1547b0ac7be36e87b6a629355b80241250b (diff) |
superio/smsc/sch5147/acpi/superio: use IO instead of FixedIO resource
The fixed I/O resource descriptor macro implies that the device will
only decode 10 of the 16 IO port bits causing aliasing. Use an I/O port
descriptor instead and use Decode16 to tell the OS that this I/O
resource will decode all I/O address bits.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I2df260cea6f12f5a3a6cbae3c7b99bab244a556b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77066
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions