Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: jmcneill
Date: Mon May 29 23:13:03 UTC 2017
Modified Files:
src/sys/arch/arm/fdt: armv7_fdt.c armv7_fdtvar.h
src/sys/arch/arm/nvidia: tegra_com.c tegra_platform.c
src/sys/arch/evbarm/tegra: tegra_machdep.c
src/sys/dev/fdt: fdt_subr.c fdtvar.h
Log Message:
Move console initialization out of platform code into the console drivers
themselves.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/fdt/armv7_fdt.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/fdt/armv7_fdtvar.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_com.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_platform.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/tegra/tegra_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/fdt/fdt_subr.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/fdt/fdtvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index