Update of /cvsroot/blob/blob/src/diag
In directory sc8-pr-cvs1:/tmp/cvs-serv7704/src/diag
Modified Files:
Makefile.am accelent_sa.c hackkit.c lcd.c regs-sa11x0.c
system3.c trizeps.c
Log Message:
Support for CSIR IMS board and also a working PXA25x port. Still needs some
cleaning up and the lubbock and PXA IDP targets are going to be broken by
this (not sure if they ever worked and fixing them is trivial).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.am 26 Nov 2002 18:52:53 -0000 1.19
+++ Makefile.am 6 Aug 2003 22:55:41 -0000 1.20
@@ -75,7 +75,8 @@
shannon.c \
system3.c \
trizeps.c \
- pxa_idp.c
+ pxa_idp.c \
+ csir_ims.c
diag_elf32_DEPENDENCIES = \
@DIAG_LCD_OBJS@ \
Index: accelent_sa.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/accelent_sa.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- accelent_sa.c 11 Feb 2002 16:53:16 -0000 1.2
+++ accelent_sa.c 6 Aug 2003 22:55:41 -0000 1.3
@@ -37,7 +37,7 @@
#include <blob/init.h>
#include <blob/serial.h>
#include <blob/time.h>
-#include <blob/sa1100.h>
+#include <blob/arch.h>
Index: hackkit.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/hackkit.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hackkit.c 26 Nov 2002 18:18:23 -0000 1.1
+++ hackkit.c 6 Aug 2003 22:55:41 -0000 1.2
@@ -35,7 +35,7 @@
#include <blob/arch.h>
#include <blob/serial.h>
#include <blob/init.h>
-#include <blob/sa1100.h>
+#include <blob/arch.h>
/**********************************************************************
* defines
Index: lcd.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/lcd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- lcd.c 27 May 2002 09:59:33 -0000 1.7
+++ lcd.c 6 Aug 2003 22:55:41 -0000 1.8
@@ -34,7 +34,7 @@
#include <blob/util.h>
#include <blob/command.h>
#include <blob/serial.h>
-#include <blob/sa1100.h>
+#include <blob/arch.h>
#include <blob/lcd.h>
Index: regs-sa11x0.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/regs-sa11x0.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- regs-sa11x0.c 17 Feb 2002 20:03:41 -0000 1.5
+++ regs-sa11x0.c 6 Aug 2003 22:55:41 -0000 1.6
@@ -37,7 +37,7 @@
#include <blob/init.h>
#include <blob/serial.h>
#include <blob/time.h>
-#include <blob/sa1100.h>
+#include <blob/arch.h>
/**********************************************************************
* defines
Index: system3.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/system3.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- system3.c 11 Feb 2002 16:53:16 -0000 1.10
+++ system3.c 6 Aug 2003 22:55:41 -0000 1.11
@@ -38,7 +38,7 @@
#include <blob/init.h>
#include <blob/serial.h>
#include <blob/time.h>
-#include <blob/sa1100.h>
+#include <blob/arch.h>
#include <blob/sa1111.h>
#include <blob/lcd.h>
Index: trizeps.c
===================================================================
RCS file: /cvsroot/blob/blob/src/diag/trizeps.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- trizeps.c 23 Apr 2002 13:29:57 -0000 1.1
+++ trizeps.c 6 Aug 2003 22:55:41 -0000 1.2
@@ -36,7 +36,7 @@
#include <blob/serial.h>
#include <blob/time.h>
-// #include <blob/sa1100.h>
+// #include <blob/arch.h>
// #include <blob/sa1111.h>
// #include <blob/lcd.h>
|