r5907 - in trunk/gta02-core/bom: . dk

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Apr 7 18:41:06 CEST 2010


Author: werner
Date: 2010-04-07 18:41:06 +0200 (Wed, 07 Apr 2010)
New Revision: 5907

Modified:
   trunk/gta02-core/bom/dk/Makefile
   trunk/gta02-core/bom/dk/digi-key.equ
   trunk/gta02-core/bom/gta02-core.equ
Log:
- moved more project-specific equivalences from bom/dk/digi-key.equ to
  bom/gta02-core.equ
- bom/dk/Makefile: recognize #END in digi-key.equ to stop processing



Modified: trunk/gta02-core/bom/dk/Makefile
===================================================================
--- trunk/gta02-core/bom/dk/Makefile	2010-04-07 14:09:40 UTC (rev 5906)
+++ trunk/gta02-core/bom/dk/Makefile	2010-04-07 16:41:06 UTC (rev 5907)
@@ -5,7 +5,8 @@
 all:		digi-key.dsc digi-key.inv
 
 $(CACHE):	digi-key.equ
-		awk '/^DIGI-KEY / { print $$2 }' digi-key.equ | \
+		awk '/^#END/ { exit } /^DIGI-KEY / { print $$2 }' \
+		  digi-key.equ | \
 		  perl ./dk-db.pl query \
 		  `[ -r $(CACHE) ] && echo '' -i $(CACHE)` >_$@ || \
 		  { rm -f $@ _$@; exit 1; }

Modified: trunk/gta02-core/bom/dk/digi-key.equ
===================================================================
--- trunk/gta02-core/bom/dk/digi-key.equ	2010-04-07 14:09:40 UTC (rev 5906)
+++ trunk/gta02-core/bom/dk/digi-key.equ	2010-04-07 16:41:06 UTC (rev 5907)
@@ -2,6 +2,7 @@
 #
 # Note: many parts are cut-tape and thus need re-reeling.
 #
+
 DIGI-KEY ADG3304BCBZ-REEL7CT-ND		ADI ADG3304BCBZ-REEL
 DIGI-KEY P10850SCT-ND			PANASONIC EVQPUD02K
 DIGI-KEY P11169CT-ND			PANASONIC EXC24CB102U
@@ -20,10 +21,8 @@
 DIGI-KEY 296-12555-1-ND			TI SN74LVC2G126DCUR
 
 DIGI-KEY H9161CT-ND			HIROSE U.FL-R-SMT-1(10)
-# note: this digikey mic is similar to the IMP-413, but not equivalent.
 
-DIGI-KEY 668-1181-ND			IMPERIAL IMP-413TN
-# note: SIM/SD card holder has a _slightly_ different footprint
+DIGI-KEY 668-1181-ND			PUI TOM-1242L-NF-R
 
 DIGI-KEY 101-00492-20-1-ND		AMPHENOL 101-00492-20
 DIGI-KEY 478-5526-1-ND			AVX TLNS227M004R3000
@@ -55,8 +54,7 @@
 DIGI-KEY 541-432KLCT-ND			VISHAY CRCW0402432KFKED
 DIGI-KEY 541-5.1MJCT-ND			VISHAY CRCW04025M10JNED
 
-DIGI-KEY 557-1388-1-ND			SAMSUNG K4M51323PC-DG75
-# Micron MT48H16M32LFCM-75:B TR
+DIGI-KEY 557-1388-1-ND			MICRON MT48H16M32LFCM-75:B
 
 DIGI-KEY 497-5911-1-ND			STM LIS302DL
 

Modified: trunk/gta02-core/bom/gta02-core.equ
===================================================================
--- trunk/gta02-core/bom/gta02-core.equ	2010-04-07 14:09:40 UTC (rev 5906)
+++ trunk/gta02-core/bom/gta02-core.equ	2010-04-07 16:41:06 UTC (rev 5907)
@@ -34,7 +34,8 @@
 HARVATEK HT-110USD		DIALIGHT 598-8320-107F
 
 #
-# Same general shape but different footprint and different pin assignment.
+# Same general shape but slightly different footprint and different pin
+# assignment.
 #
 PROCONN SMSN16-J0-2214		AMPHENOL 101-00492-20
 
@@ -46,3 +47,15 @@
 #
 
 RICHTEK RT9013-12PB		STM LD39015M12R
+
+#
+# Pin- and footprint compatible, but package outline is a bit different.
+#
+
+SAMSUNG K4M51323PC-DG75		MICRON MT48H16M32LFCM-75:B
+
+#
+# The IMP-413TN is similar to the IMP-413, but not equivalent.
+#
+
+IMPERIAL IMP-413TN		PUI TOM-1242L-NF-R




More information about the commitlog mailing list