Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LWMON5: POST RTC fix | Yuri Tikhonov | 2008-03-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | Modify the RTC API to provide one a status for the time reported by the rtc_get() function: 0 - a reliable time is guaranteed, < 0 - a reliable time isn't guaranteed (power fault, clock issues, and so on). The RTC chip drivers are responsible for providing this info if the corresponding chip supports such functionality. If not - always report that the time is reliable. The POST RTC test was modified to detect the RTC faults utilizing this new rtc_get() feature. Signed-off-by: Yuri Tikhonov <yur@emcraft.com> | ||||
* | Patch by Steven Scholz, 25 Oct 2004: | wdenk | 2005-04-03 | 1 | -2/+0 |
| | | | | Declare reset_cpu() in include/common.h instead locally | ||||
* | Code cleanup for GCC-3.3.x compilers | wdenk | 2004-10-17 | 1 | -1/+1 |
| | |||||
* | * Patch by Andrea Scian, 17 Feb 2004: | wdenk | 2004-02-24 | 1 | -0/+511 |
Add support for S3C44B0 processor and DAVE B2 board * Patch by Steven Scholz, 20 Feb 2004: - Add support for MII commands on AT91RM9200 boards - some cleanup in AT91RM9200 ethernet code |