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: ahoka
Date: Sat Aug 28 13:02:33 UTC 2010
Modified Files:
src/sys/arch/arm/omap: files.omap2 omap2_reg.h
src/sys/arch/evbarm/beagle: beagle_machdep.c
src/sys/arch/evbarm/conf: BEAGLEBOARD
Added Files:
src/sys/arch/arm/omap: omap2_prcm.c omap2_prcm.h
Log Message:
Add basic support for PRCM in omap devices, and use it to cold reset
the cpu in cpu_reboot();
Note: the driver only supports the cold reset action at the moment.
Enable it in BEAGLEBOARD
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/omap/files.omap2
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/omap/omap2_prcm.c \
src/sys/arch/arm/omap/omap2_prcm.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/omap/omap2_reg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/beagle/beagle_machdep.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/BEAGLEBOARD
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