aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ddr-phy/ddr-phy_git.bb
AgeCommit message (Collapse)Author
2021-11-03recipes: use https protocol and add explicit branch parameterPierre-Jean Texier
Due to https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git it is required to use https protocol for github repo accessing. Update created with oe-core/scripts/contrib/convert-srcuri.py (see [0]) Fixes: WARNING: /work/meta-freescale/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2021.07.bb: URL: git://github.com/Freescale/u-boot-fslc.git;branch=2021.07+fslc uses git protocol which is no longer supported by github. Please change to ;protocol=https in the url. [0] - https://git.openembedded.org/openembedded-core/tree/scripts/contrib/convert-srcuri.py Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
2021-08-12layer: Convert to new override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-16atf: rename to qoriq-atfTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-12-16ddr-phy: add support for lx2162aqdsTing Liu
LX2162A is LX2160A based processor. They share the same ddr binaries. Remove override '_lx2160a' and add lx2162a into COMPATIBLE_MACHINE. Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-06-02ddr-phy: bump to tag of LSDK-20.04-update-290520Jens Rehsack
Bumping SRCREV to fbc036b for tag LSDK-20.04-update-290520, which contains following changes since 14d03e6 (LSDK-20.04): fbc036b lx2: ddr: phy: add fip file for 2019.04 firmware f56e808 lx2: ddr: phy: Add 2019.04 ddr phy binaries Signed-off-by: Jens Rehsack <sno@netbsd.org>
2019-12-23ddr-phy: remove fsl-eula-unpack classChunrong Guo
Binary EULA, but the "inherit fsl-eula-unpack" forces the user to accept a much more elaborate license Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-08-15Split fiptool build into separate recipeDaniel Klauer
Previously, ddr-phy built native fiptool during its own build process, but without using Yocto's native toolchain settings. This results in unexpected host dependencies. For example, fiptool depends on openssl, which may or may not be installed on the host. So now fiptool is built in a separate recipe (atf-tools-native) which can easily depend on openssl. Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
2019-07-12ddr-phy: fix typoChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12ddy-phy: update depends atf commit idChunrong Guo
*update atf to 1906 tag Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11ddy-phy :update recipesChunrong Guo
*dpends atf source *build fiptool tools *make fip_ddr_all.bin by fiptool *install *bin Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-01-14ddr-phy: add recipesChunrong Guo
*update to lsdk 1812 tag include the following changes 14d03e6 - Add fip file for DDR binaries for TF-A flow 241bedb - lx2: ddr: phy: add rdimm phy binaries. 2cb8757 - lx2: ddr: phy: add udimm phy binaries. 4081187 - Initial Commit Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>