summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | x86: Rearrange the output input to remove BSSSimon Glass2013-03-04-7/+12
| * | x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-04-1/+4
| * | x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-04-18/+16
| * | x86: Add basic cache operationsSimon Glass2013-03-04-0/+23
| * | x86: Add function to get top of usable ramSimon Glass2013-03-04-24/+22
| * | Prepare v2013.04-rc1Tom Rini2013-03-04-2/+2
| * | kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.Sonic Zhang2013-03-04-1/+2
| * | bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck2013-03-04-1/+1
| * | env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger2013-03-04-1/+2
| * | ubifs: Allow ubifsmount volume reference by numberJoe Hershberger2013-03-04-14/+13
| * | sandbox: config: Enable sandbox commandSimon Glass2013-03-04-0/+2
| * | sandbox: Enable ext4 and fat filesystemsSimon Glass2013-03-04-0/+7
| * | sandbox: Add 'sb' command to access filesystem featuresSimon Glass2013-03-04-0/+66
| * | sandbox: Add host filesystemSimon Glass2013-03-04-0/+189
| * | sandbox: Add a way of obtaining directory listingsSimon Glass2013-03-04-0/+149
| * | fs: Move ls and read methods into ext4, fatSimon Glass2013-03-04-110/+67
| * | fs: Use map_sysmem() on readSimon Glass2013-03-04-8/+15
| * | fs: Tell probe functions where to put their resultsSimon Glass2013-03-04-8/+12
| * | fs: Use filesystem methods instead of switch()Simon Glass2013-03-04-34/+26
| * | fs: Fully populate the filesystem method structSimon Glass2013-03-04-9/+47
| * | ext4: Split write support into its own fileSimon Glass2013-03-04-964/+997
| * | Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini2013-03-04-583/+761
| |\ \
| | * | hash: Use lower case for hash algorithm namesSimon Glass2013-02-28-6/+11
| | * | sandbox: Allow hash functions to work correctlySimon Glass2013-02-28-8/+16
| | * | sandbox: Update mtest to fix crashesSimon Glass2013-02-28-45/+63
| | * | Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass2013-02-28-4/+4
| | * | sandbox: config: Enable hash functions and mtestSimon Glass2013-02-28-2/+7
| | * | Roll crc32 into hash infrastructureSimon Glass2013-02-28-107/+108
| | * | hash: Add a flag to support saving hashes in the environmentSimon Glass2013-02-28-26/+66
| | * | image: Use crc header file instead of C prototypesSimon Glass2013-02-28-2/+2
| | * | net: Use new numeric setenv functionsSimon Glass2013-02-28-9/+3
| | * | fs: Use new numeric setenv functionsSimon Glass2013-02-28-6/+2
| | * | common: Use new numeric setenv functionsSimon Glass2013-02-28-71/+48
| | * | Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-28-14/+19
| | * | Reduce casting in mtestSimon Glass2013-02-28-12/+18
| | * | Bring mtest putc() into common codeSimon Glass2013-02-28-23/+9
| | * | Fix mtest indentingSimon Glass2013-02-28-161/+161
| | * | Use common mtest iteration countingSimon Glass2013-02-28-64/+59
| | * | Split out the memory tests into separate functionsSimon Glass2013-02-28-101/+116
| | * | sandbox: Change memory commands to use map_physmemSimon Glass2013-02-28-43/+79
| | * | sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-28-0/+32
| | * | sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-28-6/+56
| | * | Update print_buffer() to use constSimon Glass2013-02-28-2/+4
| | * | Tidy up error checking and fix bug in hash commandSimon Glass2013-02-28-0/+4
| | * | sandbox: fix compiler warningAllen Martin2013-02-28-0/+3
| * | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-03-04-393/+3589
| |\ \ \
| | * | | blackfin: bf60x: add resume from hibernateSteven Miao2013-03-04-0/+46
| | * | | blackfin: bf60x: add hw watchdog supportBob Liu2013-03-04-0/+16
| | * | | blackfin: add bf6xx spi driverScott Jiang2013-03-04-0/+549
| | * | | blackfin: bf60x: add rsi/sdh supportSonic Zhang2013-03-04-18/+88