summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-fslc: Upgrade 2018.11 -> 2019.04Otavio Salvador2019-03-214-3/+3
| | | | | | | | | This upgrades to the upcoming 2019.04 release. This is based on the 2019.04-rc4 and includes the last fixes being worked on for the i.MX family thus being a good version to begin to be tested as we aim to use it for April release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* atf: ReorganizeChunrong Guo2019-03-211-25/+67
| | | | | | | | *Add FUSE DISTRO_FEATURES *Add chassistype and ddrphyopt *Install srk.pri and srk.pub Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* u-boot-fslc-common: Add bison-native to DEPENDSFabio Berton2019-02-213-3/+5
| | | | | | U-Boot build depends on bison native. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* atf: add recipesChunrong Guo2019-01-313-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *update to lsdk 1812 tag include the following changes 4971f39 - nxp: Invalidates the output buffer memory to get random bytes a58ecfe - plat/nxp: Correct calculation of GIC Offset for LS1023 ba92b6a - nxp: Shift the soc_mem_access function before loading Fuse file 67faea4 - nxp:ls2088: Add support to return number of clusters based on personality 2d57313 - nxp/interconnect: Streamline interconnect driver bc0b955 - nxp:ls2088: Fix the call to get_gic_rd_base d2f5eb0 - nxp: Add DCSR ADDR define in Chassis 3 devices de0dfcc - nxp: Enable core timebase 2dd3986 - Corrected the usage of POLICY_PERF_WRIOP. 41b8f73 - ls2088a lx2160a: usage of new APIs of CCN driver 6f20e79 - ccn: Introduce API to set and read value of node register d2e6a39 - BL2_Chasis_3_2: Correct the BL2 image location in OCRAM. d3a7ae9 - nxp: clean up secondary core PSCI data offset calculation 7feae63 - nxp: clean up OCRAM layout 5c2ec36 - nxp: Drop DATA_LOC option d103a4f - nxp: ls2088a: Abort wake up if not by SGI15 d8000b3 - Setting retention control for LPM20 of LS1088 and LS2088 0430db9 - nxp: ls1012a: Fix generic timer clock bfe6a23 - nxp: Update ls1012 timer to use fixed 25 MHz for ARM generic timer 5d5480e - plat/nxp: Change CSFHDR_SZ to 0x3000 for all platforms 62ed791 - nxp/ls1012: Fix BL31 boot up issue ffc6895 - nxp: Change BL2_TEXT_LIMIT for SD Boot e301618 - nxp: Reduce default CSF HDR SZ for ls1088 and ls2088 81b4323 - nxp: drivers: ddr: Update workaround for A008511 a3ee152 - nxp/ls1012: Set SMMU Policy to 0 for ls1012 965e334 - nxp: Correct Policy checking for SMMU Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #44 from angolini/imx8_improves_m4demos_dropOtavio Salvador2019-01-292-20/+5
|\ | | | | Imx8 improves m4demos drop
| * imx-boot: imx-mkimage: do not compile with -staticMax Krummenacher2019-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | E.g. Fedora doesn't install glibc-static by default and the yocto prerequisites do not mandate installing it. Rather than requiring glibc-static drop linking with -static. Works around: | .../build/tmp/hosttools/ld: cannot find -lc Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * imx-boot: drop adding m4 binaries to the boot containerMax Krummenacher2019-01-291-9/+3
| | | | | | | | | | | | The recipe which builds or injects the m4 binaries does not yet exist. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * meta: drop imx-m4-demos referencsMing Liu2019-01-291-9/+0
| | | | | | | | | | | | | | | | There is not a imx-m4-demos recipe at all, drop its references. They could be added back once the recipe is added. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* | Merge pull request #41 from angolini/fix_u-boot_nodtbOtavio Salvador2019-01-291-1/+1
|\ \ | |/ |/| u-boot-imx: Fix filename at install
| * u-boot-imx: Fix filename at installDaiane Angolini2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | Fix the error: er/build/tmp/work/imx8mqevk-fslc-linux/imx-boot/0.2-r0/git/iMX8M | cp: cannot stat '/media/daiane/TRIFORCE/yocto/master/build/tmp/deploy/images/imx8mqevk/imx-boot-tools/u-boot-nodtb.bin': No such file or directory | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /media/daiane/TRIFORCE/yocto/master/build/tmp/work/imx8mqevk-fslc-linux/imx-boot/0.2-r0/temp/log.do_compile.27338) Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
* | remove True option to getVar callsAndré Draszik2019-01-173-7/+7
|/ | | | | | | | | | | | | | getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com>
* Merge pull request #37 from deinok/masterOtavio Salvador2019-01-151-1/+1
|\ | | | | Move libusb receipes to use libusb1
| * mxsldr - libus1Raul Hidalgo Caballero2019-01-141-1/+1
| |
* | imx-vpu-hantro: Simplify COMPATIBLE_MACHINETom Hochstein2019-01-141-1/+1
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* uefi: add judge if folder existChunrong Guo2019-01-141-6/+10
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* u-boot-qoriq: update sysroot pathChunrong Guo2019-01-141-2/+2
| | | | | | | *fix the below error |powerpc-fslmllib32-linux-ld: cannot find -lgcc Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ddr-phy: add recipesChunrong Guo2019-01-141-0/+29
| | | | | | | | | | | *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>
* u-boot-qoriq: Upgrade version to 2018.09Chunrong Guo2019-01-142-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *update to lsdk 1812 tag include the following changes c08de7c - SecureBoot_LX2160A: Correct the kernel header offset. 619d0d3 - ls2080ardb: check enablement of QSPI using DCFG_RCWSR15 0dfcc1f - ls1088a: Update the device tree for IFC/QSPI 8875034 - net/phy: Cortina CS4223 driver updates & bugfixes 88fa585 - mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops 2211378 - Revert "pci: layerscape: Add the dts fixup for EP and RC" f8358cf - armv8: fsl-layerscape: properly configure qdma ICID f24e259 - lx2160: Enable support of EMC2305 1a858e3 - armv8: emc2305: add support for fan controller f37025a - fsl-ls2088ardb: dts: enabling SATA node ff3e128 - board/ls1046aqds: Bypass xfi port fixup for KR mode on LS1046AQDS 2c3c67e - armv8: ls2088ardb: change default device tree in defconfig for TFABOOT 7f79b25 - armv8: ls1088aqds: add support for ifc-nor boot for TFABOOT c1b55a8 - detect ifc-nor flash at run-time 6c99ca4 - pci: layerscape: Add the dts fixup for EP and RC ccfc35d - pci: layerscape: Do not scan when PEX work in EP mode dd167bc - pci: layerscape: Modify the EP and RC mode judge method 26defec - armv8,lx2160a: Initialize ethernet array in serdes_init 2851185 - armv8: lx2160a: Update CONFIG_SYS_FSL_PEBUF_BASE cce8348 - board/ls2088ardb: Update the device tree for IFC/QSPI 830ac80 - Correct QSPI bootcommand for LS2088 TFA boot 899e696 - ls2088ardb: add QSPI support for TFA-BOOT a9fb32b - ls1043a: add support for nand-boot cmd for TFA c2b3374 - arm64: lx2160ardb: enable DM support for sata 0f80b76 - armv8: dts: fsl-lx2160a: add sata node support a10b3fc - board/lx2160a: Update xspi_bootcmd, sd_bootcmd env ee09465 - armv8:LX2160: Adds distro secure boot support. 9a7d1e0 - drivers/spi: Disable hybrid mode for SPANSION S25FS-S family 6b04587 - drivers/spi: Introduce functions to read/write any register a748abd - fsl_qspi: Modify handling of RDAR, WRAR, 4K_ERASE commands 2af4cbd - armv8: lx2160a: Modify dspi1 controller intrrupts property 612bc35 - Enable sata configs to Kconfig for all LayerScape boards 358229b - armv8: ls1043aqds: modify the qspi_bootcmd definition Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* uefi: update to 5b259f7Chunrong Guo2019-01-141-1/+1
| | | | | | | | | | | | | *Update to lsdk 1812 tag include the following changes: 5b259f7 - uefi-binaries: update for LSDK 1812-TC6 f87588d - uefi-binaries: update for LSDK 1812-TC5 5ae5001 - LSDK1812-TC4: binaries update 0c81f1f - uefi binaries: update 7bf60e6 - uefi binaries: update ea9630f - update binaries for LSDK 18.12 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* rcw: update to 17254acChunrong Guo2019-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | *Update to lsdk 1812 tag include the following changes: 17254ac - ls1046ardb: fix QSPI clock frequecy per data sheet 95691bc - qspi: use byte_swap.tcl under board directory for special board fabb891 - ls2088a: Add ls2088ardb 2a_3d RCW configuration files bf52634 - arm64: ls2088a: Add the workaround of errata A-008851 for 2a_3d fe027eb - ls1043a: Add RCW file for nand and sd secure boot 6ea379b - ls1043aqds: Add RCW file for nand and sd boot 88dea67 - ls1043ardb: Add RCW file for nand and sd boot 45b2220 - ls1046a: add rcw file for nand sd and emmc secure boot a45082b - ls1046aqds: add rcw file for nand and sd boot 7ae30ab - ls1046ardb: add rcw file for emmc and sd boot 6cd0092 - ls1043aqds: Add RCW file for ls1043aqds to support TF-A 99f1447 - lx2160aqds: Add lx2160aqds RCW configuration files bc65c4a - lx2160ardb: Add lx2160ardb RCW configuration files d7f12f8 - LX2160: Add lx2160asi silicon RCW configuration files Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ppa: remove ppaChunrong Guo2019-01-143-92/+0
| | | | | | *This pkg will not be supported anymore Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* inphi: add recipesChunrong Guo2019-01-141-0/+28
| | | | | | | *include the following changes: f22e9ff - in112525: Add Inphi 112525 10G Phy firmware Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* mc-utils: update to 6aca560Chunrong Guo2019-01-141-7/+13
| | | | | | | | | | | | | | | | | | | *update to lsdk 1812 tag include the following changes: update COMPATIBLE_MACHINE for qoriq-arm64 6aca560 - config: lx2160a: add dprtc object 73eec5c - api: add MC 10.13.0 APIs 022adf2 - api: add MC 10.12.0 APIs f3e4205 - api: add MC 10.11.2 APIs cb2afb7 - api: add MC 10.11.1 APIs 65aeed6 - config: update number of necessary dpmcp 1370e38 - Add dpc with USXGMII for QDS protocol 7 *Update COMPATIBLE_MACHINE for qoriq-arm64 *Support lx2160a Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* ls2-phy: update COMPATIBLE_MACHINE for lx2160aChunrong Guo2019-01-141-1/+1
| | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
* imx-boot: Fix the symbolic link filename to imx-bootDaiane Angolini2019-01-101-1/+1
| | | | | | | | | Fix the error: | File "/media/daiane/TRIFORCE/yocto/master/sources/poky/scripts/lib/wic/filemap.py", line 132, in _open_image_file | % (self._image_path, err)) | wic.filemap.Error: cannot open image file '/media/daiane/TRIFORCE/yocto/master/build/tmp/deploy/images/imx8mmevk/u-boot.imx': [Errno 2] No such file or directory: '/media/daiane/TRIFORCE/yocto/master/build/tmp/deploy/images/imx8mmevk/u-boot.imx' Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
* qe-ucode: inherit fsl-eula-unpack classChunrong Guo2019-01-101-2/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppfe-firmware: inherit fsl-eula-unpack classChunrong Guo2019-01-101-2/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2-phy: inherit fsl-eula-unpack classChunrong Guo2019-01-101-2/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: remove fsl-eula-unpack classChunrong Guo2019-01-101-2/+2
| | | | | | | *rcw license is not EULA Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: bump to latest revisionMarc Ferland2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * Includes the following changes: e3fbdfe ufb: fix printf warning about argument type 48043c0 sdimage: fix printf warnings about expected argument types 79e9798 sdimage: rework verbose/debug messages ceec934 sdimage: reorder writes to reduce risk in case of power loss during update 59ff3e3 sdimage: refactor debug messages 3eeebda sdimage: introduce alignment support for second bootstream 8f7ec52 sdimage: restore compatibility to i.MX23 3136bbf sdimage: major refactoring 32644ae sdimage: use EXIT_FAILURE and EXIT_SUCCESS for return values 3633e94 sdimage: minor refactoring, renames etc. 7640d2f sdimage: handle endianess correctly 4100d09 sdimage: drop global variables 2fff78e sdimage: refactor boot control block structure 702747e sdimage: drop Windows line termination on success message b195bdc sdimage: drop unneeded initialization 61ca818 sdimage: use platform independed variable types and rename members slightly 014ddad sdimage: minor whitespace style fixes Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Add VPU testsTom Hochstein2018-12-131-0/+1
| | | | | | Add VPU tests by making sure VPU support is in sysroots. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-test: Upgrade for i.MX 8MMTom Hochstein2018-12-131-6/+6
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* formfactor: Fix typo in commentTom Hochstein2018-12-131-1/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx: Update logic for non-rootfs firmwareTom Hochstein2018-12-131-6/+13
| | | | | | | | Certain i.MX 8 firmware packages are included in the boot image via imx-boot recipe, not through rootfs. Clarify the logic that handles this. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* u-boot-imx: Deploy boot image generation tools for i.MX 8MTom Hochstein2018-12-131-0/+24
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-boot: Add recipe for i.MX 8 boot partition packagesTom Hochstein2018-12-131-0/+191
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-mkimage: Add recipe for i.MX 8 boot partition packagesTom Hochstein2018-12-132-0/+46
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx-8*: Add new firmware recipes for i.MX 8 seriesTom Hochstein2018-12-133-0/+69
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx: Add include file for re-use of archiveTom Hochstein2018-12-132-12/+24
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx: System Controller Firmware added to packageTom Hochstein2018-12-131-1/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-imx: Upgrade to 7.8, adding i.MX 8MM supportTom Hochstein2018-12-131-5/+5
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-sc-firmware: Add new package System Controller FirmwareTom Hochstein2018-12-131-0/+38
| | | | | | Add System Controller firmware package for i.MX 8 and 8X families. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-atf: Add new package ARM Trusted FirmwareTom Hochstein2018-12-132-0/+76
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-kobs: Fix a typoSebastien Bourdelin2018-12-131-1/+1
| | | | | Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qe-ucode: Fix python indentation as per OE-Core style guidelinesKhem Raj2018-12-051-6/+6
| | | | | | | Fixes parsing warnings e.g. qe-ucode_git.bb: python should use 4 spaces indentation, but found tabs in qe-ucode_git.bb, line 14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* u-boot-fslc: Bump to 6e25ce6f3c revisionOtavio Salvador2018-12-031-1/+1
| | | | | | | | This includes following fixes: 6e25ce6f3c pico-imx7d: Increase the CONFIG_ENV_OFFSET size Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc-mxsboot: When building target recipe, limit it to fsl machinesKhem Raj2018-11-301-0/+2
| | | | | | | | | The latest updates observed that the target recipe is building for qemu machines as well, which is not useful. see http://errors.yoctoproject.org/Errors/Details/202502/ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to 2018.11-based forkOtavio Salvador2018-11-274-3/+3
| | | | | | | | | | | | | | | | This upgrade our fork to the current stable release. It got most of our patches merged and now it has a very small set which are basically Yocto Project specific stuff. Still applied patches are: 1f39b911b7 mx25pdk: Change root to use a single partition layout a0f8bec9d3 mx6sabre_common: Dynamically change the video output 7847536319 mx6sabresd: Enable video interfaces in bootargs 994d8e0733 mx6sabresd: Use LDO dtb file until LDO bypass support is added c6c87fb39b mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa-optee: support ls2088aChunrong Guo2018-11-191-1/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: renamed ls1088ardb_pb -> ls1088ardb-pbChunrong Guo2018-11-081-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>