Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
44
sources/meta-freescale/recipes-bsp/ddr-phy/ddr-phy_git.bb
Normal file
44
sources/meta-freescale/recipes-bsp/ddr-phy/ddr-phy_git.bb
Normal file
@@ -0,0 +1,44 @@
|
||||
SUMMARY = "DDR firmware repository"
|
||||
LICENSE = "NXP-Binary-EULA"
|
||||
LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=89cc852481956e861228286ac7430d74"
|
||||
|
||||
inherit deploy
|
||||
|
||||
SRC_URI = "git://github.com/nxp/ddr-phy-binary.git;nobranch=1;protocol=https"
|
||||
SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REGLEX = "lx2160a"
|
||||
|
||||
DEPENDS += "qoriq-atf-tools-native"
|
||||
|
||||
do_compile() {
|
||||
cd ${S}/${REGLEX}
|
||||
fiptool create --ddr-immem-udimm-1d ddr4_pmu_train_imem.bin \
|
||||
--ddr-immem-udimm-2d ddr4_2d_pmu_train_imem.bin \
|
||||
--ddr-dmmem-udimm-1d ddr4_pmu_train_dmem.bin \
|
||||
--ddr-dmmem-udimm-2d ddr4_2d_pmu_train_dmem.bin \
|
||||
--ddr-immem-rdimm-1d ddr4_rdimm_pmu_train_imem.bin \
|
||||
--ddr-immem-rdimm-2d ddr4_rdimm2d_pmu_train_imem.bin \
|
||||
--ddr-dmmem-rdimm-1d ddr4_rdimm_pmu_train_dmem.bin \
|
||||
--ddr-dmmem-rdimm-2d ddr4_rdimm2d_pmu_train_dmem.bin \
|
||||
fip_ddr_all.bin
|
||||
}
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/boot
|
||||
install -m 755 ${S}/${REGLEX}/*.bin ${D}/boot
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
install -d ${DEPLOYDIR}/ddr-phy
|
||||
install -m 755 ${S}/${REGLEX}/*.bin ${DEPLOYDIR}/ddr-phy
|
||||
}
|
||||
addtask deploy before do_populate_sysroot after do_install
|
||||
|
||||
PACKAGES += "${PN}-image"
|
||||
FILES:${PN}-image += "/boot"
|
||||
|
||||
COMPATIBLE_MACHINE = "(lx2160a|lx2162a)"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
Reference in New Issue
Block a user