aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
AgeCommit message (Collapse)Author
2016-06-02qemu-fsl: disable do_compile_ptest_base executionZhenhua Luo
This qemu doesn't support ptest, do disable do_compile_ptest_base. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-06-02qemu-fsl: remove unsupported configure optionsZhenhua Luo
Fix the following errors: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-static | ERROR: unknown option --disable-gnutls | ERROR: unknown option --disable-gcrypt | ERROR: unknown option --disable-nettle | ERROR: unknown option --disable-smartcard Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-03-11imx-usb-loader: add recipeHector Palacios
This includes into the SDK Boundary Devices i.MX/Vybrid recovery utility, a host tool which allows to boot an image via USB in serial downloader mode. It currently supports i.MX5, i.MX6, i.MX7, and Vybrid families. Signed-off-by: Hector Palacios <hector.palacios@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-13cst: update to revision 6f57c86Ting Liu
This imports following changes: 6f57c86 Modify input files comments. 327932d FIX SFP Write Protect Issue dbc2080 Add support for SFP1.x and SFP2.x in gen_drv utility. 5aa79ec Modify images names in ls1 input files. b5d442b P3/P5: Input Files for NAND Secure Boot 51dc4a4 Makefile: Build uni_pbi tool a647f39 CST : Change Alignment offset Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-13qemu-fsl: upgrade from v1.7 to v2.2.0Ting Liu
Update the supported QEMU version from v1.7 to v2.2.0 and include the Freescale patches on top of this. Baseline: http://git.qemu.org/?p=qemu.git;a=tag;h=refs/tags/v2.2.0 Freescale patches: 00ac004 QEMU: PPC: Support for VFIO_IOMMU_DUMMY. 58d1cc4 QEMU: PPC: Identity mapped memory support for qemu. 07d4f5f Qemu: PPC: e500: Move CCSR and MMIO space to upper end of address space a7aee41 QEMU: PPC: e500: Move CCSR definition to params fbcc0ca vfio-pci: add direct pci device assignment for fsl powerpc 536df03 Update Linux Headers from 3.18 ee367e4 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC. b0c2f44 hw/arm/virt: Use memory_region_allocate_system_memory to allocate memory b2f233e PPC: add e6500 cpu class 694c39a QEMU: PPC: set default cpu type to be 'host' 1572872 QEMU: PPC: specify PVRs for all e500 cores Also fix indent. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-22qemu-fsl: Disable native and nativesdk buildsOtavio Salvador
The qemu-fsl is intended for use into the target. The native and nativesdk flavours are not supported and should rely on the OE-Core provided ones. This disables the recipe parsing for native and nativesdk build, fixing the following warning: ,---- | WARNING: Unable to get checksum for qemu-fsl-native SRC_URI entry | fix-libcap-header-issue-on-some-distro.patch: file could not | be found `---- Change-Id: I8eaf8bc9caf972f5d180115f63862a163915e218 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-13qemu-fsl: add recipes for Layerscape1 supportChunrong Guo
QEMU is a generic and open source machine emulator and virtualizer. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-13cst: add recipes for Layerscape1 supportChunrong Guo
cst is the utility for security boot. Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-06devregs: Add recipeOtavio Salvador
This includes the Boundary Devices' devregs tool which allows for reading and writting of registers using /dev/mem. It currently has support for i.MX51, i.MX53, i.MX6Q and i.MX6DL SoC families but other SoCs can be easily added including extra .dat files. Change-Id: Ic04a90e7d1db8d87f43f5574792aa73885f16d66 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>