summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* Merge u-boot/master into u-boot-ti/masterTom Rini2013-03-1130-585/+905
|\
| * 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
| * led: The gpio_led.c code expects that LED state is from the enumHolger Hans Peter Freyther2013-02-201-2/+2
| * cmd_elf: Fix broken bootvx commandReinhard Arlt2013-02-201-1/+1
| * cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day2013-02-191-4/+4
| * cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day2013-02-191-4/+6
| * malloc: make malloc_bin_reloc staticGabor Juhos2013-02-191-1/+5
* | lcd: implement a callback for splashimageNikita Kiryanov2013-03-111-0/+26
* | SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra2013-03-113-0/+53
* | 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
|/
* common/fdt_support.c: sparse fixesKim Phillips2013-02-071-39/+47
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-074-4/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-02-041-5/+22
|\
| * common: cmd_bdinfo: Fix compilation warning for microblazeMichal Simek2013-02-041-1/+1
| * common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARMMichal Simek2013-02-041-4/+21
* | serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek2013-02-041-1/+1
* | cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-044-34/+9
* | console: USB: KBD: Fix incorrect autoboot timeoutJim Lin2013-02-041-5/+5
* | common: env_mmc: Use __weak annotation to simplify codeFabio Estevam2013-02-041-3/+1
* | common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos2013-02-041-1/+2
OpenPOWER on IntegriCloud