summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* boston: Remove unused label in lowlevel_displayPaul Burton2017-11-281-1/+1
* boston: Drop unused return valuePaul Burton2017-11-281-1/+0
* test: Correct operation when tests passSimon Glass2017-11-271-1/+2
* spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini2017-11-272-1/+2
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-11-2797-1027/+2162
|\
| * configs: icore-rqs: Enable falcon modeJagan Teki2017-11-271-0/+1
| * engicam: imx6q: Return mmc dev 0 for icoreJagan Teki2017-11-271-1/+2
| * i.MX6: engicam: Add imx6q/imx6ul boards for existing boardsJagan Teki2017-11-2730-311/+89
| * board: icore-rqs: Fix mmc get env deviceJagan Teki2017-11-272-1/+6
| * i.MX6UL: icore: Add SPL_OF_CONTROL supportJagan Teki2017-11-2711-195/+26
| * pinctrl: imx6ul: Fix pinctrl data overlapped with DT areaJagan Teki2017-11-271-1/+6
| * i.MX6Q: icore: Add SPL_OF_CONTROL supportJagan Teki2017-11-279-187/+31
| * i.MX6Q: icorem6: Move spl load fit to common/splJagan Teki2017-11-273-24/+16
| * i.MX6: engicam: Move set_fdt_file to commonJagan Teki2017-11-276-34/+24
| * mx6sxsabresd: Use PARTUUID to specify the rootfs locationFabio Estevam2017-11-272-2/+4
| * imx: Remove boolean parameter from wdog powerdown functionFabio Estevam2017-11-274-8/+8
| * imx: Also clear powerdown enable bit for WDOG3 on i.MX6ULLFabio Estevam2017-11-271-1/+1
| * mx6ull: Fix WDOG3 base addressFabio Estevam2017-11-271-1/+1
| * mx6sabreauto: Remove unneeded SPL selectionFabio Estevam2017-11-201-1/+1
| * mx6: Select MX6QDL option via KconfigFabio Estevam2017-11-2015-14/+25
| * mx53: Add Board support for GE PPDPeter Senna Tschudin2017-11-2010-0/+1105
| * board: ge: make VPD code commonMartyn Welch2017-11-206-241/+209
| * rtc: add support for s35392aNandor Han2017-11-204-0/+375
| * bootcount: add support for bootcounter on EXT filesystemIan Ray2017-11-205-0/+130
| * arm: mx5: Add more register definitionsMartyn Welch2017-11-202-0/+41
| * pwm: imx: Enable PWM support on i.MX53Martyn Welch2017-11-202-0/+19
| * ext4: recover from filesystem corruption when readingIan Ray2017-11-202-1/+19
| * imx: mxc_i2c: tweak the i2c transfer methodNandor Han2017-11-201-10/+15
| * Revert "wandboard: Remove unnecessary delay"Fabio Estevam2017-11-201-0/+2
| * pico-imx6ul: Use FS_GENERIC load commandFabio Berton2017-11-201-2/+2
| * pico-imx6ul: Add function to create gpt partitionsFabio Berton2017-11-202-0/+2
| * pico-imx6ul: Define partition layout in the environmentFabio Berton2017-11-201-0/+3
| * pico-imx6ul: Add boot and rootfs dfu_alt_infoFabio Berton2017-11-201-1/+5
| * pico-imx6ul: Use PARTUUID to specify the rootfs locationFabio Berton2017-11-202-3/+4
| * pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variableFabio Berton2017-11-201-1/+4
| * ARM: imx6: Adjust DDR DRAM settings on DHCOM i.MX6 PDKMarek Vasut2017-11-161-20/+20
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2017-11-2621-87/+379
|\ \
| * | rockchip: defconfig: puma-rk3399: bypass ADC-based boot_mode checkPhilipp Tomsich2017-11-261-0/+1
| * | rockchip: fix turning off boot-mode via KconfigPhilipp Tomsich2017-11-262-2/+15
| * | rockchip: pinctrl: rk3399: add support for I2C8Philipp Tomsich2017-11-263-1/+28
| * | rockchip: clk: rk3399: change extract_bits to bitfield_extractPhilipp Tomsich2017-11-261-6/+2
| * | spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich2017-11-263-5/+33
| * | rockchip: defconfig: lion-rk3368: sync up with SPL changes for ATFPhilipp Tomsich2017-11-261-2/+1
| * | rockchip: defconfig: puma-rk3399: sync up with SPL changes for ATFPhilipp Tomsich2017-11-261-0/+2
| * | rockchip: board: lion-rk3368: update .its filePhilipp Tomsich2017-11-261-2/+4
| * | rockchip: board: puma-rk3399: update .its file to use new featuresPhilipp Tomsich2017-11-261-5/+7
| * | rockchip: defconfig: firefly-rk3399: sync up with SPL changes for ATFPhilipp Tomsich2017-11-261-2/+1
| * | spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich2017-11-261-6/+0
| * | spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2017-11-262-2/+2
| * | spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2017-11-262-13/+82