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

Arago Project git git at arago-project.org
Mon May 9 09:50:50 PDT 2016


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Mon May  9 22:40:18 2016 +0000

prueth-fw: add FW images for am335x

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

---

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

diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb
index e4970aa..234fba5 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -1,20 +1,21 @@
-DESCRIPTION = "PRU Ethernet firmware for AM57xx and AM437x"
+DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x and AM335x"
 
 LICENSE = "TI-TFL"
 LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
 
 PV_am57xx-evm = "1.0.0"
 PV_am437x-evm = "2.1.2"
+PV_am335x-evm = "2.1.2"
 
-PR = "r1"
+PR = "r2"
 
 CLEANBROKEN = "1"
 
-COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm"
+COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRCREV = "f6c712fd26044d90939ff774f07dfcb951bcefc9"
+SRCREV = "4096bf1129c4a707069e685edd44ca64bd51421d"
 BRANCH ?= "ti-linux-firmware-4.1.y"
 
 SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
@@ -23,6 +24,7 @@ S = "${WORKDIR}/git"
 
 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"
+TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf"
 
 do_install() {
 	install -d ${D}${base_libdir}/firmware/ti-pruss



More information about the meta-ti mailing list