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 (#4).
Change subject: [NEEDS TEST] util/superiotool: Replace iopl with ioperm ......................................................................
[NEEDS TEST] util/superiotool: Replace iopl with ioperm
On Linux, 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, 21 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/69981/4