diff options
Diffstat (limited to 'recipes-bsp/ddr-phy')
| -rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 10 |
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 @@ | |||
| 1 | SUMMARY = "DDR firmware repository" | 1 | SUMMARY = "DDR firmware repository" |
| 2 | DESCRIPTION = "DDR PHY training firmware binaries for NXP LX2160A/LX2162A SoCs" | ||
| 3 | HOMEPAGE = "https://github.com/nxp/ddr-phy-binary" | ||
| 4 | SECTION = "firmware" | ||
| 2 | LICENSE = "NXP-Binary-EULA" | 5 | LICENSE = "NXP-Binary-EULA" |
| 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" | 6 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74" |
| 4 | 7 | ||
| 5 | inherit deploy | 8 | inherit deploy |
| 6 | 9 | ||
| 10 | DEPENDS += "qoriq-atf-tools-native" | ||
| 11 | |||
| 7 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https" | 12 | SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https" |
| 8 | SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" | 13 | SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" |
| 9 | 14 | ||
| 10 | REGLEX = "lx2160a" | 15 | REGLEX = "lx2160a" |
| 11 | 16 | ||
| 12 | DEPENDS += "qoriq-atf-tools-native" | ||
| 13 | |||
| 14 | do_compile() { | 17 | do_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 | } |
| 36 | addtask deploy before do_populate_sysroot after do_install | 39 | addtask deploy before do_populate_sysroot after do_install |
| 37 | 40 | ||
| 41 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 42 | |||
| 38 | PACKAGES += "${PN}-image" | 43 | PACKAGES += "${PN}-image" |
| 39 | FILES:${PN}-image += "/boot" | 44 | FILES:${PN}-image += "/boot" |
| 40 | 45 | ||
| 41 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" | 46 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" |
| 42 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
