summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
* u-boot-imx: Update to i.MX 6Quad Plus GA and 6UltraLite GA releasesLauren Post2015-09-181-3/+10
| | | | | | | | QuadPlus and Ultralite were each standalone releases so keep baranches and commits specific to each standalone release. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 3f0c535 revisionOtavio Salvador2015-08-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrades the U-Boot 2015.07 fork to include following backports: 3f0c535 udoo: Remove SPL fat support 87c4294 arm: mxs: make inline function compatible for GCC 5 a3c103e udoo: Switch to SPL support 963982d cgtqmx6eval: Use standard boot script 70bbfc1 cgtqmx6eval: Align DCD settings with Congatec's U-boot a17e383 cgtqmx6eval: Add SATA support 825ced0 cgtqmx6eval: Add splash screen support 26a3d35 cgtqmx6eval: Add USB support 7a902c7 cgtqmx6eval: Add PMIC support 9991641 cgtqmx6eval: Add thermal support 1702fa7 cgtqmx6eval: Add ESDHC3 support 4a01796 cgtqmx6eval: Fit into single lines 3b8bc2d cgtqmx6eval: Improve the error handling 03d8850 cgtqmx6eval: Staticize when possible d199d1f cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE c3bb8cc cgtqmx6eval: Use default prompt 389d672 mmc:fsl_esdhc invalidate dcache before read 2aa590e warp: Add MAX77696 support b446a29 power: pmic: Add support for MAX77696 PMIC 0c610df thermal: Fix comments 7869cf1 imx: imximage: add new CHECK/CLR BIT command f18b011 arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM 7e23759 mx6sabresd: Use 'int' for return values c5fb677 mx6sxsabresd: Use 'int' for return values b713ff9 builderthread.py: Keep 'SPL' Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 2015.04 versionLauren Post2015-08-052-2/+2
| | | | | | | Upgrade to 2015.04 version and add i.MX 6UltraLite. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boox-imx: Upgrade to 3.14.28-6QP_beta releaseLauren Post2015-07-281-3/+3
| | | | | | | | | Update to latest fixes in 3.14.38-6QP_beta which adds support for i.MX 7Dual and i.MX 6QuadPlus boot configurations. Bug fixes for i.MX 6 boards including ARM errata fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to a 2015.07-based forkOtavio Salvador2015-07-224-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrades the FSL Community fork to a 2015.07-based one. The following patches are applied on top of the original source code: 31851bd wandboard: Drop revision specific DeviceTree support a31d74b mx6sabresd: Enable video interfaces in bootargs 9aaf17f Revert "embestmx6boards: convert to use config_distro_bootcmd.h" 05c69ef wandboard: Changed mmcroot variable so kernel 3.10.31 boots 3e86dfb iMX6: Change mmcroot to use fixed mmc block index for USDHC 44ffc6d mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT 7767edb embestmx6boards: Change default bootenv configuration bebd6c7 mx6sabresd: Use LDO dtb file until LDO bypass support is added 8a82d9d mx6slevk: Use LDO dtb file until LDO bypass support is added 6f3f04e thermal: imx_thermal: fix busywait if IMX6 temp <0C a978050 tools: mkimage: fix imximage header size 8788cb7 i2c: fix vf610 support a7fd9dd net: fec_mxc: remove useless struct nbuf 823ba31 iMX: adding parsing to hab_status command 0210211 imx: mx6 add i2c4 clock support for i.MX6SX 8e45722 imx: mx6 remove duplicated enable_cspi_clock bf639dd imx6: standardise OCOTP and fuse config to mx6_common 4d4c88c thermal:imx_thermal: enter busywait cooling loop when over max CPU temp c23cd60 mx53loco: Use generic 'load' command instead of 'fatload' Change-Id: I7215c00328e6110fb40effa0514a28d076bbedf0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Drop i.MX31 and i.MX35 supportOtavio Salvador2015-07-161-1/+1
| | | | | | | | | | | | | | | The i.MX31 and i.MX35 has been barely used and without much community coverage since its inclusion making them untested boards. There is no reason to keep the support for those SoCs in the BSP layer as those are virtually not tested and unkown to be working or not. The metadata related to the i.MX3 SoC family has been removed in this commit so if someone ever wants to bring it back it is easy to find out all the necessary changes. Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Fix 'nand' buildsGary Thomas2015-07-161-2/+1
| | | | | | | | Builds for 'nand' booting were failing because of an incorrect path during compilation. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: update to revision v2015.01-630-g6ba8eedTing Liu2015-07-131-6/+7
| | | | | | | | | | | | Changes: 1. Rebased on git://git.denx.de/u-boot.git v2015.01-487-gab92da9 2. Applied another 143 FSL/backported patches (git log ab92da9..) 3. add DEPENDS on dtc-native as u-boot brings in device tree files 4. use u-boot-with-spl-pbl.bin for nand 5. replace with u-boot-dtb.bin when swapping the image endianness Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: merge u-boot-ls1.inc into recipeTing Liu2015-07-132-19/+18
| | | | | | | | There is no benefit to having a separate .inc file when we only support one version of u-boot-ls1. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump revision to 5d9ffd22Fabio Estevam2015-07-061-1/+1
| | | | | | | | | Update the u-boot 2015.04 branch to include the following change: b1bf90e mx6sabresd: Enable video interfaces in bootargs Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 10aced3Otavio Salvador2015-05-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports following changes from 2015.07 development release: 10aced3 thermal: imx_thermal: use CPU temperature grade for trip points b02bbe4 imx: mx6: add display of CPU temperature grade in print_cpuinfo() 959d59a imx: mx6: add get_cpu_temp_grade to obtain cpu temperature grade from OTP 133492b imx: mx6: display max cpu frequency in print_cpuinfo() b1a9761 imx: mx6: add get_cpu_speed_grade_hz func to return MHz speed grade from OTP ac4fa5f mx6: add OTP bank1 registers 982b630 arm: mx6: ddr: set fast-exit on DDR3 if pd_fast_exit specified c462c40 arm/imx-common: Fix warning 'get_reset_cause' defined but not used 666a3df pmic: pfuze100 fix typo 2216998 imx: mx6sx enable SION for i2c pin mux 019f86c imx: marsboard: Enable thermal DM support 386878a imx: riotboard: Enable thermal DM support 0e80b68 imx: riotboard, marsboard: Enable thermal support bf9a6d7 hummingboard: Remove unused directory c46ff16 imx: ventana: add pmic_setup to SPL d12faa5 imx: ventana: (cosmetic) clean up size defines for improved readability 86f9770 imx: ventana: config: use MMC SPL RAW support c52aa2e env_nand: use nand_spl_load_image for readenv if SPL 5559f42 imx: ventana: use stack relocation cd10311 imx: ventana: add GSC boot watchdog disable to SPL 079ca00 imx: ventana: add gpio setup to SPL 484f580 imx: ventana: use common uart and i2c setup functions in SPL 3dcd603 imx: ventana: detect pmic using i2c probe instead of board model 32f01d2 imx: ventana: move GSC boot watchdog disable function to gsc.c defe0e8 imx: ventana: split out common functions between SPL and uboot 7a22259 imx: ventana: default msata/pci mux to pci before PCI enumeration e2e0076 imx: ventana: fix pcie reset for GW522x 265e3fb imx: ventana: config: enable Thermal support a8c94f9 imx: ventana: enable DM_SERIAL a4f84a5 imx: ventana: register gpio's with gpio_request 872b1ae imx: ventana: config: enable driver model 6f94cad imx: ventana: config: enable gpio command e574abe imx: ventana: display SPL boot device 31da35f imx: ventana: set dtype env var to boot media ebec986 arm: mx6: ddr3: Remove dead code d2249d2 i2c, mxc: rework i2c base address names for different SoCs 9c4a63b arm, imx6, i2c: add I2C4 for MX6DL f27f41c mx6: Set shared override bit in PL310 AUX_CTRL register 143286c tbs2910: add CONFIG_SUPPORT_EMMC_BOOT 0104511 tbs2910: use default CONFIG_SYS_PBSIZE 6358e0b tbs2910: only enable vga output for stdout/stderr when hdmi detected abce3a9 tbs2910: support for usb otg host mode 6d261b5 warp: README: Fix typo 5433284 imx: ventana: fix boot to SD 6219fb9 imx: dek_blob: Add explicit include for mapmem 57ffb41 bugfix i.mx6 pwm: prevent overflow of period_c * duty_ns Change-Id: I4449a78c6f5ee86476894b146534b30d39a109cd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Bump to b16ec2d revisionOtavio Salvador2015-05-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes some backports of 2015.07-rc1 release which are related to i.MX and Vybrid families. The backported changes are: b16ec2d mx6cuboxi: Mention Cubox-i in the README 4cf36bf hummingboard: Remove mx6solo specific support e767d87 mx6cuboxi: Skip usb initialization when booting without HDMI 6d87db5 mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1 ef1be8d mx6cuboxi: Fix Ethernet PHY detection problem c11bc28 logos: Add Solidrun's logo df66a37 mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin 43c9802 mx6cuboxi: Add USB host support 9403159 mx6cuboxi: Add HDMI output support 2ee593f Fix mxc_hab documenation f1b4690 arm: mx6: Clamp MMDC and DDR3 clocks for timing calculations 8afedb2 colibri_vf: Enable USB support for Colibri Vybrid 1c322c8 usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's 8f3b4af ARM: vf610: Initial integration for Colibri VF50/VF61 ec4acf4 ARM: vf610: Enable caches d0b33b7 ARM: vf610: Add SoC and CPU type detection 6adfaab ARM: vf610: Enable external 32KHz oscillator 0cbdc08 ARM: vf610: Move DDR3 initialization to imx-common dd995b9 Merge remote-tracking branch 'imx/master' into patches-2015.04 205d586 mx6cuboxi: Load the correct 'fdtfile' variable 6a305f2 mx6cuboxi: Use more standard namings for fdt variables feb6cc5 mx6cuboxi: Differentiate Cubox-i and Hummingboard 8cb6817 mx6cuboxi: Introduce multi-SoC support cfdcc5f mx6cuboxi: Prepare for multi SoC support b684586 mx6cuboxi: Fix the defconfig name f5e23aa unzip: add gzwrite command to write compressed image to block device 5b9f6a3 gunzip: add gzwrite routine for extracting compresed images to block device 120aea5 ARM: cm_fx6: use "select" instead of default value in defconfig 755bd40 ARM: mx6: use "select" instead of default value in defconfig Change-Id: Ic3a0ecbd09e7a76d3ef732414184473a32952ac3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update revision to fb25693Otavio Salvador2015-04-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates U-Boot 2015.04 version with some fixes and improvements from 2015.07 release. Those are: cba4c25 mx6sabresd: Remove uneeded ifdef 407be42 mx6sabresd: Fix SPL memory description 761bc19 nitrogen6x: allow gzipped bitmap display 1c29ad7 iMX: Fix compilation error when enabling SECURE_BOOT 6b396b3 arm: mx6: tqma6: Extract baseboard configs into separate config file 76962d0 power: pfuze100: fix LDO_EN bit value 9e2b0c2 imx: ventana: Update missing memory/calib handling 767d88b imx: ventana: Add new memory configuration 18b3a91 imx: ventana: set HDMI video in to yuv422bt656 for GW551x-A a2559f1 imx: ventana: use hdmiinfmt env var to override HDMI capture format e9fc6d1 imx: ventana: add DT fixup for GW522x to change PCIE_RST# GPIO ee5931d imx: ventana: add 'gsc wd' command for enabling and disabling GSC watchdog 4569cd5 imx: ventana: added device-tree display configuration for LVDS displays f02390b imx: ventana: add support for DLC-700JMGT4 and DLC-800FIGT3 LCD displays 9506970 imx: ventana: add DT fixup for GW54xx compatibility with older kernels 7f14c31 imx: ventana: remove 128x16 calibration (share with 128x32) 06edcb9 imx: ventana: updated 16bit DDR calibration eeca451 imx: ventana: added DT fixup for GW551x-A video input 45af3f7 imx: ventana: gsc: add new hwmon rails e732917 imx: ventana: add mem_mb dynamic env var 16e369f imx: ventana: remove GSC hwmon voltage rail min/max test e2801a9 imx: ventana: update boot scripts to support ubifs boot vol aec3761 imx: ventana: only pinmux FEC enet signals for boards using it 7c5cd42 imx: ventana: add wdis config for GW5520 0417169 imx: ventana: add usb_pgood_delay 2sec default 75f21e3 imx: ventana: Add support for GW551x 0c81b14 imx: ventana: disable IMX6 watchdogs on GW51xx RevA and RevB 1274bd2 imx: ventana: fix various sparse warnings 30dc880 imx: ventana: config: enable EXT4 filesystem read/write support f6747cd imx: ventana: config: enable edid support 8cc25eb imx: ventana: config: Support ramdisk 9543e95 imx: ventana: config: add USB Mass Storage (ums) support 4717e13 imx: ventana: set LTC3676 PMIC to appropriate values per datasheet b0b8334 imx: ventana: add support for 4Gb density mem devices with IMX6DL 29f0d6b imx: ventana: enable precharge power-down fast-exit mode a51de27 imx: ventana: add usb_pcisel hwconfig support 3ee26ec imx: ventana: remove unused GPIO configuration e806b22 imx: ventana: assign default ethprime dynamically 0a6ee03 imx: ventana: add i210 support 306568d imx: ventana: disable 4k tftp/nfs packets b8ce6fe mx6: Add initial SPL support for HummingBoard-i2eX 08daa25 fdt: add new fdt_fixup_display function to configure display 78c5a18 arm: mx6: ddr: add pd_fast_exit flag to system information 32f9ef3 ARM: mxs: Get boot mode from OCRAM Another change included is: fb25693 Revert "embestmx6boards: convert to use config_distro_bootcmd.h" Which has been necessary to allow RIoT Board to work out of box with current SDCard layout used in meta-fsl-arm. Thanks to Nikolay Dimitrov <picmaster@mail.bg> and Gary Thomas <gary@mlbassoc.com> for reporting the issue. Change-Id: I7d13baefcda8f68fb9be618ea1eb55fc96bce5c2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to the 2015.04's final release based forkOtavio Salvador2015-04-142-2/+2
| | | | | | | | | | | | | | | The 2b3a8e87 has the 2015.04 final release merged. So the current set of changes applied on top of the 2015.04 release are: 59e39d3 wandboard: Changed mmcroot variable so kernel 3.10.31 boots 48b8a98 iMX6: Change mmcroot to use fixed mmc block index for USDHC 2f1399e mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT b265496 embestmx6boards: Change default bootenv configuration d8c2380 mx6sabresd: Use LDO dtb file until LDO bypass support is added 1556dde mx6slevk: Use LDO dtb file until LDO bypass support is added Change-Id: I0b9d5b812c20809b35521ff6dab8e2dda50ddd3c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.14.28-1.0.0 GA releaseLauren Post2015-04-091-2/+2
| | | | | | | | Include support for i.MX 6 DQ Sabre Auto CPU2 board Bug fixes since 3.10.53-1.1.0 GA Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2015.04-based forkOtavio Salvador2015-04-093-9/+10
| | | | | | | | | This updates the fork based on upcoming 2015.04 release. This is currently based on 2015.04-rc5 tag and offers a very solid release for start the tests for Yocto Project 1.8 release. Change-Id: I15519ffc7a28411f850bcf8492d8e5fb981bec7c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: fix multiple u-boot compile path changed.Chunrong Guo2015-04-031-5/+11
| | | | | | | | | | *fix the following error: |couldn't open "/poky/build/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.bin": no such file or directory (From OE-Core rev: eca277b0af9e0e29022f81f54c17bf24aec02232) Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in generalStefan Agner2015-03-121-1/+1
| | | | | | | | | This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 614dd54Otavio Salvador2015-03-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | This does the backport of following changes: 614dd54 mx5: fix get_reset_cause 2db5ec7 mx6slevk: Provide a proper pad configuration for OTG1_ID pin 32f9568 mx6sabre: Select CMD_EXT4 options 8fc3c92 mx6sabre: Enable User Mass Storage f2e5464 board: tbs2910: Enable USB Mass Storage support 47d960e mx35: Fix boot hang by avoiding vector relocation 7827b39 mx31: Fix boot hang by avoiding vector relocation be1165e mx25pdk: Turn on the LCD supply 777f0aa zmx25: Convert to generic board 646fb52 imx31_phycore: Convert to generic board ff37ab6 mx31ads: Convert to generic board e74b278 mmc: fsl_esdhc: Add support for DDR mode Fixed [YOCTO: #7384] Change-Id: I6eeb0a03a9909aea0157e57472780fe4ddbc04c1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 5d0291fOtavio Salvador2015-02-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This backports following fixes from the upcoming U-Boot 2015.04: 5d0291f warp: Add User Mass Storage support 49ad0f1 warp: Select BOUNCE_BUFFER and CMD_EXT options 5a10751 cmd_usb_mass_storage: Remove extra 'ums' string in the usage text dd00fe2 warp: Add initial WaRP Board support b9b6996 imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use 4a01af4 mmc: fsl_esdhc: Add support to force VSELECT set 11688e5 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V c1b0c39 imx:mx6slevk implement power init board 996d2cb imx:mx6slevk add pmic and i2c configuration 509825c imx:mx6sl add I2c pad settings 9867962 nitrogen6x: set environment variable reset_cause 64a6057 ARM: i.MX: provide access to reset cause through get_imx_reset_cause() d4c17e7 ot1200: add eeprom command to non-SPL build 7270ed6 cmd_eeprom: make it possible to define the used i2c bus dadd721 ARM: imx6 Add WDOG3 for i.MX6SX 3f5ba06 ARM: imx6: disable bandgap self-bias after boot Change-Id: I7a73b8722de1085ef93129c4e801617204d483e7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 6e66aedOtavio Salvador2015-02-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes the following backports from the 2015.04 upcoming release: 6e66aed imx:mx6 set normal APS and standby PFM mode 7a5cac0 pmic: fix missing SWITCH_SIZE f98e73a pmic:pfuze implement pmic_mode_init d79d747 mx53loco: Fix boot hang during reboot stress test a5fb3c4 arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode 685ec23 arm: mxs: Enable booting of mx28 without battery 19161e5 arm: mxs: Add debug outputs and comments to mxs SPL source files 062e666 imx: mx6: Fixed AIPS3 base address issue bc83af2 imx: imximage: Add QuadSPI boot support 364658f imx: mx6qsabreauto: Change to use common GPMI IO clock function 8c23f6f pmic:pfuz100 add switch mode and more registers 8385185 pmic:pfuze add macro for setting voltage d8cd731 imx:mx6 update fuse_bank0_regs d41380a fsl/ls1021qds: Add deep sleep support 8fe3f3b arm: ls102xa: Add LPUART support for LS1021ATWR board 3408c48 arm: ls102xa: Add LPUART support for LS1021AQDS board e70b26f ls102xa: fdt: Disable QSPI and DSPI in NOR/NAND/SD boot 809e163 arm: ls102xa: Update snoop settings for CCI-400 2650c5d ARM: HYP/non-sec: Make variable gic_dist_addr as a local one b2c8ac3 ls102xa: dcu: Add platform support for DCU on LS1021AQDS board 7f0f245 crypto/fsl: Add fixup for crypto node 8023778 arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROL 79dcb3a ls102xa: etsec: Select ge0_clk125 for eTSEC clock muxing as default 636e863 arm/ls1021a: Add workaround for DDR erratum A008378 Change-Id: I91b013eb0d4a7741aa360f701e86f3dfdfccb6c8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Backport i.MX related changes from v2015.04Otavio Salvador2015-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the revision to 4dab988, which includes following changes: 4dab988 arm, imx6, aristainetos: board updates 1dfbf54f arm: mx6: cm-fx6: add splash screen support f1882ea compulab: splash: support loading splash from sf 4c2bf3a compulab: splash: support multiple splash sources a7d780b compulab: splash: refactor splash.c 46cef71 compulab: splash: use errno values a2c128c arm: mx6: cm-fx6: add support for usb keyboard 71582ee arm: mx6: cm-fx6: display compulab logo af637a8 arm: mx6: cm-fx6: add hdmi console support e8d2b04 arm: mx6: cm-fx6: increase size of malloc area 6449956 arm: mx6: cm-fx6: pass 2nd nic mac addr to Linux f3aba9f compulab: eeprom: allow reading mac address from multiple eeproms 3dafefb arm: mx6: cm-fx6: change dtb node for ethaddr 3f84477 arm: mx6: cm-fx6: expand boot sequence 0f1c4ca ot1200: add ot1200_spl_defconfig file 892bf75 ot1200: add basic SPL support 4b29ad8 ot1200: add SPL configuration a94b46b ot1200: enable spi clock directly in ccgr_init(..) 0eeddfb ot1200: move ccgr and gpr init to c functions b708920 ot1200: make use of imx_ddr_size(..) 3762dab ot1200: select SUPPORT_SPL 0bbf5e8 imx: mx6: Change ENV offset to 512K bytes for larger u-boot image 31f433e imx:mx6sxsabresd board spl support 4c46ecb imx:mx6 add mx6sx in imx spl header file 195c032 imx:mx6sx add dram io configure for mx6sx 982c08f imx:mx6sxsabresd spl support in header file 1551931 imx:mx6sxsabresd select SUPPORT_SPL f15ff8f imx:mx6sxsabresd add spl config file 8cbbb75 mxsboot : Support of 224-bytes OOB area length c717a19 mx6sxsabresd: Remove unneeded board_late_init() 5358bea spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT f041545 arm: vf610: Remove duplicate MTD defines. Change-Id: Ib116be2e61828581ee97bc1a2536f83df6b39036 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1-tools-native: remove recipeChunrong Guo2015-02-051-16/+0
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Added change-file-endianess as DEPENDSChunrong Guo2015-02-051-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx (2009.08): Remove deprecated versionOtavio Salvador2015-02-051-68/+0
| | | | | | | | This release is not in use by any supported board, being kept completely untested for last release. Drop it. Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Booting from SD card using u-boot-with-spl-pblChunrong Guo2015-02-021-0/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.10.53-1.1.0_GA releaseLauren Post2015-01-271-3/+3
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: add the path of byte_swap.tcl scriptZhenhua Luo2015-01-221-1/+1
| | | | | | | | | | Fix the following build error of QSPI u-boot. | couldn't read file "byte_swap.tcl": no such file or directory | WARNING: /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/temp/run.do_compile.18788:1 exit 1 from | tclsh byte_swap.tcl /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.bin /home/yocto/poky/ls1021aqds/tmp/work/ls1021aqds-poky-linux-gnueabi/u-boot-ls1/2014.07-r0/git/u-boot.swap.bin 8 Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 3120db4e revisionOtavio Salvador2015-01-132-2/+2
| | | | | | | | | | | | | | | This updates the code to a version based on 2015.01 stable release. The changes, done on top of the original release are: 5d396c3 wandboard: Changed mmcroot variable so kernel 3.10.31 boots c6d9bf7 iMX6: Change mmcroot to use fixed mmc block index for USDHC be9a741 embestmx6boards: Change default bootenv configuration ea9b369 wandboard: Use 32bit color depth for Fusion LCD 8e88da8 mx6sabresd: Use LDO dtb file until LDO bypass support is added 7d0f155 mx6slevk: Use LDO dtb file until LDO bypass support is added dcd7ac3 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Upgrade to 2014.07 versionChunrong Guo2015-01-062-4/+4
| | | | | | | | | | | This includes following changes: 2bf1c34 ls102xa: scfg: Remove SCFG bit reverse setting on LS1 80b1d30 ls1021atwr: SECURE BOOT- Add secure boot target for ls1021atwr 49eaf3e board/ls1021aqds: Add support to test GPIO by enabling EC3 16111c4 ls102xa: spi: Fix QSPI and DSPI compatibility issue on LS1021ATWR board Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1-tools-native: fix the git url and SHAChunrong Guo2015-01-061-0/+3
| | | | | | | | | the byte_swap.tcl script is provided by another FSL u-boot tree, fix following build error: | install: cannot stat `/home/yocto/poky/build_ls1021atwr_release/tmp/work/x86_64-linux/u-boot-ls1-tools-native/2013.10-r0/git/byte_swap.tcl': No such file or directory Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to revision 2a94e33cOtavio Salvador2015-01-052-2/+2
| | | | | | | | This updates the U-Boot fork based on 2015.01-rc4. This includes several fixes which has been merged and form a solid release closer to the 2015.01 stable release, ought to be out later this month. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2015.01-rc3 based versionOtavio Salvador2014-12-294-11/+11
| | | | | | | | | | | | | | | | | | | | This uses revision 5d396c3 which includes the 2015.01-rc3 development version with following changes on top of it: 5d396c3 wandboard: Changed mmcroot variable so kernel 3.10.31 boots c6d9bf7 iMX6: Change mmcroot to use fixed mmc block index for USDHC be9a741 embestmx6boards: Change default bootenv configuration ea9b369 wandboard: Use 32bit color depth for Fusion LCD 8e88da8 mx6sabresd: Use LDO dtb file until LDO bypass support is added 7d0f155 mx6slevk: Use LDO dtb file until LDO bypass support is added dcd7ac3 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT The repository URL has also been changed to point to the new Git repository name (u-boot-fslc), however the previous repository is still accessible to avoid breakage in old versions of meta-fsl-arm. Change-Id: I4be932c8621508dba4171bfab28aa4e2799aaece Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update revision to e3517cbOtavio Salvador2014-12-102-96/+1
| | | | | | | | | | | | This includes following fixes: e3517cb wandboard: Changed mmcroot variable so kernel 3.10.31 boots 2082e4d iMX6: Change mmcroot to use fixed mmc block index for USDHC The patch iMX6-Change-mmcroot-to-use-fixed-mmc-block-index-for.patch is now applied in the repository, so removed from the metadata. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.10.31-1.1.0_beta2 releaseLauren Post2014-12-071-2/+2
| | | | | | | Upgrade to support imx6sxsabresd T01.2 silicon changes Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-*: Rework LOCALVERSION depending on SRCBRANCHDaiane Angolini2014-11-224-3/+5
| | | | | | | | | | | | | | | | LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Add patch to work with 3.10.31-1.1.0_beta kernelLauren Post2014-11-102-0/+95
| | | | | | | | | 3.10.31 linux-imx has update to work with fixed mmc blocks Without this patch the community u-boot will not boot on some mx6 boards. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 2014.04 versionLauren Post2014-11-102-3/+3
| | | | | | | | | - Add mx6sx support - General fixes for mx6slevk and other mx6 - Support to use zImage Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 5fd0b607dFabio Estevam2014-11-102-2/+2
| | | | | | | | | This adds the following U-boot patch: 5fd0b607d mx53loco: Change 'fdt_file' dynamically Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Update to 50d6848 revisionChunrong Guo2014-11-081-1/+1
| | | | | | | | | | | | This includes following changes: 50d6848 arm: ls102xa: Update bit reversing for SCFG registers 4d18340 arm: ls102xa: Remove custom part number SLS1020A and related defination 756cbdc arm: ls102xa: clear EPU registers for deep sleep 1d333c7 arm: ls102xa: correct the base address of DCSR registers Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post2014-11-051-1/+1
| | | | | | | Improve speed of image authentication in 2013.04 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-*: Add DESCRIPTION for u-boot providersDaiane Angolini2014-10-314-3/+7
| | | | | | | | | Add u-boot DESCRIPTION for those providers still using the default one. This is needed in order to have a complete and readable list of u-boot providers in FSL Community BSP Release Notes. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2014.10 upcoming releaseOtavio Salvador2014-10-234-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the U-Boot to the 2014.10 based branch. On top of the original code we still have following changes applied: 75ce95e embestmx6boards: Change default bootenv configuration 472bfb3 ot1200: add sata support 4e8b5ee ot1200: fix sf detection 857ccfd ARM: i.MX6: include prototype for get_board_rev() 2b542e6 video: ipu_disp: remove pixclk fixup 499a8ca video: ipu: fix debug and comment c970aa2 lcd: Fix build error with CONFIG_LCD_BMP_RLE8 37a6b36 mx6sabre_common: Add HDMI config to common code 56f29bf mx6qsabreauto: Add HDMI support 2878ac3 ot1200: remove superfluous "string" tag d2104d6 ARM: i.MX video: declare displays and display_count publicly 2d6e2ec ARM: i.MX: provide declaration for board_spi_cs_gpio d09ced3 ARM: prevent compiler warnings from bootm.c 34fd658 wandboard: Use 32bit color depth for Fusion LCD 92e4fa9 mx6sabresd: Use LDO dtb file until LDO bypass support is added d859ee7 mx6slevk: Use LDO dtb file until LDO bypass support is added 47ac5b6 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT Due the changes on the way U-Boot works now, heavily relying on kconfig, it is required to use the 'configure' step to properly setup it for the 'sandbox' before building the tools. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to e36968a revisionOtavio Salvador2014-09-232-2/+2
| | | | | | | | | | | | | | | This includes follow backports from 2014.10 upcoming release e36968a wandboard: Use 32bit color depth for Fusion LCD c1c50cf mx6qsabreauto: Staticize when possible 930ed7c mx6sxsabresd: Staticize i2c_pad_info1 38b6f2e imx:mx6slevk: change CONFIG_SYS_FSL_ESDHC_ADDR 10377d0 imx:mx6qarm2: change CONFIG_SYS_FSL_ESDHC_ADDR a1cf9ae imx:mx6sxsabresd: change CONFIG_SYS_FSL_ESDHC_ADDR 3ac6818 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG bbc0712 arm: Make reset position-independent Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-ls1: Add recipe for Layerscape1 supportZhenhua Luo2014-09-153-0/+51
| | | | | | | | * u-boot-ls1-tools-native: provides the tcl script for endian swap * u-boot-ls1: the u-boot recipes for ls1021aqds and ls1021atwr support Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 53cd36b revisionOtavio Salvador2014-09-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the 2014.07-based branch with more backports from the 2014.10 upcoming release. The following changes are included: 53cd36b imx: mx6slevk: Change to use generic board 987efad imx: mx6q/dlarm2: Change to use generic board 0207052 README.imximage: Fix the maximum DCD size 13e94fe imx: Fix build of mx6sxsabresd 318d1cd mx6sxsabresd: Add PCI support 919802d pcie_imx: Add mx6solox support 847d6ce mx6: imx-regs: Provide a structure for GPC registers f26e33b mx6qsabreauto: Remove imx6q-sabreauto.dts f22fd9d imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent e45540b arm: vf610: lpuart: disable FIFO on initializaton 11571b6 arm: vf610: lpuart: fix status register handling 09e81f4 mx6: Fix ECSPI typo in soc_boot_modes b8d5d42 imximage: Fix imximage IVT bug for EIM-NOR boot 228135e iMX6: Disable the L2 before chaning the PL310 latency 45108f1 tools: imximage: Fix the maximum DCD size for mx53/mx6 9f3f181 pci: add support for board_pci_fixup_dev function 4ecf3e6 arm: mx6: add get_cpu_type() b6faaf1 arm: mx6: ddr: fix cs0_end calculation 07917e7 arm: mx6: ddr: configure MMDC for slow_pd 66b2f14 arm: mx6: ddr: do not write into reserved bit b3f847e arm: mx6: ddr: cleanup eba02a9 i2c: imx: add macros to setup pads for multiple SoC types e50e740 sata: dwc_ahsata: implement sata_port_status a45361d compulab: eeprom: add support for defining eeprom i2c bus 8f82ddd mx6: add clock enabling functions 5305489 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR d5e440b net: fec_mxc: Adjust RX DMA alignment for mx6solox fca8b5a usb: ci_udc: implement dfu_usb_get_reset 7baddea arm: Add missing .vectors section to linker scripts 324df11 arm: vf610: add NFC clock support 10c68b2 arm: vf610: add NFC pin mux 9bba571 ARM: Fix overflow in MMU setup 7be9add api: fix build without CMD_NET support 8a9e527 e1000: add i210 support dcd2c8c e1000: Implement dcache support Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Use the new fsl-u-boot-localversion classOtavio Salvador2014-09-012-1/+8
| | | | | | | | | | | | This uses the new class for LOCALVERSION handling. The local version is set for '+imx' by default but can be overriden by users of this .inc file. While on that move the PACKAGE_ARCH setting, in the 2009.08 recipe, to the end of file, as done on other recipes. Change-Id: Ic7e26635908cefe28c340cd9885e1efa0a009a16 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Use the new fsl-u-boot-localversion classOtavio Salvador2014-09-012-1/+4
| | | | | | | | | This uses the new class for LOCALVERSION handling. The local version is set for '+fslc' by default but can be overriden by users of this .inc file. Change-Id: Ic6089ffad89648ec5f3d2f8247e33fd5dd0e7fea Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to a824e89 revisionOtavio Salvador2014-08-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This include several backports of fixes and improvements from upcoming U-Boot 2014.10. Those are: a824e89 mx6sxsabresd: Add Ethernet support 6fc1d30 mx6sx: Adjust enable_fec_anatop_clock() for mx6solox 55d1de2 mx6sxsabresd: Update DDR initialization 9101eae pci: mx6: fix occasional link failures e97d548 ARM: mx6: Enable Thumb build for SPL fa27b7b ARM: mx6: Handle the MMDCx_MDCTL COL field caprices b141ef7 ARM: mx6: Prevent overflow in DRAM size detection c065fdd ARM: mx5: Fix CHSCCDR name aaee4ef i.MX31 PDK: Enable generic board for i.MX31 PDK a371261 pmic: pmic_pfuze100: Use a shorter name for PMIC name ed82ae7 mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED 7d34646 mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition 6e03308 mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset 0a79f15 mx6: imx-regs: Remove unused 'omux' field from iomux struct 01ed8e1 arm: m53evk: Fix RTC bus number fb9eb0c lib: div64: add missing include cf321e1 mtd: cfi_flash: fix clang warning 64d14a7 fsl_i2c: add support for 3rd and 4th I2C Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to dfd9146 revisionOtavio Salvador2014-08-012-2/+2
| | | | | | | | | | | This includes following fixes: dfd9146 mx6sabresd: Use LDO dtb file until PMIC support is added 28b6bee mx6slevk: Use LDO dtb file until PMIC support is added This avoids boot issues due the lacking of LDO bypass support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>