summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Only use fb_base if we have a displaySimon Glass2013-02-041-0/+4
* | ppc: Move brg_clk to arch_global_dataSimon Glass2013-02-011-1/+1
* | arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass2013-02-011-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-01-141-1/+1
|\
| * lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDsNikita Kiryanov2013-01-141-1/+1
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-01-141-1/+1
|\ \ | |/ |/|
| * Sound: Add FDT support to CMD.Rajeshwari Shinde2013-01-081-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-01-111-0/+27
|\ \
| * | Add option to display customised memory informationSimon Glass2013-01-101-0/+27
| |/
* | bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL...Daniel Schwierzeck2013-01-101-1/+7
* | x86: Add coreboot version to u-boot's version commandStefan Reinauer2012-12-261-1/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-12-224-19/+179
|\ \ | |/
| * Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-1942-428/+3331
| |\
| * | lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed consoleSimon Glass2012-11-191-5/+17
| * | lcd: Add support for flushing LCD fb from dcache after updateSimon Glass2012-11-192-9/+49
| * | lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignmentSimon Glass2012-11-191-5/+16
| * | Sound: Add command for audio playbackRajeshwari Shinde2012-11-152-0/+97
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2012-12-213-5/+52
|\ \ \
| * | | usb: properly detect empty mass storage media readerVincent Palatin2012-12-171-0/+10
| * | | usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary2012-12-172-0/+14
| * | | usbh/ehci: Increase timeout for enumerationVipin Kumar2012-12-171-5/+28
| | |/ | |/|
* | | Add a simple load option to setexprJoe Hershberger2012-12-191-3/+16
* | | spi: Add SPI flash testSimon Glass2012-12-191-0/+168
* | | spi: Add progress percentage and write speed to `sf update`James Miller2012-12-191-2/+39
|/ /
* | env: Handle write-once ethaddr and serial# genericallyJoe Hershberger2012-12-131-19/+0
* | env: Implement the env delete commandJoe Hershberger2012-12-131-3/+32
* | env: Add setenv force supportJoe Hershberger2012-12-131-6/+23
* | env: Add support for access control to .flagsJoe Hershberger2012-12-133-10/+198
* | env: Add a command to display details about env flagsJoe Hershberger2012-12-132-0/+93
* | tools/env: Add environment variable flags supportJoe Hershberger2012-12-132-0/+82
* | env: Add environment variable flagsJoe Hershberger2012-12-134-50/+323
* | env: Add a silent env handlerJoe Hershberger2012-12-131-0/+23
* | env: Add a console env handlerJoe Hershberger2012-12-132-33/+47
* | env: Add a loadaddr env handlerJoe Hershberger2012-12-132-12/+21
OpenPOWER on IntegriCloud