CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/05/06 11:16:48
Modified files:
sys/arch/arm64/arm64: machdep.c
sys/arch/arm64/dev: com_fdt.c
sys/arch/arm64/include: fdt.h
Log message:
Use speed from device tree for serial console. Makes it possible to boot
and install systems where the firmware uses a non-standard speed. This is
important for various boards that use a Rockchip SoC where the vendor thinks
using 1500000 bps as the serial console speed is a good idea (it isn't).
ok deraadt@, visa@, patrick@