CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/07 13:34:53
Modified files:
sys/arch/amd64/stand/efiboot: efiboot.c
sys/arch/arm64/stand/efiboot: conf.c efiboot.c libsa.h
sys/arch/armv7/stand/efiboot: conf.c efiboot.c libsa.h
Log message:
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
bootloaders. Replace while (1) { } with for (;;) continue; per request
from tom@.
ok tom@, jsg@
