[U-Boot] [PATCH] inka4x0: hardware diagnosis and RTC.

2008-11-20 Thread ap
From: Andreas Pfefferle <[EMAIL PROTECTED]> This patch supports added diagnosis functions and the use of the external RTC.     Signed-off-by: Andreas Pfefferle <[EMAIL PROTECTED]> --- include/configs/inka4x0.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/

[U-Boot] [PATCH] inka4x0: board specific RTC support.

2008-11-20 Thread ap
From: Andreas Pfefferle <[EMAIL PROTECTED]> This patch adds the board specific communication routines needed by the external 4543 RTC. Signed-off-by: Andreas Pfefferle <[EMAIL PROTECTED]> --- board/inka4x0/inka4x0.c | 124 +++ 1 files changed, 124 ins

[U-Boot] [PATCH] =?utf-8?q?rtc:=20add=20support=20for=204543=20RTC=20(manufactured=20by=20e.g.=20EPSON)

2008-11-20 Thread ap
From: Andreas Pfefferle <[EMAIL PROTECTED]> Signed-off-by: Andreas Pfefferle <[EMAIL PROTECTED]> --- drivers/rtc/Makefile |1 + drivers/rtc/rtc4543.c | 107 + include/rtc.h |4 ++ 3 files changed, 112 insertions(+), 0 deletions(-)

[U-Boot] [PATCH] Hardware diagnosis for inka4x0 boards.

2008-11-20 Thread ap
From: Andreas Pfefferle <[EMAIL PROTECTED]> This patch adds diagnosis functions for the buzzer, UARTs and digital IOs on inka4x0 hardware.     Signed-off-by: Andreas Pfefferle <[EMAIL PROTECTED]> --- board/inka4x0/Makefile |2 +- board/inka4x0/inkadiag.c | 515 +