CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/01/29 15:50:16
Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: If there is no SPCR table, or if it didn't provide us with a usuable serial console, fall back on parsing the DBG2 table. If we find a usable serial port there don't make it the console by default since there is a decent chance that the port isn't easily accessable. But this allows the user to use the port as serial console by entering "set tty com0" on at the bootloader prompt. ok patrick@