Attention is currently required from: Keno Fischer.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/68442 )
Change subject: flashrom: Add some helpful hints about missing Linux kernel configs ......................................................................
Patch Set 2:
(1 comment)
File hwaccess_x86_io.c:
https://review.coreboot.org/c/flashrom/+/68442/comment/d494cff4_97a9f930 PS2, Line 272: elif defined(__OpenBSD__) : msg_perr("On OpenBSD set securelevel=-1 in /etc/rc.securelevel and\n" : "reboot, or reboot into single user mode.\n"); : #elif defined(__NetBSD__) : msg_perr("On NetBSD reboot into single user mode or make sure\n" : "that your kernel configuration has the option INSECURE enabled.\n"); : #endif Could you move these guards to a separate commit and place it before this one? So this commit only adds linux specific messages then.