summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: Add an I2C EEPROM simulatorSimon Glass2014-12-111-0/+26
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-12-106-15/+28
|\
| * arm: vf610: improve evaluation of reset sourceStefan Agner2014-12-012-10/+19
| * arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)Stefan Roese2014-12-012-5/+5
| * sata: fix reset_sata for dwc_ahsataSoeren Moch2014-12-011-0/+3
| * tbs2910: fix KconfigSoeren Moch2014-12-011-0/+1
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2014-12-107-0/+215
|\ \
| * | arm: rmobile: Add mmc.h for sh_mmcif of rmobileNobuhiro Iwamatsu2014-12-101-0/+14
| * | arm: rmobile: rcar: Add structure for infomation of module control registerNobuhiro Iwamatsu2014-12-051-0/+83
| * | arm: rmobile: rcar: Add infomation of bits for module control registerNobuhiro Iwamatsu2014-12-054-0/+53
| * | arm: rmobile: rcar: Add mstp_setclrbits and mstp_setclrbits_le32Nobuhiro Iwamatsu2014-12-051-0/+4
| * | arm: rmobile: rcar: Move control macro of mstp to arch-rmobile/rcar-mstp.hNobuhiro Iwamatsu2014-12-051-0/+22
| * | arm: rmobile: rcar: Move module control register to header file of SoCNobuhiro Iwamatsu2014-12-051-0/+39
* | | stv0991: enable ethernet supportVikas Manocha2014-12-096-0/+100
* | | stv0991: Add basic stv0991 architecture supportVikas Manocha2014-12-0915-0/+607
* | | Merge git://git.denx.de/u-boot-mpc85xxTom Rini2014-12-0825-35/+355
|\ \ \
| * | | powerpc/mpc85xx: use correct dma compatible for several SoCsTudor Laurentiu2014-12-0511-23/+23
| * | | t1024qds: increase IO drive strengthShengzhou Liu2014-12-051-0/+3
| * | | net/fman: update 10GEC to fit new SoCShengzhou Liu2014-12-052-0/+6
| * | | powerpc/t1024rdb: Add T1024 RDB board supportShengzhou Liu2014-12-051-0/+5
| * | | powerpc/t1024qds: Add T1024 QDS board supportShengzhou Liu2014-12-051-0/+5
| * | | powerpc/mpc85xx: Add T1024/T1023 SoC supportShengzhou Liu2014-12-059-2/+219
| * | | powerpc/mpc85xx: Update LIODN entries for T1040Priyanka Jain2014-12-051-7/+19
| * | | powerpc/b4860qds: add workaround for XFIShaohui Xie2014-12-051-0/+4
| * | | 85xx/b4860: Add alternate serdes protocols for B4860/B4420Shaveta Leekha2014-12-051-0/+19
| * | | powerpc/mpc85xx: modify erratum A007186Zhao Qiang2014-12-053-2/+28
| * | | board/t104xrdb: Conditional workaround of errata A-008044Prabhakar Kushwaha2014-12-051-1/+2
| * | | powerpc/mpc85xx:Put errata number for T104x NAND boot issuePrabhakar Kushwaha2014-12-052-1/+5
| * | | mpc85xx/t2080: Fix parsing DDR ratio for new revisionYork Sun2014-12-051-3/+20
| * | | powerpc/t2080: add serdes2 protocol 0x2eShengzhou Liu2014-12-051-0/+1
* | | | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-12-0810-22/+45
|\ \ \ \
| * | | | arm: am33xx: Handle NAND+I2C boot-device the same way as NANDStefan Roese2014-12-042-2/+14
| * | | | beagle_x15: add board support for Beagle x15Felipe Balbi2014-12-041-0/+4
| * | | | arm: omap: add support for am57xx devicesFelipe Balbi2014-12-043-4/+4
| * | | | arm: omap_common: expose tps659038 and dra7xx_dpllsFelipe Balbi2014-12-041-0/+3
| * | | | arm: omap5: sdram: mark emif_get_ext_phy_ctrl_const_regs __weakFelipe Balbi2014-12-041-1/+1
| * | | | arm: omap5: make hw_init_data weakFelipe Balbi2014-12-041-1/+1
| * | | | arm: omap-common: emif: allow to map memory without interleavingFelipe Balbi2014-12-041-4/+5
| * | | | arm: dra7xx: prcm: add missing registersFelipe Balbi2014-12-041-0/+3
| * | | | arm: omap5: tps659038: rename regulator definesFelipe Balbi2014-12-042-10/+10
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2014-12-0817-107/+558
|\ \ \ \ \
| * | | | | ARM: UniPhier: detect the number of flash banks at run-timeMasahiro Yamada2014-12-094-40/+108
| * | | | | ARM: UniPhier: extend register area of init page table for PH1-sLD3Masahiro Yamada2014-12-091-1/+6
| * | | | | ARM: UniPhier: add device tree sources for PH1-sLD3Masahiro Yamada2014-12-093-0/+186
| * | | | | ARM: UniPhier: add more device nodes to device treeMasahiro Yamada2014-12-096-15/+220
| * | | | | ARM: UniPhier: merge UniPhier config headers into a single fileMasahiro Yamada2014-12-081-3/+1
| * | | | | ARM: UniPhier: move support card select to KconfigMasahiro Yamada2014-12-081-0/+23
| * | | | | ARM: UniPhier: move CONFIG_UNIPHIER_SMP to KconfigMasahiro Yamada2014-12-081-0/+4
| * | | | | ARM: UniPhier: use boot_is_swapped() macro for readabilityMasahiro Yamada2014-12-081-10/+10
| * | | | | ARM: UniPhier: remove Denali NAND controller fixup codeMasahiro Yamada2014-12-071-38/+0
| | |_|/ / | |/| | |
OpenPOWER on IntegriCloud