summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/prueth-fw
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-03-08 07:17:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-03-07 20:29:45 -0500
commit61384b9c6ddb2d19ab45a69d1a1b80330fc6c146 (patch)
tree15323b391c7d50cfa066256fbdf79cf6b741676d /recipes-bsp/prueth-fw
parentb21fd3282506880eb0115be0316c49eade679c32 (diff)
downloadmeta-ti-61384b9c6ddb2d19ab45a69d1a1b80330fc6c146.tar.gz
prueth-fw: add FW images for AM437x
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/prueth-fw')
-rw-r--r--recipes-bsp/prueth-fw/prueth-fw_git.bb15
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 3b760ac7..e4970aa1 100644
--- a/recipes-bsp/prueth-fw/prueth-fw_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb
@@ -1,25 +1,28 @@
1DESCRIPTION = "PRU Ethernet firmware for AM57xx" 1DESCRIPTION = "PRU Ethernet firmware for AM57xx and AM437x"
2 2
3LICENSE = "TI-TFL" 3LICENSE = "TI-TFL"
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" 4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5 5
6PV = "1.0.0" 6PV_am57xx-evm = "1.0.0"
7PR = "r0" 7PV_am437x-evm = "2.1.2"
8
9PR = "r1"
8 10
9CLEANBROKEN = "1" 11CLEANBROKEN = "1"
10 12
11COMPATIBLE_MACHINE = "am57xx-evm" 13COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm"
12 14
13PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
14 16
15SRCREV = "4ead3b8c189f217ee2c01ea3c56ef08d6a517f28" 17SRCREV = "f6c712fd26044d90939ff774f07dfcb951bcefc9"
16BRANCH ?= "ti-linux-firmware-4.1.y" 18BRANCH ?= "ti-linux-firmware-4.1.y"
17 19
18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 20SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
19 21
20S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
21 23
22TARGET = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" 24TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf"
25TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf"
23 26
24do_install() { 27do_install() {
25 install -d ${D}${base_libdir}/firmware/ti-pruss 28 install -d ${D}${base_libdir}/firmware/ti-pruss