Module Name: src Committed By: snj Date: Tue Jun 6 16:26:53 UTC 2017
Modified Files: src/sys/arch/arm/fdt [netbsd-8]: plfb_fdt.c src/sys/arch/arm/vexpress [netbsd-8]: vexpress_platform.c src/sys/arch/evbarm/conf [netbsd-8]: VEXPRESS_A15 src/sys/arch/evbarm/fdt [netbsd-8]: fdt_machdep.c src/sys/dev/ic [netbsd-8]: pl050.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #13): sys/arch/arm/fdt/plfb_fdt.c: revision 1.2 sys/arch/arm/vexpress/vexpress_platform.c: revision 1.3 sys/arch/evbarm/conf/VEXPRESS_A15: revision 1.13 sys/arch/evbarm/fdt/fdt_machdep.c: revisions 1.5, 1.6 sys/dev/ic/pl050.c: revision 1.2 Fix spelling of WS_DEFAULT_FG and WS_KERNEL_FG options. -- Attach kbd slot to console -- Allow plfb to be the console device -- Add support for stdout-path= kernel cmdline option to override the console device specified in the FDT. -- Initialize boot_args before bootstrap for the benefit of platform code. -- Allow 'console=fb' to act as a shortcut on vexpress for 'stdout-path=/smb@08000000/motherboard/iofpga@3,00000000/clcd@1f0000' To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.2.1 src/sys/arch/arm/fdt/plfb_fdt.c cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/arch/arm/vexpress/vexpress_platform.c cvs rdiff -u -r1.12 -r1.12.2.1 src/sys/arch/evbarm/conf/VEXPRESS_A15 cvs rdiff -u -r1.4 -r1.4.2.1 src/sys/arch/evbarm/fdt/fdt_machdep.c cvs rdiff -u -r1.1 -r1.1.2.1 src/sys/dev/ic/pl050.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.