summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-04Prepare v2013.04-rc1v2013.04-rc1Tom Rini
2013-03-04kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.Sonic Zhang
2013-03-04bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck
2013-03-04env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger
2013-03-04sandbox: config: Enable sandbox commandSimon Glass
2013-03-04sandbox: Enable ext4 and fat filesystemsSimon Glass
2013-03-04sandbox: Add 'sb' command to access filesystem featuresSimon Glass
2013-03-04sandbox: Add host filesystemSimon Glass
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass
2013-03-04fs: Use map_sysmem() on readSimon Glass
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass
2013-03-04fs: Fully populate the filesystem method structSimon Glass
2013-03-04ext4: Split write support into its own fileSimon Glass
2013-03-04Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini
2013-03-04Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2013-03-04blackfin: bf60x: add resume from hibernateSteven Miao
2013-03-04blackfin: bf60x: add hw watchdog supportBob Liu
2013-03-04blackfin: add bf6xx spi driverScott Jiang
2013-03-04blackfin: bf60x: add rsi/sdh supportSonic Zhang
2013-03-04blackfin: bf60x: add board and headers files to support bf609Sonic Zhang
2013-03-04blackfin: bf60x: add gpio supportBob Liu
2013-03-04blackfin: bf60x: support big cplb pageBob Liu
2013-03-04blackfin: bf60x: add dma supportBob Liu
2013-03-04blackfin: bf60x: add serial supportSonic Zhang
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang
2013-03-04blackfin: bf60x: new processor header filesBob Liu
2013-03-01SPL: Change description for spl commandStefano Babic
2013-03-01OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local defineStefano Babic
2013-03-01Add README for the "Falcon" modeStefano Babic
2013-02-28hash: Use lower case for hash algorithm namesSimon Glass
2013-02-28sandbox: Allow hash functions to work correctlySimon Glass
2013-02-28sandbox: Update mtest to fix crashesSimon Glass
2013-02-28Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass
2013-02-28sandbox: config: Enable hash functions and mtestSimon Glass
2013-02-28Roll crc32 into hash infrastructureSimon Glass
2013-02-28hash: Add a flag to support saving hashes in the environmentSimon Glass
2013-02-28image: Use crc header file instead of C prototypesSimon Glass
2013-02-28net: Use new numeric setenv functionsSimon Glass
2013-02-28fs: Use new numeric setenv functionsSimon Glass
2013-02-28common: Use new numeric setenv functionsSimon Glass
2013-02-28Update set_working_fdt_addr() to use setenv_addr()Simon Glass
2013-02-28Reduce casting in mtestSimon Glass
2013-02-28Bring mtest putc() into common codeSimon Glass
2013-02-28Fix mtest indentingSimon Glass
2013-02-28Use common mtest iteration countingSimon Glass
2013-02-28Split out the memory tests into separate functionsSimon Glass
2013-02-28sandbox: Change memory commands to use map_physmemSimon Glass