[meta-ti] Denys Dmytriyenko : serdes-fw: add SerDes firmware images for Keystone

Arago Project git git at arago-project.org
Tue Dec 22 08:34:08 PST 2015


Module: meta-ti
Branch: master
Commit: 5ae74e827cf5dac06a097b9bdbbd89a5bb5a622f
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=5ae74e827cf5dac06a097b9bdbbd89a5bb5a622f

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Dec 18 16:20:48 2015 -0500

serdes-fw: add SerDes firmware images for Keystone

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/serdes-fw/serdes-fw_git.bb |   36 ++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/serdes-fw/serdes-fw_git.bb b/recipes-bsp/serdes-fw/serdes-fw_git.bb
new file mode 100644
index 0000000..2564cec
--- /dev/null
+++ b/recipes-bsp/serdes-fw/serdes-fw_git.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "SerDes firmware for Keystone PCIe and 1/10GigE"
+
+LICENSE = "TI-TFL"
+LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
+
+PV = "1.0.0"
+PR = "r0"
+
+CLEANBROKEN = "1"
+
+COMPATIBLE_MACHINE = "keystone"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRCREV = "8756d98081e1011a1334b0769f13ffb31d3b41bd"
+BRANCH ?= "ti-linux-firmware-4.1.y"
+
+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+ORIGINPCIE = "ks2_pcie_serdes_1.0.0.bin"
+ORIGINGBE = "ks2_gbe_serdes_1.0.0.bin"
+ORIGINXGBE = "ks2_xgbe_serdes_1.0.0.bin"
+
+TARGETPCIE = "ks2_pcie_serdes.bin"
+TARGETGBE = "ks2_gbe_serdes.bin"
+TARGETXGBE = "ks2_xgbe_serdes.bin"
+
+do_install() {
+	install -d ${D}${base_libdir}/firmware
+	install -m 0644 ${S}/ti-keystone/${ORIGINPCIE} ${D}${base_libdir}/firmware/${TARGETPCIE}
+	install -m 0644 ${S}/ti-keystone/${ORIGINGBE} ${D}${base_libdir}/firmware/${TARGETGBE}
+	install -m 0644 ${S}/ti-keystone/${ORIGINXGBE} ${D}${base_libdir}/firmware/${TARGETXGBE}
+}
+
+FILES_${PN} = "${base_libdir}/firmware"



More information about the meta-ti mailing list