CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2016/06/21 09:24:55
Modified files: sys/arch/amd64/include: efifbvar.h sys/arch/amd64/amd64: efifb.c mainbus.c wscons_machdep.c Log message: add support to efifb for drawing a console on a coreboot framebuffer if coreboot's memory table is found, it has a framebuffer entry, and there is no previously attached efi, vga, or serial console. useful on chromebooks that have no legacy vga device to get an early console before inteldrm(4) attaches or, for newer chipsets, a full console and X with wsfb(4). ok kettenis