summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ddr-phy
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ddr-phy')
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb
index 5cfeb935e..5e7126e56 100644
--- a/recipes-bsp/ddr-phy/ddr-phy_git.bb
+++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb
@@ -1,16 +1,19 @@
1SUMMARY = "DDR firmware repository" 1SUMMARY = "DDR firmware repository"
2DESCRIPTION = "DDR PHY training firmware binaries for NXP LX2160A/LX2162A SoCs"
3HOMEPAGE = "https://github.com/nxp/ddr-phy-binary"
4SECTION = "firmware"
2LICENSE = "NXP-Binary-EULA" 5LICENSE = "NXP-Binary-EULA"
3LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" 6LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74"
4 7
5inherit deploy 8inherit deploy
6 9
10DEPENDS += "qoriq-atf-tools-native"
11
7SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https" 12SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https"
8SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" 13SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"
9 14
10REGLEX = "lx2160a" 15REGLEX = "lx2160a"
11 16
12DEPENDS += "qoriq-atf-tools-native"
13
14do_compile() { 17do_compile() {
15 cd ${S}/${REGLEX} 18 cd ${S}/${REGLEX}
16 fiptool create --ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \ 19 fiptool create --ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \
@@ -35,8 +38,9 @@ do_deploy () {
35} 38}
36addtask deploy before do_populate_sysroot after do_install 39addtask deploy before do_populate_sysroot after do_install
37 40
41PACKAGE_ARCH = "${MACHINE_ARCH}"
42
38PACKAGES += "${PN}-image" 43PACKAGES += "${PN}-image"
39FILES:${PN}-image += "/boot" 44FILES:${PN}-image += "/boot"
40 45
41COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" 46COMPATIBLE_MACHINE = "(lx2160a|lx2162a)"
42PACKAGE_ARCH = "${MACHINE_ARCH}"