Update of /cvsroot/blob/blob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16919
Modified Files:
AUTHORS configure.in
Log Message:
CERF platform port by Kevin Lo <ke...@ke...>
Index: AUTHORS
===================================================================
RCS file: /cvsroot/blob/blob/AUTHORS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- AUTHORS 18 Aug 2003 11:58:10 -0000 1.15
+++ AUTHORS 24 Feb 2004 11:06:42 -0000 1.16
@@ -99,3 +99,6 @@
======================================
- Abraham vd Merwe <ab...@4d...>
+* Intrinsyc CerfCube port, SA-1110 processor support
+====================================================
+- Kevin Lo <ke...@ke...>
Index: configure.in
===================================================================
RCS file: /cvsroot/blob/blob/configure.in,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- configure.in 9 Feb 2004 19:25:12 -0000 1.80
+++ configure.in 24 Feb 2004 11:06:42 -0000 1.81
@@ -80,6 +80,7 @@
badge4 HPL Badge 4
brutus Intel Brutus
cep Iskratel CEP
+ cerf Intrinsyc CerfCube SA-1110
creditlart CreditLART
csir_ims CSIR Incident Management System
dafit Prueftechnik VibXpert
@@ -177,6 +178,18 @@
use_cpu="sa1110"
use_lcd="no"
;;
+ cerf)
+ board_name="Intrinsyc CerfCube SA-1110"
+ AC_DEFINE(CERF,1,[Intrinsyc CerfCube SA-1110])
+ BLOB_PLATFORM_OBJS="cerf.o"
+ BLOB_LED_DRIVER_OBJS="led-sa11x0.o"
+ BLOB_LED_STARTCODE="ledasm-sa11x0.o"
+ AC_MSG_WARN([Please check configuration in arch/cerf.h])
+ BLOB_FLASH_OBJS="intel16.o"
+ DIAG_PLATFORM_OBJS="cerf.o"
+ use_cpu="sa1110"
+ use_lcd="no"
+ ;;
creditlart)
board_name="Delft University of Technology CreditLART"
AC_DEFINE(CLART,1,[Delft University of Technology CreditLART])
|