summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * | sunxi: Implement reset_cpuHans de Goede2014-07-06-0/+12
| | * | sunxi: Remove mmc DMA supportHans de Goede2014-07-06-135/+7
| | * | sunxi: Fix u-boot-spl.lds to refer to .vectorsHans de Goede2014-07-06-0/+1
| | * | sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple ...Hans de Goede2014-07-06-6/+4
| | |/
| * | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-07-26-2/+7
| |\ \
| | * | zynq: disable -Wstrict-prototypes option for ps7_init.cMasahiro Yamada2014-07-23-0/+3
| | * | ARM: zynq: Show ECC status on the same line as DRAM sizeMichal Simek2014-07-23-2/+2
| | * | ARM: zynq: Enable generic board for Xilinx ZynqMichal Simek2014-07-23-0/+2
* | | | Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini2014-07-28-2/+12
|\ \ \ \
| * | | | board: Add CONFIG_SYS_GENERIC_BOARD to all gdsys boardsDirk Eibach2014-07-25-0/+10
| * | | | ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARDDirk Eibach2014-07-25-2/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-07-28-1133/+481
|\ \ \ \ \
| * | | | | board/freescale: use generic board architecture for t2080qds and t2080rdbShengzhou Liu2014-07-23-0/+4
| * | | | | powerpc/t1040: update i2c for t1040qds and t104xrdbShengzhou Liu2014-07-22-4/+16
| * | | | | mpc85xx/t104x: Enable L2 and CPC cache when resumeTang Yuantian2014-07-22-76/+98
| * | | | | powerpc/chassis2: Configure and enable L2 cache for PPC clusters onlyShaveta Leekha2014-07-22-1/+2
| * | | | | powerpc/t4240qds: fix offset of serdes when checking reference clockShaohui Xie2014-07-22-4/+12
| * | | | | driver/ddr: Fix DDR register timing_cfg_8York Sun2014-07-22-0/+3
| * | | | | powerpc/ifc: fix invalid CSn FTIM2.TCH settingShaohui Xie2014-07-22-7/+7
| * | | | | powerpc/mpc85xx: Check return value of find_tlb_idxYork Sun2014-07-22-67/+198
| * | | | | driver/ddr: Fix DDR4 driver for ARMYork Sun2014-07-22-2/+13
| * | | | | powerpc/t1040qds: Initialize EPHY2 clock to RGMII onlyvijay rai2014-07-22-1/+7
| * | | | | driver/nand: Add support of 16K SRAM for IFC 2.0Prabhakar Kushwaha2014-07-22-2/+10
| * | | | | fsl/pcie: Change 'no link' to 'undetermined' for pcie endpointZang Roy-R619112014-07-22-2/+8
| * | | | | driver/nand: Update SRAM initialize logic for IFC.Prabhakar Kushwaha2014-07-22-4/+33
| * | | | | driver/nand:Define MAX_BANKS same as SoC defined for IFCPrabhakar Kushwaha2014-07-22-1/+5
| * | | | | powerpc/mpc85xx: Remove P1023 RDS supportLijun Pan2014-07-22-949/+0
| * | | | | powerpc/mpc85xx: Removed support for G4060Sandeep Singh2014-07-22-2/+0
| * | | | | qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-22-9/+9
| * | | | | board/t2080qds: enable sst and eon spi flash for nor bootShengzhou Liu2014-07-22-1/+1
| * | | | | net/fm: call fm_port_to_index() with proper checksRotariu Marian-Cristian2014-07-22-1/+8
| * | | | | powerpc/85xx: add fdt_fixup_dma3Shengzhou Liu2014-07-22-0/+47
| |/ / / /
* | | | | patman: make "No recipient" checking more tolerantMasahiro Yamada2014-07-28-3/+8
* | | | | buildman: Support in-tree buildsSimon Glass2014-07-28-2/+16
* | | | | buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-28-1/+13
| |/ / / |/| | |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-07-25-160/+4
|\ \ \ \
| * | | | sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-24-160/+4
| |/ / /
* | | | buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-23-1/+3
* | | | buildman: Add -F flag to retry failed buildsSimon Glass2014-07-23-5/+22
* | | | dm: Give the demo uclass a nameSimon Glass2014-07-23-0/+1
* | | | dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-23-0/+21
* | | | dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-23-3/+13
* | | | dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-2/+160
* | | | dm: Introduce per-child data for devicesSimon Glass2014-07-23-8/+137
* | | | dm: Add functions to access a device's childrenSimon Glass2014-07-23-1/+199
* | | | dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-42/+166
* | | | dm: Tidy up some header file commentsSimon Glass2014-07-23-6/+13
* | | | fdt: Add a function to get the node offset of an aliasSimon Glass2014-07-23-0/+26
* | | | dm: Avoid accessing uclasses before they are readySimon Glass2014-07-23-1/+18
* | | | dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-23-1/+83