CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/05/11 10:12:46
Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: On ACPI systems, if there is no SPCR table (or if it doesn't provide us with a usable serial console) switch to the framebuffer console. This makes the rpi4 do the right thing since the SPCR table is suppressed when you select "Graphics" as the display. ok patrick@