u-boot-brain/board/cray/L1
Yuri Tikhonov b73a19e160 LWMON5: POST RTC fix
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>
2008-03-20 21:48:46 +01:00
..
bootscript.hush * Patch by David Updegraff, 22 Apr 2003: 2003-05-20 14:25:27 +00:00
config.mk Initial revision 2002-11-02 23:17:16 +00:00
flash.c * Code cleanup: 2003-06-27 21:31:46 +00:00
init.S * Code cleanup: 2003-06-27 21:31:46 +00:00
L1.c LWMON5: POST RTC fix 2008-03-20 21:48:46 +01:00
L1.h Initial revision 2002-11-03 00:01:44 +00:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
patchme * Patch by David Updegraff, 22 Apr 2003: 2003-05-20 14:25:27 +00:00
u-boot.lds Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 2008-01-12 20:31:39 +01:00
u-boot.lds.debug 2005-12-12 16:06:05 +01:00
x2c.awk * Patch by David Updegraff, 22 Apr 2003: 2003-05-20 14:25:27 +00:00