Source-Changes archive

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

CVS commit: [netbsd-6] src/sys/arch/arm/marvell



Module Name:    src
Committed By:   bouyer
Date:           Sun Jan 13 19:03:06 UTC 2013

Modified Files:
        src/sys/arch/arm/marvell [netbsd-6]: files.marvell mvsoctmr.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #770):
        sys/arch/arm/marvell/files.marvell: revision 1.5
        sys/arch/arm/marvell/mvsoctmr.c: revision 1.4
        sys/arch/arm/marvell/mvsoctmr.c: revision 1.5
        sys/arch/arm/marvell/mvsoctmr.c: revision 1.6
        sys/arch/arm/marvell/mvsoctmr.c: revision 1.7
Add support for the watchdog timer in mvsoctmr.
Tested on DreamPlug system.
When disabling watchdog timer, do not set the counter to 0.
Having the watchdog counter at 0 and having WDRstOutEn set to 1 causes
immediate watchdog reset on my 88F5182 A2.
Remove duplicate global variable.
The maximum watchdog period is dependant on mvTclk; calculate at runtime.
This gets the maximum period up to 25 seconds at 166⅔MHz mvTclk.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.10.1 src/sys/arch/arm/marvell/files.marvell
cvs rdiff -u -r1.3 -r1.3.2.1 src/sys/arch/arm/marvell/mvsoctmr.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