[meta-ti] Denys Dmytriyenko : prueth-fw: add FW images for AM437x

Arago Project git git at arago-project.org
Mon Mar 7 17:30:13 PST 2016


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Mar  8 07:17:47 2016 +0000

prueth-fw: add FW images for AM437x

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

---

 recipes-bsp/prueth-fw/prueth-fw_git.bb |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index 3b760ac..e4970aa 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -1,25 +1,28 @@
-DESCRIPTION = "PRU Ethernet firmware for AM57xx"
+DESCRIPTION = "PRU Ethernet firmware for AM57xx and AM437x"
 
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
-PV = "1.0.0"
-PR = "r0"
+PV_am57xx-evm = "1.0.0"
+PV_am437x-evm = "2.1.2"
+
+PR = "r1"
 
 CLEANBROKEN = "1"
 
-COMPATIBLE_MACHINE = "am57xx-evm"
+COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "4ead3b8c189f217ee2c01ea3c56ef08d6a517f28"
+SRCREV = "f6c712fd26044d90939ff774f07dfcb951bcefc9"
 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"
 
-TARGET = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf"
+TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf"
+TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf"
 
 do_install() {
 	install -d ${D}${base_libdir}/firmware/ti-pruss



More information about the meta-ti mailing list