summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | driver/nand: Update SRAM initialize logic for IFC.Prabhakar Kushwaha2014-07-222-4/+33
| * | | | | driver/nand:Define MAX_BANKS same as SoC defined for IFCPrabhakar Kushwaha2014-07-221-1/+5
| * | | | | powerpc/mpc85xx: Remove P1023 RDS supportLijun Pan2014-07-228-949/+0
| * | | | | powerpc/mpc85xx: Removed support for G4060Sandeep Singh2014-07-222-2/+0
| * | | | | qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-2210-9/+9
| * | | | | board/t2080qds: enable sst and eon spi flash for nor bootShengzhou Liu2014-07-221-1/+1
| * | | | | net/fm: call fm_port_to_index() with proper checksRotariu Marian-Cristian2014-07-222-1/+8
| * | | | | powerpc/85xx: add fdt_fixup_dma3Shengzhou Liu2014-07-221-0/+47
| |/ / / /
* | | | | patman: make "No recipient" checking more tolerantMasahiro Yamada2014-07-281-3/+8
* | | | | buildman: Support in-tree buildsSimon Glass2014-07-283-2/+16
* | | | | buildman: Add -C option to force a reconfigure for each commitSimon Glass2014-07-283-1/+13
| |/ / / |/| | |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-07-253-160/+4
|\ \ \ \
| * | | | sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-243-160/+4
| |/ / /
* | | | buildman: Avoid retrying a build if it definitely failedSimon Glass2014-07-231-1/+3
* | | | buildman: Add -F flag to retry failed buildsSimon Glass2014-07-233-5/+22
* | | | dm: Give the demo uclass a nameSimon Glass2014-07-231-0/+1
* | | | dm: Add dm_scan_other() to locate board-specific devicesSimon Glass2014-07-232-0/+21
* | | | dm: Improve errors and warnings in lists_bind_fdt()Simon Glass2014-07-231-3/+13
* | | | dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-235-2/+160
* | | | dm: Introduce per-child data for devicesSimon Glass2014-07-235-8/+137
* | | | dm: Add functions to access a device's childrenSimon Glass2014-07-234-1/+199
* | | | dm: Provide a function to scan child FDT nodesSimon Glass2014-07-239-42/+166
* | | | dm: Tidy up some header file commentsSimon Glass2014-07-235-6/+13
* | | | fdt: Add a function to get the node offset of an aliasSimon Glass2014-07-232-0/+26
* | | | dm: Avoid accessing uclasses before they are readySimon Glass2014-07-233-1/+18
* | | | dm: Allow a device to be found by its FDT offsetSimon Glass2014-07-234-1/+83
* | | | dm: Display the sequence number for each deviceSimon Glass2014-07-231-0/+2
* | | | dm: Introduce device sequence numberingSimon Glass2014-07-238-8/+347
* | | | dm: Avoid activating devices in 'dm uclass' commandSimon Glass2014-07-231-3/+3
* | | | dm: Move device display into its own functionSimon Glass2014-07-231-8/+19
* | | | fdt: Add a function to get the alias sequence of a nodeSimon Glass2014-07-232-0/+64
* | | | dm: Move uclass error checking/probing into a functionSimon Glass2014-07-231-6/+22
* | | | Add a flag indicating when the serial console is readySimon Glass2014-07-233-2/+4
* | | | console: Remove vprintf() optimisation for sandboxSimon Glass2014-07-231-1/+1
* | | | stdio: Provide functions to add/remove devices using stdio_devSimon Glass2014-07-232-8/+26
* | | | dm: Support driver model prior to relocationSimon Glass2014-07-235-22/+60
* | | | dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-2314-41/+131
* | | | sandbox: Remove all drivers before exitSimon Glass2014-07-231-0/+4
* | | | dm: Provide a way to shut down driver modelSimon Glass2014-07-232-0/+16
* | | | dm: Make sure that the root device is probedSimon Glass2014-07-232-1/+4
* | | | stdio: Pass device pointer to stdio methodsSimon Glass2014-07-2330-101/+189
* | | | stdio: Remove redundant code around stdio_register() callsSimon Glass2014-07-238-42/+0
* | | | dm: Use an explicit expect value in core testsSimon Glass2014-07-232-6/+12
* | | | dm: gpio: Don't use the driver model uclass for SPLSimon Glass2014-07-231-0/+2
* | | | sandbox: Always enable malloc debugSimon Glass2014-07-231-0/+4
* | | | sandbox: config: Enable pre-relocation malloc()Simon Glass2014-07-231-1/+3
* | | | sandbox: Support pre-relocation malloc()Simon Glass2014-07-232-0/+6
* | | | Add a simple malloc() implementation for pre-relocationSimon Glass2014-07-236-0/+72
* | | | sandbox: Set up global data before board_init_f()Simon Glass2014-07-232-1/+5
* | | | Remove form-feeds from dlmalloc.cSimon Glass2014-07-231-23/+23
|/ / /
OpenPOWER on IntegriCloud