Attention is currently required from: Felix Singer.
Keno Fischer 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 3:
(1 comment)
File hwaccess_x86_io.c:
https://review.coreboot.org/c/flashrom/+/68442/comment/aa1a3e95_5672af01 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 a […]
Done