CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/08/27 06:42:22
Modified files: sys/dev/fdt : simplefb.c sys/arch/arm64/arm64: arm64_machdep.h machdep.c sys/arch/arm64/conf: RAMDISK sys/arch/arm64/include: fdt.h sys/arch/arm/include: fdt.h sys/arch/armv7/armv7: armv7_machdep.h Log message: Add glass console support for arm64. This uses the "stdout-path" property of the /chosen node in the device tree to decide whether the framebuffer should be used as the console device. Most, if not all, machines will have that set to use a serial console and there is no easy way yet to change that. ok jsg@