aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-03-01SPL: Change description for spl commandStefano Babic1-4/+8
2013-02-22common/env_nand.c: calculate crc only when readenv was OKPhil Sutter1-2/+4
2013-02-22env_nand.c: clarify log messages when env reading failsPhil Sutter1-4/+8
2013-02-22nand: fix nand read.option parsingHarvey Chapman1-1/+1
2013-02-22imls: Add support to list images in NAND deviceVipin Kumar1-3/+164
2013-02-20gpt: fix partion size limitPiotr Wilczek1-4/+6
2013-02-20led: The gpio_led.c code expects that LED state is from the enumHolger Hans Peter Freyther1-2/+2
2013-02-20cmd_elf: Fix broken bootvx commandReinhard Arlt1-1/+1
2013-02-19cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day1-4/+4
2013-02-19cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day1-4/+6
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos1-1/+5
2013-02-07common/fdt_support.c: sparse fixesKim Phillips1-39/+47
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips4-4/+0
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini1-5/+22
2013-02-04serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek1-1/+1
2013-02-04cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud4-34/+9
2013-02-04console: USB: KBD: Fix incorrect autoboot timeoutJim Lin1-5/+5
2013-02-04common: env_mmc: Use __weak annotation to simplify codeFabio Estevam1-3/+1
2013-02-04common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos1-1/+2
2013-02-04Only use fb_base if we have a displaySimon Glass1-0/+4
2013-02-04common: cmd_bdinfo: Fix compilation warning for microblazeMichal Simek1-1/+1
2013-02-04common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARMMichal Simek1-4/+21
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass1-1/+1
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass1-1/+1
2013-01-14Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+1
2013-01-14lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov1-1/+1
2013-01-14Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-01-11Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+27
2013-01-10bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck1-1/+7
2013-01-10Add option to display customised memory informationSimon Glass1-0/+27
2013-01-08Sound: Add FDT support to CMD.Rajeshwari Shinde1-1/+1
2012-12-26x86: Add coreboot version to u-boot's version commandStefan Reinauer1-1/+6
2012-12-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-19/+179
2012-12-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-5/+52
2012-12-19Add a simple load option to setexprJoe Hershberger1-3/+16
2012-12-19spi: Add SPI flash testSimon Glass1-0/+168
2012-12-19spi: Add progress percentage and write speed to `sf update`James Miller1-2/+39
2012-12-19Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin42-428/+3331
2012-12-17usb: properly detect empty mass storage media readerVincent Palatin1-0/+10
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary2-0/+14
2012-12-17usbh/ehci: Increase timeout for enumerationVipin Kumar1-5/+28
2012-12-13env: Handle write-once ethaddr and serial# genericallyJoe Hershberger1-19/+0
2012-12-13env: Implement the env delete commandJoe Hershberger1-3/+32
2012-12-13env: Add setenv force supportJoe Hershberger1-6/+23
2012-12-13env: Add support for access control to .flagsJoe Hershberger3-10/+198
2012-12-13env: Add a command to display details about env flagsJoe Hershberger2-0/+93
2012-12-13tools/env: Add environment variable flags supportJoe Hershberger2-0/+82
2012-12-13env: Add environment variable flagsJoe Hershberger4-50/+323
2012-12-13env: Add a silent env handlerJoe Hershberger1-0/+23
2012-12-13env: Add a console env handlerJoe Hershberger2-33/+47