aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
2018-03-06boot-format: update SRC_URLC.R. Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-21Remove $COREBASE/LICENSE from LIC_FILES_CHKSUMChunrong Guo
Several recipes reference the LICENSE file in their LIC_FILES_CHKSUM variable as ${COREBASE}/LICENSE. This forces distribution providers to keep this file verbatim or to overload the affected recipes. The section "Moving to the Yocto Project 1.6 Release" in the Yocto manual suggests removing the LICENSE file where possible. Remove LICENSE in cases where COPYING.MIT is also given and replace LICENSE with COPYING.MIT if the former was the only entry. All modified recipes specify LICENSE = "MIT" and none of the in-tree files specify a different license either. As the packages do not change (the license files are not contained in them), do not increase PR. (From OE-Core rev: 0059e0661826c857a07c862bcb46162671e0e330) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-09-21imx-uuc: Bump revision to 1de598e7Otavio Salvador
This includes following changes: 1de598e Merge pull request #5 from lijunone/master a5a05da Update linuxrc 61a1449 Merge pull request #4 from mhei/fixes af76f6a uuc: fix format nitpick f8d0c75 uu.c: fix compiler warnings for unused variables 625c36e Merge pull request #2 from mhei/fixes e6304a7 Merge pull request #3 from lijunone/master c342fb0 linuxrc: add utp mass storage setup via configfs f9a8e97 uuc: fix some compiler warnings 65d8bf7 sdimage: use fsync before closing the device a977121 Add travis hint 03d64cf Small Makefile improvements 9a8c844 sdimage: no need to open image file R/W 592fdb6 sdimage: fix partition size check 3d4b3fa Add a .gitignore with the binaries sdimage and uuc 86e0a1b sdimage: move BCB header to 4 sector offset 2fa75b4 uuc: fix format warnings f64baff Honour CFLAGS 85a0b23 sdimage: add includes to prevent warnings Change-Id: I7e81dd0d4666d00b76be3d78982ef2b1bd039b53 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-22imx-kobs: Fix a typoKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-22imx-kobs: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-05-22imx-kobs: Pick up new commit as fix-compile patch is mergedJun Zhu
The patch is merged to the new version of imx-kobs. So pick up the new version and remove the patch file. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-22firmware-imx: Change recipe for allarchOtavio Salvador
The recipe content does not vary from one board to another so there is no reason to use SoC arch or machine arch as package architecture. The recipe generates multiple binary packages which makes it easy for users to choose what to install. Change-Id: Ia5f87f9f19e734607275fb2e9020c8b3096de0ad Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-17mxsldr_git: add pkgconfig to inheritMax Krummenacher
mxsldr_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-03-09change-file-endianess: Rework recipe completelyOtavio Salvador
The recipe was mixing different concepts. It is intended to provide a TCL script to change the endianess of files and the recipe was conceptually wrong. The use of the deploy class is wrong as it is not an artifact that is going to be used to install a board but a tool required for development (so the need of native and nativesdk variants). Change-Id: I5ebb063fa1c57a8c7c307314ac6322abfa88d33c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-02-20ppa: Add dtc-native on DEPENDSchunrong.guo@nxp.com
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-02-08change-file-endianess: update do_deploy_class-native so it finds byte_swap.tclBob Cochran
Modify do_deply_class-native task to copy byte_swap.tcl from top of working directory ${S} rather than ${STAGING_BINDIR_NATIVE} since file isn’t found at current location and this causes a “No such file or directory” error. Signed-off-by: Bob Cochran <yocto@mindchasers.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27u-boot-imx: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27u-boot-fslc: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx-test: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27imx-lib: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27firmware-imx: Remove i.MX 6UL specific metadataFabio Berton
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-27alsa-state: Remove i.MX 6UL specific metadataOtavio Salvador
The SoC is now dealt as a i.MX6 SoC so there is no need for the specific metadata. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-17u-boot-qoriq: Fix python function for fsl-lsch2-32b archFabio Berton
Add missing argument in function getVar() to avoid error: Exception: TypeError: getVar() missing 1 required positional argument: 'expand' Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11change-file-endianess: update byte_swap script to support ls1046Zhenhua Luo
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11rcw: upgrade to SDK 2.0 GA-1611 releaseZhenhua Luo
* disable the endianness switch for qspi u-boot of SEC boot * included the following commits. * 3252b8c Merge pull request #20 in SDK/rcw from ~B21989/sdk-rcw:jira/QSDK-3097 to master * cd271ee Merge pull request #19 in SDK/rcw from ~B52263/rcw:jira/QSDK-3096 to master * 6a558a2 ls1021a: Fix QSPI endian issue for QSPI boot on LS1021A boards * fbfddb3 ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS * 2485a22 ls1046a: fix PBI of changing QSPI endianness * 7304127 ls1043ardb: adds a RCW with GIC 4K supported * d413878 ls1043a: Add PBI of changing GIC offset to 4K * e914a5f Add a tclsh script to swap the rcw endian. * 8411b78 ls1046aqds: Add RCW for ls1046aqds board * 6d486d4 ls1046ardb: Add RCW for ls1046ardb board * 14de148 arm: ls1021a: add the core frequency to 1.2GHZ support * 98b6bc3 t2080rdb: update SRDS2PLL2CR1 to 0x08004100 for errata A-007186 Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11u-boot: upgrade to 2016.09Zhenhua Luo
* Upgrade the u-boot to 2016.09 * disable the qspi endianness switch Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-01-11ppa: migrate to generic ppa treeZhenhua Luo
* migrate to the generic git tree of ppc * support ls1046a targets Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06rcw: Set PACKAGE_ARCH to the value of MACHINE_SOCARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06qe-ucode: Set PACKAGE_ARCH to the value of MACHINE_SOCARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06ppa: Set PACKAGE_ARCH to the value of MACHINE_ARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06fsl-tlu: Set PACKAGE_ARCH to the value of MACHINE_SOCARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-12-06apptrk: Set PACKAGE_ARCH to the value of MACHINE_SOCARCHFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-11-23u-boot-fslc: Bump revision to c44711dFabio Berton
This includes following change: - c44711d Merge remote-tracking branch 'imx/master' into 2016.11+fslc - e01064c Merge tag 'v2016.11' into 2016.11+fslc - 45a3ad8 mx35: adjust default environment for flea3 board - 322ac5f mx35: add GPIO setup on flea3 board - 146fff3 mx35: factorize SDRAM setup in flea3 - 72c1015 mx35: add DT support to flea3 board - 97c16dc imx: mx6ull: update the REFTOP_VBGADJ setting - 27e3a3c imx: mx6sx: Disable ENET clock before switching clock parent - 29e0cfb (tag: v2016.11) Prepare v2016.11 - 8f7c672 MAINTAINERS: mark sunxi status as Orphan - 22bb1a7 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled - 73d570a net: write enetaddr down to hardware on env_callback - 948b8bb spi: ti_qspi: Fix baudrate divider calculation - 84295f2 ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node - 4d0fec0 ARM: k2g: Update PLL Multiplier and divider values - 8b01ebd ARM: keystone2: PLL: Enable glitch free initialization sequence - 06d43c8 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode - 2b373cb arm: print the cache config option in hex instead of decimal - 2ffec69 mx6ull_14x14_evk: Add README file - 02c2de6 davinci: omapl138_lcdk: keep booting even when MAC address is invalid - c19a28b board: am335x/mux: Do not hang when encountering a bad EEPROM - 4fa72bd igep00x0: add Hynix timings - 2baaa31 igep00x0: consolidate defconfigs - ad560f8 igep00x0: disable CONFIG_DISPLAY_BOARDINFO - d8c0d99 tools: fix mksunxiboot build for tools-all target Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-11-14u-boot-fslc: Bump revision to 615fdbcFabio Berton
This includes following change: - 615fdbc Merge remote-tracking branch 'origin/master' into 2016.11+fslc - 38cacda Merge branch 'master' of git://git.denx.de/u-boot-tegra - a8d0526 ARM: tegra186: call secure monitor for all cache-wide ops - 1ab557a armv8: add hooks for all cache-wide operations - b9ae641 ARM: tegra: translate __asm_flush_l3_cache to assembly - 6db8e17 ARM: tegra: ensure nvtboot_boot_x0 alignment - d8c4eb6 Merge branch 'master' of git://git.denx.de/u-boot-net - aa555fe net: use random ethernet address if invalid and not zero - 6ecf9e2 net: mvgbe: Fix build error with CONFIG_PHYLIB - f018545 net: phy: micrel: center FLP burst timing at 16ms - 2162245 ARM: tegra: enable Ethernet on p2771-0000 - 31c1ff9 ARM: tegra: add DWC EQoS (ethernet) to Tegra186 DT - 2b950f3 ARM: tegra: configure Ethernet address on Tegra186 - 86919a2 ARM: tegra: add SoC-level hook for board_late_init() - ba4dfef net: add driver for Synopsys Ethernet QoS device - afb970f dt: net: add DWC EQoS binding - dac09fc wandboard: Make Ethernet functional again - 0f7c6cd mkimage: Allow including a ramdisk in FIT auto mode - baade49 travis-ci: Try harder to build all ARM targets - e0f2406 buildman: Fix building based on 'options' field - 4b6035d mx6sabresd: Make Ethernet functional again - 97bb1f0 engicam: icorem6: Fix config files - 68fd5c1 armv8: define get_ticks() for the ARMv8 Generic Timer - 8add679 doc: update README.arm64 - 2a380cc tools: imximage: check return value when open the plugin file - ae3de0d image: Protect against overflow in unknown_msg() - eb9e699 colibri_pxa270: drop lzma support for space reason - eef55e5 Merge branch 'master' of git://git.denx.de/u-boot-usb - dd93a8e dfu: align array in dfu_get_dev_type with enum dfu_device_type - dbdc274 cmd: dfu: Add error handling for board_usb_init - 7fd1173 Merge git://git.denx.de/u-boot-rockchip - 4594ac0 rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT - 3f3e1e3 rockchip: doc: add GPT partition layout - 7f35bbb rockchip: use rockchip linux partitions layout - 612a2a0 dts: rk3288: remove node in dmc which not need anymore - 7d6c78f rk3288: sdram: auto-detect the capacity - cd2f6b8 rk3288: config change for enable dram capacity auto-detect. - 0717dde evb-rk3399: config: set emmc as default boot dev - 1b64a05 rk3288: fix reg address for GRF_SOC_CON2 - 27b95d2 rk3399: disable the clock multiplier support when SoC init - 5564ed5 rockchip: rk3288: Move rockchip_get_cru() out of the driver - c8a6bc9 rockchip: rk3399: Move rockchip_get_cru() out of the driver - 92ac73e rockchip: rk3036: Move rockchip_get_cru() out of the driver - 8dfb4a2 clk: rk3399: fix rockchip_get_cru - 6016982 rockchip: RK3288 needs fdt and initrd below 256M now Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-11-14qe-ucode: Add B variable to SOURCE parameter in install commandFabio Berton
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-11-05u-boot-fslc: Bump revision to 854bc28Fabio Berton
This commit merges tag v2016.11-rc3 into 2016.11+fslc and prepares to v2016.11 release. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-27u-boot-fslc: Update to the 2016.11-based forkFabio Berton
This updates for the upcoming 2016.11 release. This is based on top of 2016.11-rc2 plus the following changes: - c7f1e5 embestmx6boards: Use PARTUUID to specify the rootfs location - 0c0dcb8 mx6cuboxi: Change finduuid to find on first partition - caf0311 wandboard: Change finduuid to find on first partition - aeb1be5 mx6cuboxi: Use PARTUUID to specify the rootfs location - 1bcfc34 wandboard: Use PARTUUID to specify the rootfs location - 6d6dba9 wandboard: Set fdt based on board_rev and board_name - 69176f6 warp: Change default bootenv configuration - 4d31a07 mx6sabresd: Enable video interfaces in bootargs - 9904cfb iMX6: Change mmcroot to use fixed mmc block index for USDHC - 77f6c08 embestmx6boards: Change default bootenv configuration - 1e89967 mx6sabresd: Use LDO dtb file until LDO bypass support is added - d434e1b mx6slevk: Use LDO dtb file until LDO bypass support is added Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-19u-boot-fslc: Bump revision to 0dbe853Fabio Berton
This includes following changes: - 0dbe853 embestmx6boards: Use PARTUUID to specify the rootfs location - 7b2aeb5 mx6cuboxi: Change finduuid to find on first partition - 163cc05 wandboard: Change finduuid to find on first partition - 72531ef Revert "Revert "embestmx6boards: convert to use config_distro_bootcmd.h"" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18u-boot-fslc: Bump revision to 157ec06Fabio Berton
This includes following changes: - 157ec06 mx6cuboxi: Use PARTUUID to specify the rootfs location - 1009975 wandboard: Use PARTUUID to specify the rootfs location - 7616d99 configs: wandboard: Set fdt based on board_rev and board_name - 9128164 Revert "Revert conversion for config_distro_bootcmd.h" - 0012fc2 Prepare v2016.09.01 - 7148ad9 Revert "image-fit: switch ENOLINK to ENOENT" - 8303828 Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18qe-ucode: update license to Freescale-Binary-EULATing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18ls-rcw: update to 8a050e0Ting Liu
Changes: 8a050e0 ls1088a: Update SerDes Protocol to support Gen2 PCIe Conroller 7a786b6 armv8: ls1088A: update RCW binaries 08e77ac ls2088qds: Add RCW for SD as boot src 1621397 ls1088a: Add IFC, QSPI RCW binaries for QDS, RDB 59728ba ls2088: Add workaround in RCW for A-009102 5462666 ls2088: Add workaround in RCW for A-009102 2f05e20 update the license to Freescale-Binary-EULA 569c4f6 LS2088qds: Add bin1 configuration with 3,3d serdes 2be56e3 Merge pull request #19 in DPAA2/ls2-rcw from ~B37399/ls2-rcw:master to master 43a2d94 LS2088qds: Update sys-clock frequency to 100MHz bf8e575 LS2088RDB: Add QSPI RCW 1670adb LS2088QDS: Add new serdes configuration 0x4d_0x57 167b0cf LS2088A: Update RCW fa85094 LS2088rdb: Enable the serial interface of these 2 rcw 7e36ea6 LS2088A: Add RCW for adephi's usecase 0c0fce0 LS2088/2085: Add new rcw to support new PCIe lanes 45cc8fa LS2088A: Add RCW for LS2088A Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18ls2-rcw: update license to Freescale-Binary-EULATing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18rcw: update license to BSDTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18u-boot: update to 7b0fea8Ting Liu
Changes: 7b0fea8 Merge pull request #70 in SDK/u-boot-devel from jira/QSDK-2961 to master 7c15891 pbl: use "wait" command instead of "flush" command da9710b Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. d22a007 ls102xa: spl: fix the macro name of MMC mode 5c5a3e1 fsl-layerscape: spl: fix the macro name of MMC mode 729761d fsl-layerscape: spl: remove duplicate init_early_memctl_regs() 0f03ebd armv8: ls1043ardb: fix types of variables 5dc6fbd armv8: ls1043a: remove redundant code in board files 89154ca armv7/ls1021atwr: lowlevel init and enable i-cache b091c4b fsl_sfp : Modify macros as per changes in SFP v3.4 d2b8266 armv7:ls1021a: Enable workaround for DDR erratum A-009942 551abf9 fsl_sec_mon: Update driver for Security Monitor 462a9f3 layerscape/ppa: Refactor PPA validation code 25f8b57 crypto/fsl: Update blob cmd to accept 64bit addresses Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18pkc-firmware: update to f75d281Ting Liu
fix interrupt notification to Intel(R) hosts with IOMMU enabled Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18formfactor: Add machconfig for i.MX6 Q/QP/DL/Solo/SL/SXLauren Post
in poky, the formfactor/config set HAVE_KEYBOARD=1, as it assumes a key is connected as default. This causes the disable of the software keyboard launch in matchbox. Set HAVE_KEYBOARD=0 for i.MX6 Q/QP/DL/Solo/SL/SX. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-vpu: Upgrade to 5.4.35Lauren Post
Coverity fixes for resources leaks, null deeference, string overflows and checking return Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-test: Upgrade to 5.7Lauren Post
- Makefile fixes to work with LDFLAG changes - mxc_mmc_tty_test: Fix for null terminal setting and printf - evtest - new sensor test - memtool - Add i.MX 6ULL support - mx6s_v4l2_capture: Add 6ULL support - mxc_vpu_test: Add new IOCTL_VIDEOC_S_INPUT_CROP for 4.1 kernel - mxc_vpu_test Support picture width height no multiple of 16 - mmdc, mxc_ipu_dev and mxc_vpu_test: replace index with strchr Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18u-boot-imx: Upgrade to 2016.03Lauren Post
Support i.MX 6ULL and upgrade to 2016.03 U-Boot Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-kobs: Drop 5.4 recipeOtavio Salvador
The Git recipe is now preferred so we are dropping the old release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-uuc: Drop 0.5.1 recipeOtavio Salvador
The Git recipe is now preferred so we are dropping the old release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18u-boot-fslc: Bump revision to 0dea106Fabio Berton
This includes the following changes: - 0dea106 Merge tag 'v2016.09.01' into 2016.09+fslc - f3363c0 (tag: v2016.09.01) Prepare v2016.09.01 - 44e3dd1 Revert "image-fit: switch ENOLINK to ENOENT" - 6baa904 Revert "Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL" Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18imx-uuc: Add git recipeJun Zhu
The tool will be maintained as an open source project. The repository can be found by https://github.com/NXPmicro/imx-uuc Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-10-18ls2-rcw: fix the source fetch errorZhenhua Luo
The sdk-v2.0.x branch is rebased, previous commit is in fsl-sdk-v2.0 tag instead of sdk-v2.0.x branch. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>