Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   jmcneill
Date:           Fri Jun  2 00:16:28 UTC 2017

Modified Files:
        src/sys/arch/arm/fdt: arm_fdtvar.h
        src/sys/arch/arm/nvidia: tegra_platform.c tegra_timer.c tegra_var.h
        src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
FDT-ize "delay" by having fdt_machdep provide the delay() function and
move the implementations into the platform code.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/fdt/arm_fdtvar.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_platform.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_timer.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/nvidia/tegra_var.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/fdt/fdt_machdep.c

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