Attention is currently required from: Hsuan-ting Chen, Jakub Czapiga, Peter Marheine.
Hello Anastasia Klimchuk, Hsuan-ting Chen, Peter Marheine, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/83133?usp=email
to look at the new patch set (#2).
Change subject: hwaccess_x86_io: Fix Android compilation with bionic libc ......................................................................
hwaccess_x86_io: Fix Android compilation with bionic libc
Recently Android Bionic LibC got sys/io.h. Use this header to access ioperm(). Use Assembly for I/O, as Bionic does not have inb(), outb(), etc.
Tested on Android 14 by adding flashrom and pciutils as external repositories, adding Android.bp blueprints (Android specialized build system - Soong), building, running and accessing (read, erase, write) SPI flash on x86 device.
Change-Id: Id80b83c2718679c925ed6ddfe33cbe837eea0429 Signed-off-by: Jakub Czapiga czapiga@google.com --- M hwaccess_x86_io.c 1 file changed, 4 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/33/83133/2