summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * warp: Add MAX77696 supportFabio Estevam2015-07-262-0/+61
| * power: pmic: Add support for MAX77696 PMICFabio Estevam2015-07-263-0/+93
| * thermal: Fix commentsFabio Estevam2015-07-261-12/+4
| * imx: imximage: add new CHECK/CLR BIT commandAdrian Alonso2015-07-262-27/+93
| * arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoMStefan Roese2015-07-266-0/+437
| * Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-07-17133-1771/+2544
| |\
| * | thermal: imx_thermal: fix busywait if IMX6 temp <0CTim Harvey2015-07-101-1/+1
| * | tools: mkimage: fix imximage header sizeAlbert ARIBAUD \(3ADEV\)2015-07-101-0/+1
| * | i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)2015-07-105-5/+17
| * | net: fec_mxc: remove useless struct nbufAlbert ARIBAUD \(3ADEV\)2015-07-101-15/+5
| * | iMX: adding parsing to hab_status commandUlises Cardenas2015-07-102-13/+245
| * | imx: mx6 add i2c4 clock support for i.MX6SXPeng Fan2015-07-102-7/+12
| * | imx: mx6 remove duplicated enable_cspi_clockPeng Fan2015-07-103-21/+1
| * | imx6: standardise OCOTP and fuse config to mx6_commonPeter Robinson2015-07-1016-68/+4
| * | thermal:imx_thermal: enter busywait cooling loop when over max CPU tempTim Harvey2015-07-101-10/+6
| * | Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-07-101712-6849/+11328
| |\ \
| * | | mx53loco: Use generic 'load' command instead of 'fatload'Guillaume GARDET2015-07-061-3/+4
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2015-07-3148-152/+631
|\ \ \ \
| * | | | powerpc/T104xRDB: Remove vbank check redundant codePriyanka Jain2015-07-311-4/+1
| * | | | powerpc/t1023rdb: eMMC boot without external SD cardShengzhou Liu2015-07-311-0/+24
| * | | | powerpc/t4240: update serdes tableShaohui Xie2015-07-311-55/+48
| * | | | powerpc/t1023rdb: add support for T1023RDB RevCShengzhou Liu2015-07-315-56/+123
| * | | | powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAMAneesh Bansal2015-07-313-1/+43
| * | | | powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P5020 and P5040Aneesh Bansal2015-07-313-0/+12
| * | | | powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041Aneesh Bansal2015-07-317-0/+53
| * | | | powerpc/T102xRDB: Enable ifc nand ecc encode and decodeJaiprakash Singh2015-07-281-1/+3
| * | | | powerpc/mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025Nikhil Badola2015-07-281-1/+1
| * | | | powerpc/b4860qds: Update README for DIP switch informationRaghav Dogra2015-07-281-1/+1
| * | | | powerpc/t1024: update fman liodn for mac1Shengzhou Liu2015-07-282-2/+7
| * | | | powerpc/t104x, t102x: Update CPC debug register value in PBI commandsPriyanka Jain2015-07-284-4/+4
| * | | | powerpc/t4rdb: fix cpld reset altbankShaohui Xie2015-07-281-7/+1
| * | | | powerpc/p2020rdb: fix the FDT_ERR_NOTFOUND issueYing Zhang2015-07-281-4/+11
| * | | | powerpc/T104xD4: Add Secure boot support for T104xD4RDB platformsgaurav rana2015-07-285-0/+15
| * | | | powerpc/T104xD4RDB: Add T104xD4RDB boards supportPriyanka Jain2015-07-2819-16/+284
* | | | | Merge git://git.denx.de/u-boot-x86Tom Rini2015-07-311-1/+4
|\ \ \ \ \
| * | | | | patman: Don't run patman when it is imported as a moduleSimon Glass2015-07-311-1/+4
* | | | | | armv8: caches: Added routine to set non cacheable regionSiva Durga Prasad Paladugu2015-07-312-10/+55
|/ / / / /
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-07-2964-103/+4639
|\ \ \ \ \
| * | | | | T210: Add support for 64-bit T210-based P2571 boardTom Warren2015-07-2811-0/+617
| * | | | | P2571: dts: Add DT file for Tegra210 P2571 boardTom Warren2015-07-282-1/+108
| * | | | | ARM: Tegra210: Add support to common Tegra source/config filesTom Warren2015-07-2821-43/+509
| * | | | | ARM: Tegra210: Add SoC code/include files for T210Tom Warren2015-07-2818-0/+3275
| * | | | | Tegra: Rework KConfig options to allow 64-bit builds (T210)Tom Warren2015-07-282-11/+18
| * | | | | Tegra210: Fix 64-bit build warning about save_boot_params_ret()Tom Warren2015-07-281-0/+2
| * | | | | ARM: tegra: Use architected timer on ARMv8Thierry Reding2015-07-281-0/+3
| * | | | | ARM: tegra: Initialize timer earlierThierry Reding2015-07-282-6/+6
| * | | | | ARM: tegra: Disable SPL and non-cached memory on 64-bitThierry Reding2015-07-281-0/+4
| * | | | | ARM: tegra: Use standard cache enable for 64-bitThierry Reding2015-07-281-1/+1
| * | | | | ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCsThierry Reding2015-07-281-0/+16
| * | | | | fdt: Fix fdtdec_get_addr_size() for 64-bitThierry Reding2015-07-281-20/+36
OpenPOWER on IntegriCloud