summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | lcd: add option for board specific splash screen preparationNikita Kiryanov2013-03-081-0/+15
| * | | | mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+7
| | |/ / | |/| |
| * | | spl: support for booting via usbethIlya Yanok2013-02-181-0/+5
| | |/ | |/|
* | | x86: Enable generic board supportSimon Glass2013-03-151-0/+2
* | | x86: Adjust board_r.c for x86Simon Glass2013-03-151-2/+21
* | | x86: Adjust board_f.c for x86Simon Glass2013-03-151-2/+81
* | | Adjust board_r.c for ppcSimon Glass2013-03-151-3/+477
* | | Adjust board_f.c for ppcSimon Glass2013-03-151-2/+332
* | | Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass2013-03-151-0/+14
* | | Add spl load featureSimon Glass2013-03-151-0/+13
* | | Introduce generic post-relocation board_r.cSimon Glass2013-03-152-0/+423
* | | Introduce generic pre-relocation board_f.cSimon Glass2013-03-152-0/+582
* | | cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini2013-03-121-1/+1
* | | CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger2013-03-121-8/+6
* | | common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom2013-03-121-4/+4
* | | env: fix "env ask" commandWolfgang Denk2013-03-121-26/+28
* | | cmd_fat.c: Note in fatread help about alignment requirementsTom Rini2013-03-121-0/+3
* | | cmd_df.c: Delete this clearly unused source file.Robert P. J. Day2013-03-111-36/+0
* | | cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day2013-03-111-3/+3
* | | Allow u-boot to be silent without forcing Linux to beJoe Hershberger2013-03-111-4/+4
* | | cmd_part: don't print cmd name twice in helpStephen Warren2013-03-111-1/+1
* | | Feature Removal: disable "mtest" command by defaultWolfgang Denk2013-03-111-1/+4
| |/ |/|
* | bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck2013-03-041-1/+1
* | env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger2013-03-041-1/+2
* | sandbox: Add 'sb' command to access filesystem featuresSimon Glass2013-03-042-0/+64
* | Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini2013-03-0421-553/+612
|\ \
| * | hash: Use lower case for hash algorithm namesSimon Glass2013-02-282-5/+10
| * | 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
| * | Roll crc32 into hash infrastructureSimon Glass2013-02-282-106/+87
| * | hash: Add a flag to support saving hashes in the environmentSimon Glass2013-02-283-24/+59
| * | image: Use crc header file instead of C prototypesSimon Glass2013-02-281-2/+2
| * | common: Use new numeric setenv functionsSimon Glass2013-02-2815-71/+48
| * | Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-282-13/+6
| * | 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
| * | Tidy up error checking and fix bug in hash commandSimon Glass2013-02-281-0/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini2013-03-041-1/+18
|\ \ \
| * | | blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang2013-03-041-1/+18
* | | | SPL: Change description for spl commandStefano Babic2013-03-011-4/+8
| |/ / |/| |
* | | 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
* | | nand: fix nand read.option parsingHarvey Chapman2013-02-221-1/+1
* | | imls: Add support to list images in NAND deviceVipin Kumar2013-02-221-3/+164
|/ /
* | gpt: fix partion size limitPiotr Wilczek2013-02-201-4/+6
OpenPOWER on IntegriCloud