summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* m68k: define __kernel_size_t as unsinged int againMasahiro Yamada2014-07-221-1/+1
* m68k: fix an undefined behavior warning of M5253DEMO boardMasahiro Yamada2014-07-221-4/+6
* boards.cfg: re-claim ownership for TQM8xx boardsWolfgang Denk2014-07-221-9/+9
* Ethernet: let user know if there is no valid ethernet addressPavel Machek2014-07-221-8/+21
* board_r: run scsi init() on ARM tooIan Campbell2014-07-221-4/+1
* AHCI: Increase link timeout to 200msIan Campbell2014-07-221-1/+1
* .gitignore: clean-up unnecessary entriesMasahiro Yamada2014-07-221-4/+0
* Update .mailmap using scripts/mailmapperMasahiro Yamada2014-07-221-0/+15
* scripts: add mailmapper, a tool to create/update mailmap fileMasahiro Yamada2014-07-221-0/+160
* add .mailmap for proper git-shortlog outputMasahiro Yamada2014-07-221-0/+12
* whitespace cleanupsPavel Machek2014-07-222-5/+5
* Makefile: fix tags target documentationIgor Grinberg2014-07-221-1/+2
* Makefile: fix ctags/etags clean targetsIgor Grinberg2014-07-221-1/+1
* Makefile: fix the {c, e}tags/cscope build targetsIgor Grinberg2014-07-221-2/+2
* rpi_b: handle import of environments in files with CRLF as line endingsAlexander Holler2014-07-221-1/+1
* am335x_evm: handle import of environments in files with CRLF as line endingsAlexander Holler2014-07-221-1/+1
* omap3_beagle: handle import of environments in files with CRLF as line endingsAlexander Holler2014-07-221-1/+1
* Add option -r to env import to allow import of text files with CRLF as line e...Alexander Holler2014-07-224-9/+36
* h2200: Disable SHA256 on FIT imagesTom Rini2014-07-221-0/+1
* lib/time.c cleanupsPavel Machek2014-07-221-8/+10
* common: cmd_ide: use __weak and add prototypesJeroen Hofstee2014-07-222-38/+17
OpenPOWER on IntegriCloud