[oe-commits] org.oe.dev ixp4xx-npe: Added support for version 2.3 microcode (but mc_grab doesn't extract it properly)

rwhitby commit openembedded-commits at lists.openembedded.org
Thu Sep 14 12:39:26 UTC 2006


ixp4xx-npe: Added support for version 2.3 microcode (but mc_grab doesn't extract it properly)

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 006e08a6030da7c0d3f1e325c3c8c2ac0ade0136
ViewMTN: http://monotone.openembedded.org/revision.psp?id=006e08a6030da7c0d3f1e325c3c8c2ac0ade0136
Files:
1
packages/ixp4xx/ixp4xx-npe_2.3.bb
Diffs:

#
# mt diff -r8f2eeb006d108c803f2d7cf56e315783a5fb1174 -r006e08a6030da7c0d3f1e325c3c8c2ac0ade0136
#
# 
# 
# add_file "packages/ixp4xx/ixp4xx-npe_2.3.bb"
#  content [5c06372e305e8c6e385cba7fdf8ace927e564c60]
# 
============================================================
--- packages/ixp4xx/ixp4xx-npe_2.3.bb	5c06372e305e8c6e385cba7fdf8ace927e564c60
+++ packages/ixp4xx/ixp4xx-npe_2.3.bb	5c06372e305e8c6e385cba7fdf8ace927e564c60
@@ -0,0 +1,44 @@
+DESCRIPTION = "Firmware for the IXP4xx line of devices"
+MAINTAINER = "Oyvind Repvik <nail at nslu2-linux.org>"
+HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp420.htm"
+LICENSE = "http://www.intel.com/design/network/swsup/np_sla/ixp400.htm"
+LICENSE_HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp425swr1.htm"
+PR = "r2"
+
+# You must download the following software to your OpenEmbedded downloads
+# directory before using this package:
+#
+#       IPL_ixp400NpeLibrary-2_3.zip
+#
+# To do this go to the LICENSE_HOMEPAGE above, register/login (using a
+# web browser which is supported by the login page), this will give you
+# access to the web page from which you can download the software - you
+# need the: "Intel® IXP400 Software and RedBoot* Boot Loader" and, from
+# this the "NPE Microcode" (version 2.3, encryption is not required.)
+#
+# Store the file with the names given below in your downloads directory
+# and store the 32 character md5sum of the file in a file of the same
+# name with the additional extension .md5:
+#
+#       IPL_ixp400NpeLibrary-2_3.zip.md5
+#
+
+SRC_URI = "http://downloadmirror.intel.com/df-support/11190/eng/BSD_ixp400AccessLibrary-2_3.zip \
+           http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_3.zip \
+	   http://www.hohnstaedt.de/ixp_npe/mc_grab.c"
+
+inherit native
+
+S = ${WORKDIR}/ixp400_xscale_sw/src/npeDl
+
+do_compile() {
+	${CC} -Wall -fno-builtin -I../include ${S}/ixNpeDlImageConverter.c -o ${S}/ixNpeDlImageConverter
+	${S}/ixNpeDlImageConverter
+	${CC} -Wall ${S}/../../../mc_grab.c -o ${S}/mc_grab
+	${S}/mc_grab 010c0200 < ${S}/IxNpeMicrocode.dat > ${S}/NPE-B.010c0200
+}
+
+do_install() {
+	install -d ${D}/lib/firmware
+	install ${S}/NPE-B.010c0200 ${D}/lib/firmware/
+}






More information about the Openembedded-commits mailing list