summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Add host filesystemSimon Glass2013-03-047-0/+189
* sandbox: Add a way of obtaining directory listingsSimon Glass2013-03-042-0/+149
* fs: Move ls and read methods into ext4, fatSimon Glass2013-03-045-110/+67
* fs: Use map_sysmem() on readSimon Glass2013-03-041-8/+15
* fs: Tell probe functions where to put their resultsSimon Glass2013-03-041-8/+12
* fs: Use filesystem methods instead of switch()Simon Glass2013-03-041-34/+26
* fs: Fully populate the filesystem method structSimon Glass2013-03-041-9/+47
* ext4: Split write support into its own fileSimon Glass2013-03-043-964/+997
* Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini2013-03-0438-583/+761
|\
| * hash: Use lower case for hash algorithm namesSimon Glass2013-02-283-6/+11
| * sandbox: Allow hash functions to work correctlySimon Glass2013-02-281-8/+16
| * sandbox: Update mtest to fix crashesSimon Glass2013-02-281-45/+63
| * Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass2013-02-281-4/+4
| * sandbox: config: Enable hash functions and mtestSimon Glass2013-02-281-2/+7
| * Roll crc32 into hash infrastructureSimon Glass2013-02-285-107/+108
| * hash: Add a flag to support saving hashes in the environmentSimon Glass2013-02-284-26/+66
| * image: Use crc header file instead of C prototypesSimon Glass2013-02-281-2/+2
| * net: Use new numeric setenv functionsSimon Glass2013-02-282-9/+3
| * fs: Use new numeric setenv functionsSimon Glass2013-02-282-6/+2
| * common: Use new numeric setenv functionsSimon Glass2013-02-2815-71/+48
| * Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-283-14/+19
| * Reduce casting in mtestSimon Glass2013-02-281-12/+18
| * Bring mtest putc() into common codeSimon Glass2013-02-281-23/+9
| * Fix mtest indentingSimon Glass2013-02-281-161/+161
| * Use common mtest iteration countingSimon Glass2013-02-281-64/+59
| * Split out the memory tests into separate functionsSimon Glass2013-02-281-101/+116
| * sandbox: Change memory commands to use map_physmemSimon Glass2013-02-281-43/+79
| * sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-284-0/+32
| * sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-283-6/+56
| * Update print_buffer() to use constSimon Glass2013-02-282-2/+4
| * Tidy up error checking and fix bug in hash commandSimon Glass2013-02-281-0/+4
| * sandbox: fix compiler warningAllen Martin2013-02-281-0/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-03-0447-393/+3589
|\ \
| * | blackfin: bf60x: add resume from hibernateSteven Miao2013-03-041-0/+46
| * | blackfin: bf60x: add hw watchdog supportBob Liu2013-03-043-0/+16
| * | blackfin: add bf6xx spi driverScott Jiang2013-03-043-0/+549
| * | blackfin: bf60x: add rsi/sdh supportSonic Zhang2013-03-042-18/+88
| * | blackfin: bf60x: add board and headers files to support bf609Sonic Zhang2013-03-046-4/+291
| * | blackfin: bf60x: add gpio supportBob Liu2013-03-043-8/+181
| * | blackfin: bf60x: support big cplb pageBob Liu2013-03-042-6/+44
| * | blackfin: bf60x: add dma supportBob Liu2013-03-043-76/+156
| * | blackfin: bf60x: add serial supportSonic Zhang2013-03-047-238/+642
| * | blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang2013-03-048-42/+486
| * | blackfin: bf60x: new processor header filesBob Liu2013-03-0413-1/+1090
* | | SPL: Change description for spl commandStefano Babic2013-03-011-4/+8
* | | OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local defineStefano Babic2013-03-016-10/+13
* | | Add README for the "Falcon" modeStefano Babic2013-03-011-0/+209
| |/ |/|
* | common/env_nand.c: calculate crc only when readenv was OKPhil Sutter2013-02-221-2/+4
* | env_nand.c: clarify log messages when env reading failsPhil Sutter2013-02-221-4/+8
* | mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger2013-02-221-1/+18
OpenPOWER on IntegriCloud