Attention is currently required from: Felix Held.
Hello Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69981
to look at the new patch set (#2).
Change subject: [NEEDS TEST] util/superiotool: Replace iopl with ioperm ......................................................................
[NEEDS TEST] util/superiotool: Replace iopl with ioperm
The iopl system call is marked as deprecated, and on some distributions the call no longer seems to be implemented. Replace it with ioperm.
Resolves: https://ticket.coreboot.org/issues/440
TEST: Run superiotool sucessfully on Ubuntu 22.10, which does not seem to have iopl implemented
Change-Id: I6671023b09d22ff38e578d11d04674fb6ae763c9 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M util/superiotool/superiotool.c 1 file changed, 19 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/69981/2