summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot-fslc: Bump revision to be634a9Daiane Angolini2017-07-141-1/+1
| | | | | | | | | | | This includes the following changes: be634a9 mx6sabre_common: Dynamically change the video output f5f42f3 mx6sabre_common: Place video related settings in common code 43d4159 mx6cuboxi: Move CONFIG_CMD_SATA to Kconfig Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to 2017.07-based releaseOtavio Salvador2017-07-133-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release provides a huge improvement regarding the support for SPL to more boards. We now uses this and migrated following boards: - imx6qpsabresd -> imx6qdlsabresd - imx6qsabresd -> imx6qdlsabresd - imx6dlsabresd -> imx6qdlsabresd - imx6solosabresd -> imx6qdlsabresd - imx6qpsabreauto -> imx6qdlsabreauto - imx6qsabreauto -> imx6qdlsabreauto - imx6dlsabreauto -> imx6qdlsabreauto - imx6solosabreauto -> imx6qdlsabreauto So now, the 8 boards are covered by 2 machine files. This drastically reduces the build time and allow for a better user experience as we can use the same image to test different boards. In summary an image built for imx6qdlsabresd or imx6qdlsabreauto is capable of run on a its respective board which contains a i.MX6 QuadPlus, Quad, Dual, DualLite or Solo SoC removing the need of a specific image for each SoC type. On top of the official 2017.07 release, following patches are included: 801fd44563 mx6sabreauto: Make Ethernet functional again 8ccb1970b8 wandboard: Set fdt based on board_rev and board_name e6605743e5 mx6sabresd: Enable video interfaces in bootargs e50a2475d4 mx6sabresd: Use LDO dtb file until LDO bypass support is added b1a4715311 mx6slevk: Use LDO dtb file until LDO bypass support is added 957409876b imx: cx9020: try pxe boot, if no vmlinuz on mmc 3608315bf1 imx: cx9020: use fdt_addr_r and ramdisk_addr_r 9a1c960516 mx6sabreauto: Add Falcon mode support 3a279e5fe8 warp: Use PARTUUID to specify the rootfs location 0f9a6703e7 embestmx6boards: Use PARTUUID to specify the rootfs location c877510614 mx6cuboxi: Use PARTUUID to specify the rootfs location 0ada2d6caf wandboard: Use PARTUUID to specify the rootfs location eee442362c mx6sabre: Use PARTUUID to specify the rootfs location 80a56615fa mx6sabreauto: Do not enable WEIM by default 321339efd7 imx: reorganize IMX code as other SOCs 1567ce3edc mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT 40294f880d dm: mmc: fsl_esdhc: handle vqmmc supply 0378edcd02 mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O 3657cae890 mmc: fsl_esdhc: correct type of wp_enable 45103e1030 imx6_spl: Add u-boot-dtb.img for SPL payload 61131fa4b5 mx6sabreauto: Update to SPL only mode 07a667be9b mx6qsabreauto: Add SPL support 4506c859ee mx6cuboxi: Add support for sata a5c5962327 mx7dsabresd: Set VLD04 output to 2.8V in PMIC initialization. 4590f11b61 mx6: soc: Move mxs_dma_init() into the mxs nand driver 10d185960e net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH b2d4bf303e icorem6_rqs: Rename icorem6_rqs config file af34708e1e dt-bindings: Document the Broadcom STB wake-up timer node 3e92667cfe serial: mxc: Add debug uart support 4e2b31a5c5 serial: mxc: Code cleanup 27835dae1a serial: mxc: Move common baud gen into _mxc_serial_setbrg 1ca9fe11fd serial: mxc: Move common init into _mxc_serial_init 14ac9d06be serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg fdd1f0debc serial: mxc: Use RFDIV in dm-code fd008b0569 serial: mxc: Add common mxc_uart reg space 2fd7878124 imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL 5c72de6152 ot1200: enable CONFIG_IMX_THERMAL for detailed thermal information 8e38f54c56 mx6sabresd: Fix guard file symbol 3320a872b0 wandboard: Remove unnecessary delay d5ae3ce6dd cm_fx6: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONS 1325b822da cgtqmx6eval: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONS 844365a5a0 mx6slevk_spl: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONS ff9e6d62ed mx6sabresd: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONS Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 4.1.15-2.1.0 supporting i.MX 6SLL EVKalexandra-ioana.safta@nxp.com2017-06-171-2/+3
| | | | | | | Add support for the i.MX 6SLL EVK and supporting boot configurations Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc.inc: add use-mainline-bspTrevor Woerner2017-05-301-1/+1
| | | | | | | | Add use-mainline-bsp to COMPATIBLE_MACHINE since this recipe is for situations where the user wants to use mainline, and u-boot-fslc is considered mainline. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Add dtc-native to DEPENDSFabio Berton2017-05-301-0/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot:update to a06b209Chunrong Guo2017-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *include the following changes a06b209 - ls1012aqds:Copyright added in file ls1012aqds_pfe.h f3fa3db - Merge pull request #200 in SDK/u-boot-devel from jira/QUBOOT-2516 to master ad74937 - armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB 436ad38 - T1042RDB: Remove nand secure boot compilation error af36232 - Merge pull request #197 in SDK/u-boot-devel from jira/QSDK-3498 to master 6cae345 - Merge pull request #194 in SDK/u-boot-devel from jira/QUBOOT-2432 to master 15d85eb - armv8: ls1046aqds: enable ppa in defconfig 9ac8b14 - armv8: ls1046aqds: added ppa support 50dc1ec - config: fsl-ppa: support load PPA from eMMC/SD and NAND Flash 4185ac3 - fsl PPA: add support PPA image loading from NAND and SD be143b2 - mtd: nand: remove nand size print from nand_init function 17c7a0c - mtd: nand: add initialization flag 1b99b67 - Merge pull request #195 in SDK/u-boot-devel from jira/QUBOOT-2448 to master 7f6bb70 - Merge pull request #193 in SDK/u-boot-devel from jira/QUBOOT-2485 to master f4ea06d - armv8/fsl-layerscape: fdt: replace CONFIG_ARCH_LS1012A with CONFIG_LS1012A a2acee2 - cmd: move CMD_PXE to Kconfig 74233ce - cmd: Convert CMD_BOOTMENU 8a82416 - powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram ba5e636 - Merge pull request #191 in SDK/u-boot-devel from jira/QUBOOT-2338 to master 99cab9b - Merge pull request #189 in SDK/u-boot-devel from jira/QUBOOT-2438 to master c6a1023 - armv8: dts: fsl-ls1012a: Change number of CS in SPI node ddc2ade - spi: fsl_qspi: Add support for one chip select 905d419 - Merge pull request #188 in SDK/u-boot-devel from jira/QUBOOT-1949 to master f47bef7 - arm: ls1043ardb: Add NAND secure boot target 0d3329b - arm: ls1046ardb: Add SD secure boot target 5cbd88a - arm: ls1043ardb: Add SD secure boot target 9b61565 - crypto/fsl : Reduce the size of CAAM driver for SPL Build fd4214e - LS1046ARDB: SPL size reduction in case of non-xip boot b6fb53f - LS1043ARDB: SPL size reduction in case of non-xip boot 390b399 - armv8/ls104xa: remove the DDR interactive debugging info from SPL 7b996bc - board: freescale: Enable PSCI on LS2080A 7deaf93 - pci: layerscape: Add support ls2088a kernel DT node fixup 79bbfc9 - pci: layerscape: add LS2088A series SoC pcie support ea5c6e4 - ls1012aqds:Fix up for 1G and 2.5G interface 0dffcb8 - board: ls1012aqds: Update PHY address for AQR 105 riser card 7069777 - board: ls1012aqds: Add support of 2.5G X-SGMII riser card 634cf94 - driver: net: pfe: Configure internal MAC to support 2.5G 0127cee - driver: net: pfe: Add support of MDIO Clause 45 PHYs 561adee - board: ls1012aqds: Clean and reorganize board_eth_init 3b143c3 - board: ls1012aqds: Register the MDIO1 controller 48d02fb - Merge pull request #182 in SDK/u-boot-devel from jira/QUBOOT-2402 to master c9395ee - Merge pull request #183 in SDK/u-boot-devel from jira/QUBOOT-2400 to master 8ef037c - Merge pull request #181 in SDK/u-boot-devel from jira/QUBOOT-2329 to master b3c75e4 - drivers: net: fsl-mc: Fixup MAC addresses in DPC e0369e0 - armv8/fsl-layerscape: fdt: remove SYSCLK frequency fixup for ls1012a 6d9421b - driver: rtc: add pcf2127 support caefee8 - armv8/fsl-layerscape: Update erratum A009635 implementation 7efb311 - ls2080ardb,ls2080aqds: Add mcmemsize in default env setting 636228a - board: freescale: ls2080a: Intergrate and enable PPA on LS2080A 5651957 - Merge pull request #175 in SDK/u-boot-devel from jira/QUBOOT-2378 to master bf23c09 - Secure Boot: Enable IE (Key extention) Feature in LS2080A f26426a - Merge pull request #176 in SDK/u-boot-devel from jira/QUBOOT-2286 to master badf91e - armv8: fsl-layerscape: Add vid support for LS2080AQDS 20f3971 - armv8: fsl-lsch3: Update VID support 746211e - armv8: fsl-layerscape: Updates DCFG register map 049463b - LS2080A : Move sec_init to board_init a99dd2c - SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A 537fe6d - LS2080A: Add validation of MC & DPC images. 8f404a5 - SECURE_BOOT: Update bootscript and its hdr addresses 134644f - Merge pull request #166 in SDK/u-boot-devel from jira/QUBOOT-2101 to master 2b17c7b - Merge pull request #165 in SDK/u-boot-devel from jira/QUBOOT-2313 to master 6cad42f - armv8: fsl-lsch2: disable ECC on armv8 chassis 2 platforms 475feb5 - driver: net: fsl-mc: Use aligned address for MC FW load 69c545f - armv8: fsl-layerscape, ccn504: Set forced-order mode in RNI-6, RNI-20 5669484 - driver: fsl-mc: qbman: Add QBMAN 4.1 support 235e989 - armv8: ls2080a: Add serdes1 protocol 0x3b support 0d8d4b9 - driver: net: ldpaa_eth: Fix missing bracket issue e02d502 - armv8: ls2080a: Update serdes protocol support 6764afb - armv8/fsl-lsch3: Update code to release secondary cores 6415d77 - armv8: fsl-layerscape: Add NXP LS2088A SoC support 8f3a354 - armv8: fsl-layerscape : Check SVR for initializing TZASC 789d497 - armv8: fsl-layerscape: Update TZASC registers type 02e3cc3 - armv8: lsch3: Use SVR based timer base address detection 80dbc3c - armv8: lsch3: Add generic get_svr() in assembly 47d5b49 - LS1021ATWR: Modify u-boot size for sd secureboot Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to ac3b20cdbeFabio Berton2017-04-251-1/+1
| | | | | | | | | | This includes the following changes: - ac3b20cdbe mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART - eec5e45589 wandboard: Remove define for PARTITION_UUIDS and CMD_PART Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to version 2017.03Fabio Berton2017-04-112-6/+6
| | | | | | | | | | | | | | | | | | | | This commit merge v2017.03 tag and apply the following changes on top of it: - 2b94a1cb28 embestmx6boards: Use PARTUUID to specify the rootfs location - 360d733cf3 mx6cuboxi: Change finduuid to find on first partition - 1f9d6d10bc wandboard: Change finduuid to find on first partition - e5b76d93d4 mx6cuboxi: Use PARTUUID to specify the rootfs location - b422795450 wandboard: Use PARTUUID to specify the rootfs location - 5146b4dc55 wandboard: Set fdt based on board_rev and board_name - dfd613be1c warp: Change default bootenv configuration - 0e83e164f3 mx6sabresd: Enable video interfaces in bootargs - 2d5987e950 iMX6: Change mmcroot to use fixed mmc block index for USDHC - 66eb2a0724 mx6sabresd: Use LDO dtb file until LDO bypass support is added - 90ecfc7751 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>
* u-boot: update to use Recipe Specific SysrootsTing Liu2017-03-171-8/+12
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: update to 2735535Ting Liu2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New commits: 2735535 armv8/fsl-layerscape: corrected clock initialization 0f820e2 Merge pull request #161 in SDK/u-boot-devel from jira/QUBOOT-2290 to master 8729bed board/t1024rdb: enable board-level reset when issuing reset command 1ebcbe9 armv8/fsl-lsch3: consolidate the clock system initialization 9e1ec97 armv8/fsl-lsch2: refactor the clock system initialization 376ce3d Merge pull request #158 in SDK/u-boot-devel from jira/QUBOOT-2248 to master 263a7d9 driver: net: pfe: Make PFE AXI transactions non-bufferable. 744898c pci: layerscape: enable PCIe config ready cccbbd4 arm: PSCI: remove CONFIG_MP to support LS1012A c013882 arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC 7661a32 Merge pull request #154 in SDK/u-boot-devel from jira/QUBOOT-1839 to master 8644091 Merge pull request #155 in SDK/u-boot-devel from jira/QUBOOT-2186 to master 13cfec0 ARMv8/fsl-layerscape: Correct the OCRAM size b416b58 sf: set the Uniform Sector to CR3NV instead of CR3V 29f27fe armv8: fsl-lsch2: enable snoopable sata read and write 2d98a92 ARMv8/fsl-layerscape: Enable data coherency between cores in cluster 910b5f9 armv8: Enable CPUECTLR.SMPEN for coherency 62cddb1 Merge pull request #150 in SDK/u-boot-devel from jira/QUBOOT-2059 to master d7d8125 Merge pull request #149 in SDK/u-boot-devel from jira/QUBOOT-1840 to master 166db39 armv8: pfe: Update driver coding style 2909f14 board: ls1012aqds: Avoid reset masking 99f097b driver: net: pfe: Update class firmware f8f17dc driver: net: pfe: Change MDIO HOLDTIME value to 5 1f10108 armv8:pfe:frdm: Reset external PHYs before driver starts ce83bda driver: pfe_eth: use #ifdef instead of #if d928553 armv8: pfe: Enable UDP checksum for proper tftp operation 2f33023 driver: net: pfe: Rest external PHYs before driver starts 73f304b driver: net: PFE: Fix the reset woraround bb2afb7 driver: net: PFE: Add reset workaround ae5b99d arm: ls1012a: Add support of PPFE 58b93bc arm: fsl-layerscape: Config CSU for PFE 4417c88 ls1046ardb: Add support power initialization 544a9d6 armv8/fsl_lsch2: Add chip power supply voltage setup 1f8ed63 ls1046ardb: cpld: add API for selecting core volt 0fbe669 pmic: pmic_mc34vr500: Add APIs to set/get SWx volt 15f65a9 pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic 15b0697 armv8/fsl_lsch2: Add the OCRAM initialization 2df7eab docs: fsl-ppa: Add documentation for PPA trusted FW c11a541 board: freescale: ls1012a: Intergrate and enable PPA on LS1012A 71d1c4c board: freescale: ls1012a: Enable secure DDR on LS1012A platforms fd15680 Merge pull request #144 in SDK/u-boot-devel from jira/QUBOOT-1867 to master 7874485 LS1012ARDB: Add QSPI Secure Boot targe 5d0b2fc armv8: ls1012a: define esdhc_status_fixup for RDB board 1f60661 armv8: ls1012a: define esdhc_status_fixup for QDS board a47eb7f mmc: fsl_esdhc: move 'status' property fixup into a weak function 075379d configs: ls1012a: enable driver model for eSDHC 9f6f892 armv8: ls1012a: add eSDHC nodes 66d0f43 mmc: fsl_esdhc: add 'fsl,esdhc' into of_match table ebc3626 mmc: fsl_esdhc: make GPIO support optional 1a84a6b Merge pull request #146 in SDK/u-boot-devel from jira/QUBOOT-1844 to master 5117962 Merge pull request #143 in SDK/u-boot-devel from jira/QUBOOT-2116 to master 31bc4f4 Merge pull request #142 in SDK/u-boot-devel from jira/QUBOOT-1849 to master 84e5aa0 armv8: fsl-layerscape: Add support of GPIO structure 8fd4faa SECURE_BOOT: Enable chain of trust on LS1012A platform 56c6a6a board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS a0b0769 armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS 45950d8 armv8:ls1012a: Update bootargs for fast-boot 6d9a8ce armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled 6f96894 armv8: layerscape: Remove defconfig for AArch32 support Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Remove i.MX 6UL specific metadataFabio Berton2017-01-271-1/+1
| | | | | | | | 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>
* u-boot-fslc: Remove i.MX 6UL specific metadataFabio Berton2017-01-271-1/+1
| | | | | | | | 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>
* u-boot-qoriq: Fix python function for fsl-lsch2-32b archFabio Berton2017-01-161-3/+3
| | | | | | | | | 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>
* u-boot: upgrade to 2016.09Zhenhua Luo2017-01-111-16/+24
| | | | | | | | | * 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>
* u-boot-fslc: Bump revision to c44711dFabio Berton2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* u-boot-fslc: Bump revision to 615fdbcFabio Berton2016-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* u-boot-fslc: Bump revision to 854bc28Fabio Berton2016-11-051-1/+1
| | | | | | | | 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>
* u-boot-fslc: Update to the 2016.11-based forkFabio Berton2016-10-272-6/+6
| | | | | | | | | | | | | | | | | | | | | | 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>
* u-boot-fslc: Bump revision to 0dbe853Fabio Berton2016-10-191-1/+1
| | | | | | | | | | | | | 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>
* u-boot-fslc: Bump revision to 157ec06Fabio Berton2016-10-181-1/+1
| | | | | | | | | | | | | | | 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>
* u-boot: update to 7b0fea8Ting Liu2016-10-181-3/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* u-boot-imx: Upgrade to 2016.03Lauren Post2016-10-182-2/+3
| | | | | | | 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>
* u-boot-fslc: Bump revision to 0dea106Fabio Berton2016-10-181-1/+1
| | | | | | | | | | | | 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>
* u-boot-fslc: Update to the 2016.09-based forkOtavio Salvador2016-09-213-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update the U-Boot fork to the 2016.09 release. The following changes are applied on top of the original release: a3d27ea wandboard: Fix mmcroot device name 6ed7ce7 Revert conversion for config_distro_bootcmd.h 547c5ed warp: Change default bootenv configuration dced260 wandboard: Drop revision specific DeviceTree support 6218c13 mx6sabresd: Enable video interfaces in bootargs 3196b92 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" a405f38 iMX6: Change mmcroot to use fixed mmc block index for USDHC ddd4e7f embestmx6boards: Change default bootenv configuration 290d197 mx6sabresd: Use LDO dtb file until LDO bypass support is added eee8253 mx6slevk: Use LDO dtb file until LDO bypass support is added b8944fd arm: imx: add i.MX6ULL 14x14 EVK board support 067c0b6 dm: mmc: intialize dev when probe 6c7981f arm: dts: add device tree for i.MX6ULL 5bd8722 dt-bindings: add i.mx6ul clock header cfe216b arm: dts: imx6ull: add pinctrl defines 56e4d12 pinctrl: imx6: support i.MX6ULL 3715a11 imx: iomux: fix snvs usage for i.MX6ULL 74592f9 imx: imx6ull: adjust the ldo 1.2v bandgap voltage 1245598 imx: mx6ull: Add AIPS3 initialization de54ed4 imx: mx6ull: Update memory map address c607887 imx: mx6ull: update clock settings and CCM register map f4fdd70 imx: mx6ull: adjust POR_B setting for i.MX6ULL c67a27c imx: mx6ull: misc soc update 3349f26 imx: mx6ul: using runtime check when configuring PMIC_STBY_REQ 1cc2fda imx: mx6ull: skip setting ahb clock 5be61be imx: timer: update gpt driver for i.MX6ULL 489f44d imx: ocotp: support i.MX6ULL c8edd8a imx-common: introduce is_mx6ull cddd8bf imx: mx6ull: add kconfig entry for MX6ULL b8fea53 imx: mx6ull: add mx6ull major cpu type 6e6b252 imx: mx6ull: add iomux header file 480b1d5 configs: enable device tree for Colibri iMX7 cd81c94 colibri_imx7: use Ricoh RN5T567 to reboot the board b900233 arm: dts: imx7: add Ricoh RN5T567 PMIC node e1df8be power: pmic: add Ricoh RN5T567 PMIC support 2312eb0 colibri_imx7: remove legancy UART platform data 11169db colibri_imx7: remove legancy I2C support 76620e7 arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree 23665c2 arm: dts: imx7: add pinctrl defines e104855 pinctrl: imx: do not announce driver initialization aee3b4c dm: imx: serial: support device tree Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump to revision e6b4241Fabio Berton2016-08-231-1/+1
| | | | | | | | | It includes the following change: - e6b4241 wandboard: Fix mmcroot device name Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump to revision 328e7d6Breno Lima2016-08-231-1/+1
| | | | | | | | | It includes the following change: 328e7d6: warp: Fix RAM size runtime detection Signed-off-by: Breno Lima <breno.lima@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump to revision ae973bcDaiane Angolini2016-08-121-1/+1
| | | | | | | | | | It includes the following changes: ae973bc warp7: Select secure boot b66cb5f warp7: Modify fdt_file environment variable Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 16a2670Otavio Salvador2016-08-052-2/+2
| | | | | | | | | | | This backport following changes from upcoming 2016.09 release: 16a2670 arm: imx: Add support for Advantech DMS-BA16 board b5e61c4 mx7dsabresd: Print secure/non-secure mode info 28830fe mtd: nand: mxs: fix cache alignment for cache lines >32 Change-Id: I332effe171f58f814f5f525e835b22f6e54e5601 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump to revision e38d99fOtavio Salvador2016-08-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backport following changes from upcoming 2016.09 release: e38d99f MAINTAINERS: i.MX: Add board/freescale/*mx* path aad9e75 mx7dsabresd: MAINTAINERS: Add mx7dsabresd_secure_defconfig c40981b mx7_common: initialize generic timer on all CPU's bb7dbb1 mx6ul_14x14_evk: Remove unused define 1f89a59 cgtqmx6eval: Remove uneeded PHYS_SDRAM_SIZE 5433e5c novena: Remove uneeded PHYS_SDRAM_SIZE 97145ad bx50v3: Use imx_ddr_size() for calculating the DDR size 557c86a aristainetos: Use imx_ddr_size() for calculating the DDR size f2ff911 warp: Use imx_ddr_size() for calculating the DDR size 7b53769 warp7: Move some USB configuration options to defconfig bc7bbb5 colibri_imx7: add Colibri iMX7S/iMX7D module support c2381c0 cgtqmx6eval: Replace is_mx6q() for macro 9280131 mx6cuboxi: Replace is_mx6q() for macro 5396047 wandboard: Replace is_cpu_type() for macro ccbd486 imx: ventana: add dt fixup for watchdog external reset 6da2a41 imx: ventana: refactor board-specific dt fixups (no functional change) f13197c imx: ventana: make hwconfig initialize based on board configuration 505d466 imx: ventana: add extra DIO's for GW5520 ede70ae imx: ventana: make number of digital I/O's dynamic 85327cb imx: ventana: make RS232 enable board specific 67d376a imx: ventana: re-enable late board info display 1f71a76 imx: ventana: default pci to disabled 71fbd29 pci: allow disabling of pci init/enum via env e315991 imx: ventana: add dt fixup for eth1 mac-address c8bfa71 imx: ventana: add dt fixup for GW16082 irq mapping 6308105 mx7dsabresd_secure_defconfig: Use CONFIG_ARMV7_BOOT_SEC_DEFAULT 6eae48f pico-imx6ul: drop warning due to redefined c5502fb mx6: wandboard: fix warning due to missing prototype a9fef43 Fix build for mx7dsabresd (secure config) Change-Id: I1fa2a8a4db9d265494831deef53a11633faf3454 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 9da4a42Fabio Berton2016-08-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes following changes: - 9da4a42 Revert "imx_common: Return MMCSD_MODE_FS in spl_boot_mode() also for EXTFS" - 7be8ff4 serial_mxc: Remove unconditional DCE setting - 6dec211 mx6: clock: Fix the logic for reading axi_alt_sel - 68f2c3e Revert "arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite" - 2fd99ea imx_watchdog: add weak attribute to reset_cpu function - c782384 mx7_common: use Kconfig for ARMv7 non-secure mode - b8cc70e mx7_common: Put display board info config into board file - 72a9967 mx7: set soc environment according to exact SoC type - ff3ecc4 usb: ehci-mx6: introduce config for high active power pin - 97488b5 usb: ehci-mx6: configure power polarity in usb_power_config - ce0c796 usb: move CONFIG_USB_EHCI_MX7 to Kconfig - e22ac58 dm: imx: serial: Support DTE mode when using driver model - 65db95b warp7: Remove CONFIG_BOOTDELAY variable - 1231d04 ARM: configs: cm_fx6: add mtd support - 14619b5 ARM: board: cm_fx6: fixup mtd partitions in the fdt - 9fa3af0 fdt_support: define stub for fdt_fixup_mtdparts - f1a2b56 ARM: configs: cm_fx6: improve default environment - d1e28f0 pico-imx6ul: Add PMIC support - 292806e wandboard: move environment partition farther from u-boot.img - 8b5df31 Revert conversion for config_distro_bootcmd.h - 9222180 Merge pull request #11 from Kynetics/2016.07+fslc - 1207b97 warp: Change default bootenv configuratio Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: Add host compiler flagsTing Liu2016-07-221-1/+2
| | | | | | | | | | | | | U-Boot will compile its own tools during the build, with specific configurations (aka when CONFIG_FIT_SIGNATURE is enabled) the host tools require openssl. This patch adds 'openssl' as a PACKAGECONFIG that enables the use of openssl-native as a dependency and also adds the HOSTCC flags that U-Boot uses when compiling the host tools. (From OE-Core rev: 7d0edf5d04fba0b642bfb08a1de28fbc8e480209) Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: set LOCALVERSION to +fslTing Liu2016-07-221-6/+5
| | | | | | | | | SDK_VERSION defaults to nodistro.0 which is not expected in this recipe. Also adjust the location of some settings, no code change. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: add DEPENDS for qoriq-arm64Ting Liu2016-07-221-0/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: remove duplicate settings with oe-coreTing Liu2016-07-221-9/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: switch to new UBOOT_CONFIG formatTing Liu2016-07-221-87/+13
| | | | | | | | | | | | By using the new UBOOT_CONFIG format, the final u-boot binary will be configured in machine config file, and will be processed in upstream u-boot.inc. Remove the codes to copy final u-boot binary, and append the special steps which need boot-format/byte_swap tool to regenerate the binary. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: upgrade to 2016.01 plus fsl patchesTing Liu2016-07-224-134/+2
| | | | | | | | | | | | | | | | | | | | | | The main features are: * Upgrade to 2016.01 * On ARM platforms, the U-Boot image includes the device tree * Non-secure and Secure Boot (ESBC) * Primary Protected Application (PPA) firmware integration [LS1043A] * Clock, CPLD, DUART, DDR3, DDR4, DSPI, eSDHC, GIC-400, GIC-500, I2C, OCRAM, PCIe, USB 2 & 3, SATA, UART * Networking support using eTSEC, FMAN Independent Mode or DPAA2 networking * DCU, eMMC 4.5, I2C3, LPUART, QSPI [LS1021A] * eLBC and IFC access to NOR and NAND flash * Boot from NOR, NAND flash, eSPI, SDHC * Boot from SRIO [B4860, P5020, P4080] * Voltage ID (board specific) * CodeWarrior debug patch for U-Boot Detailed commit log can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/log/?h=sdk-v2.0.x Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 20b081aOtavio Salvador2016-07-152-2/+2
| | | | | | | | | | | | | | | Besides the 2016.07 final changes, this includes following new commits: 20b081a usbarmory: Add board_run_command() function 19900ff usbarmory: switch to using kernel zImage 9f616f6 imx6: clock: typo fix 6874a9e arch-mx6: fix MX6_PAD_DECLARE macro to work with MX6 duallite 5f816d8 pico-imx6ul: Add USB Host support 3a09cf7 video: allow version string to be optional when using LOGO Change-Id: I5d3da661ef6f8e0a766950bb4fcecc7813a19a46 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to 2016.07-based forkOtavio Salvador2016-07-153-9/+9
| | | | | | | | This upgrades for the upcoming 2016.07 release. This is based on top of 2016.07-rc3 plus i.MX pending patches. Change-Id: I6abdde5f7ada253f62c3adc884a497888a609db8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 3106462Otavio Salvador2016-07-152-2/+2
| | | | | | | | | | This includes following fixes: 3106462 mx7dsabresd: Fix the boot of a NXP kernel 401468c mx7: Place MX7_SEC option in Kconfig Change-Id: If54a89f104a6d340df911c43ba4b22f526aa6c65 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: fix build error under gcc6Zhenhua Luo2016-06-032-0/+87
| | | | | | | | | Fix the following build error under gcc6: | ../include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory | #include gcc_header(__GNUC__) Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 6e4d8c5Fabio Estevam2016-06-022-2/+2
| | | | | | | | This includes the following commit from U-Boot fslc: 6e4d8c5 pico-imx6ul: Select CONFIG_HUSH_PARSER option Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 158a5196Otavio Salvador2016-06-022-2/+2
| | | | | | | This merges the changes of final 2016.05 release on top of FSLC fork. Change-Id: I99179beec9a75aead1bbe27de689005b9d129490 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2016.05-based forkOtavio Salvador2016-05-163-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The U-Boot 2016.05 is close to release and it is time to upgrade. This includes following changes on top of upcoming release, which are Yocto Project related: 0fcd279 wandboard: Drop revision specific DeviceTree support 0ab586a mx6sabresd: Enable video interfaces in bootargs 5976978 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" 91f4fa5 iMX6: Change mmcroot to use fixed mmc block index for USDHC 968d872 embestmx6boards: Change default bootenv configuration 3233072 mx6sabresd: Use LDO dtb file until LDO bypass support is added df5f668 mx6slevk: Use LDO dtb file until LDO bypass support is added The following changes are included here, and queued for U-Boot 2016.07 release: a858d98 ARM: mx6: Enable MMC and SATA extfs boot support 70f4d22 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE 5054e50 SPL: Let spl_parse_image_header() return value bf9c724 imx: imx-common: print i.MX 7 SoC names consistently dd6d9db imx: imx7d: fix ahb clock mux 1 24f4bb6 imx: iomux-v3: fix UART input selects 83609b3 ARM: mx6: Enable STDIO deregistering on Novena 0fc4e56 imx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5 ffae8c1 imx: tools: imximage: fix CLR bit command Change-Id: I82aba59b47dfe530a6a1243f3227b914b973205f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Update to 4.1.15-1.1.0 releaseLauren Post2016-05-071-1/+1
| | | | | | | Includes support for i.MX 6UltraLite T1.1 silicon. Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Change UBOOT_SRC to SRC_URI to fix fetch issuesLauren Post2016-05-071-1/+1
| | | | | | | Mistake in usptreaming 4.1.15-1.0.0 - should use SRC_URI instead of UBOOT_SRC Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to updates from imx_4.1.15-1.0.0_ga releaseLauren Post2016-04-191-4/+4
| | | | | Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 1e82446 revisionOtavio Salvador2016-04-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This brings following backports/fixes: 1e82446 mx6slevk: imximage.cfg: update to fix tINIT3 and tIH-CA violations e578035 mx6qarm2: imximage_mx6dl.cfg update to fix tINIT3 violation adc86d5 mx7_common: Define CONFIG_SYS_MALLOC_LEN in the board file 83195c2 warp7: Pass the UART base definition 87a2283 mx6sabresd: Remove unneeded enable_lvds() function 8f1927e arm: mxs: Update MX28EVK config db8b958 mx6sabresd: Use VESA 1024x768 timings 49185d3 mx27: 16-bit wide watchdog registers cfc4a96 mx6sabre_common: Fix U-Boot corruption after 'saveenv' d955806 arm: mx5: Enable NAND TrimFFS on M53EVK 0aea495 imx: print ARM clock for clocks command 1a1ac16 imx: mx6ul configure the PMIC_STBY_REQ pin as open drain 6f8ee92 imx: mx6ul: skip setting ahb rate 60b774d imx: mx6: Fix incorrect clear mmdc_ch0 handshake mask fe3704b Revert conversion for config_distro_bootcmd.h 8a68957 Revert "warp7: Add initial support" Change-Id: I7a04b21f4ec9aac0a58adb1233d208b1ae2c3258 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to U-Boot 2016.03 based forkOtavio Salvador2016-04-194-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the fork for the 2016.03 release. Currently following patches are applied on top of it: fd6b196 warp7: Add initial support f9dc5fe wandboard: Drop revision specific DeviceTree support b3e771e mx6sabresd: Enable video interfaces in bootargs e0a65b1 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" af0e438 iMX6: Change mmcroot to use fixed mmc block index for USDHC 36a641b embestmx6boards: Change default bootenv configuration f97660e mx6sabresd: Use LDO dtb file until LDO bypass support is added 4064b09 mx6slevk: Use LDO dtb file until LDO bypass support is added f854376 imx: mx7d: move MX7D to Kconfig entry 8a29233 imx: mx6sx: move MX6SX to Kconfig entry d85319f arm: mx6: Add CCV xPress board support fe7917e arm: mx6: Add UART8 base address for i.MX6UL 8730cc5 arm: imx6: Switch DDR3 calibration to wait_for_bit() 91c85e8 warp7: Add initial support ca3306a mx7_common: Put early/late init configs into board file 1dfebcc mx7: Distinguish between dual and solo versions dfcf27d mx7dsabresd: Define serial port locally 95817e0 mx7_common: Remove unexisting options 78eb121 arm: imx: Add support for GE Bx50v3 boards Change-Id: I0e7ddd021fd87ffe8a5ad6916fd1eb7a3243b21b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* classes/u-boot: Update getVar syntaxZhenhua Luo2016-04-191-3/+3
| | | | | | | | | | | | | | | | This runs: sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *` on the layer to update the getVar usages without an expand parameter, This ensures the layer continues to work with bitbake master. There is no functionality change although some of these sites may benefit from expand=True. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.14.52-1.1.0_ga releaseLauren Post2016-04-191-9/+2
| | | | | | | Consolidate GA support i.MX 6Q/QP/D/S/SL/UL and 7Dual Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>