r5042 - in trunk/gta02-core: . components expanded

werner at docs.openmoko.org werner at docs.openmoko.org
Mon May 25 09:46:54 CEST 2009


Author: werner
Date: 2009-05-25 09:46:54 +0200 (Mon, 25 May 2009)
New Revision: 5042

Added:
   trunk/gta02-core/components/rt9702.lib
Removed:
   trunk/gta02-core/components/rt9702a.lib
Modified:
   trunk/gta02-core/components/gta02-core-expanded.lib
   trunk/gta02-core/components/gta02-core.lib
   trunk/gta02-core/components/mkloe
   trunk/gta02-core/expanded/pmu.sch
   trunk/gta02-core/gta02-core.pro
Log:
Renamed rt9701a to rt9701, because the symbol is the same for rt9701 and
rt9701a.

Also made mkloe return a non-zero exit code if a file doesn't exist.



Modified: trunk/gta02-core/components/gta02-core-expanded.lib
===================================================================
--- trunk/gta02-core/components/gta02-core-expanded.lib	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/components/gta02-core-expanded.lib	2009-05-25 07:46:54 UTC (rev 5042)
@@ -1469,11 +1469,11 @@
 ENDDEF
 #
 #
-# RT9702A
+# RT9702
 #
-DEF XRT9702A U 0 40 Y Y 1 F N
+DEF XRT9702 U 0 40 Y Y 1 F N
 F0 "U" 0 350 60 H V C CNN
-F1 "XRT9702A" 0 100 60 H V C CNN
+F1 "XRT9702" 0 100 60 H V C CNN
 ALIAS RT9702APB
 DRAW
 S -450 -250 450 450 0 1 0 N

Modified: trunk/gta02-core/components/gta02-core.lib
===================================================================
--- trunk/gta02-core/components/gta02-core.lib	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/components/gta02-core.lib	2009-05-25 07:46:54 UTC (rev 5042)
@@ -886,11 +886,11 @@
 ENDDEF
 #
 #
-# RT9702A
+# RT9702
 #
-DEF RT9702A U 0 40 Y Y 1 F N
+DEF RT9702 U 0 40 Y Y 1 F N
 F0 "U" 0 350 60 H V C CNN
-F1 "RT9702A" 0 100 60 H V C CNN
+F1 "RT9702" 0 100 60 H V C CNN
 ALIAS RT9702APB
 DRAW
 S -450 -250 450 450 0 1 0 N

Modified: trunk/gta02-core/components/mkloe
===================================================================
--- trunk/gta02-core/components/mkloe	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/components/mkloe	2009-05-25 07:46:54 UTC (rev 5042)
@@ -3,10 +3,17 @@
 
 COMPS="aat1275irn k4m51323pe lis302dl pcf50633-04-n3 s3c2442 wm8753l"
 COMPS="$COMPS ms2v-t1s si1040x tas4025a"
-COMPS="$COMPS exc24cb102u rt9013_b rt9702a varistor"
+COMPS="$COMPS exc24cb102u rt9013_b rt9702 varistor"
 LIB=gta02-core.lib
 
 for n in $COMPS; do
+    if [ ! -r $n.lib ]; then
+	echo $n.lib: cannot read 1>&2
+	exit 1
+    fi
+done
+
+for n in $COMPS; do
     cat $n.lib
 done |
 sed '1p;/^EESchema-LIBRARY/d;$p;/^#End/d' >$LIB

Copied: trunk/gta02-core/components/rt9702.lib (from rev 5038, trunk/gta02-core/components/rt9702a.lib)
===================================================================
--- trunk/gta02-core/components/rt9702.lib	                        (rev 0)
+++ trunk/gta02-core/components/rt9702.lib	2009-05-25 07:46:54 UTC (rev 5042)
@@ -0,0 +1,19 @@
+EESchema-LIBRARY Version 2.3  Date: Sun 24 May 2009 09:41:29 WEST
+#
+# RT9702
+#
+DEF RT9702 U 0 40 Y Y 1 F N
+F0 "U" 0 350 60 H V C CNN
+F1 "RT9702" 0 100 60 H V C CNN
+ALIAS RT9702APB
+DRAW
+S -450 -250 450 450 0 1 0 N
+X VOUT 5 650 -100 200 L 50 50 1 1 w
+X nFLG 3 650 250 200 L 50 50 1 1 O
+X EN 1 -650 -100 200 R 50 50 1 1 I
+X VIN 4 -650 250 200 R 50 50 1 1 W
+X GND 2 0 -450 200 U 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+#End Library


Property changes on: trunk/gta02-core/components/rt9702.lib
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: trunk/gta02-core/components/rt9702a.lib
===================================================================
--- trunk/gta02-core/components/rt9702a.lib	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/components/rt9702a.lib	2009-05-25 07:46:54 UTC (rev 5042)
@@ -1,19 +0,0 @@
-EESchema-LIBRARY Version 2.3  Date: Sun 24 May 2009 09:41:29 WEST
-#
-# RT9702A
-#
-DEF RT9702A U 0 40 Y Y 1 F N
-F0 "U" 0 350 60 H V C CNN
-F1 "RT9702A" 0 100 60 H V C CNN
-ALIAS RT9702APB
-DRAW
-S -450 -250 450 450 0 1 0 N
-X VOUT 5 650 -100 200 L 50 50 1 1 w
-X nFLG 3 650 250 200 L 50 50 1 1 O
-X EN 1 -650 -100 200 R 50 50 1 1 I
-X VIN 4 -650 250 200 R 50 50 1 1 W
-X GND 2 0 -450 200 U 50 50 1 1 W
-ENDDRAW
-ENDDEF
-#
-#End Library

Modified: trunk/gta02-core/expanded/pmu.sch
===================================================================
--- trunk/gta02-core/expanded/pmu.sch	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/expanded/pmu.sch	2009-05-25 07:46:54 UTC (rev 5042)
@@ -23,11 +23,11 @@
 	1    0    0    -1  
 $EndComp
 $Comp
-L XRT9702A U?
+L XRT9702 U?
 U 1 1 4A1953BF
 P 7250 1900
 F 0 "U?" H 7250 2250 60  0000 C CNN
-F 1 "XRT9702A" H 7250 2000 60  0000 C CNN
+F 1 "XRT9702" H 7250 2000 60  0000 C CNN
 	1    7250 1900
 	1    0    0    -1  
 $EndComp

Modified: trunk/gta02-core/gta02-core.pro
===================================================================
--- trunk/gta02-core/gta02-core.pro	2009-05-25 07:39:02 UTC (rev 5041)
+++ trunk/gta02-core/gta02-core.pro	2009-05-25 07:46:54 UTC (rev 5042)
@@ -116,7 +116,7 @@
 LibName9=./components/s3c2442
 LibName10=./components/ms2v-t1s
 LibName11=./components/tas4025a
-LibName12=./components/rt9702a
+LibName12=./components/rt9702
 LibName13=./components/rt9013_b
 LibName14=./components/exc24cb102u
 LibName15=./components/varistor




More information about the commitlog mailing list