summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-03-11Feature Removal: disable "mtest" command by defaultWolfgang Denk
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-04sandbox: Add 'sb' command to access filesystem featuresSimon 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: Port blackfin core architecture code to boot on bf60x.Sonic Zhang
2013-03-01SPL: Change description for spl commandStefano 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-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-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
2013-02-28Tidy up error checking and fix bug in hash commandSimon Glass
2013-02-22common/env_nand.c: calculate crc only when readenv was OKPhil Sutter
2013-02-22env_nand.c: clarify log messages when env reading failsPhil Sutter
2013-02-22nand: fix nand read.option parsingHarvey Chapman
2013-02-22imls: Add support to list images in NAND deviceVipin Kumar
2013-02-20gpt: fix partion size limitPiotr Wilczek
2013-02-20led: The gpio_led.c code expects that LED state is from the enumHolger Hans Peter Freyther
2013-02-20cmd_elf: Fix broken bootvx commandReinhard Arlt
2013-02-19cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day
2013-02-19cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2013-02-07common/fdt_support.c: sparse fixesKim Phillips
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2013-02-04serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud
2013-02-04console: USB: KBD: Fix incorrect autoboot timeoutJim Lin
2013-02-04common: env_mmc: Use __weak annotation to simplify codeFabio Estevam
2013-02-04common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos
2013-02-04Only use fb_base if we have a displaySimon Glass
2013-02-04common: cmd_bdinfo: Fix compilation warning for microblazeMichal Simek
2013-02-04common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARMMichal Simek
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass
2013-01-14Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2013-01-14lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD