summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski
2013-03-16dfu: Fix crash when wrong number of arguments givenPantelis Antoniou
2013-03-16dfu: Only perform DFU board_usb_init() for TRATSPantelis Antoniou
2013-03-15x86: Enable generic board supportSimon Glass
2013-03-15x86: Adjust board_r.c for x86Simon Glass
2013-03-15x86: Adjust board_f.c for x86Simon Glass
2013-03-15Adjust board_r.c for ppcSimon Glass
2013-03-15Adjust board_f.c for ppcSimon Glass
2013-03-15Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass
2013-03-15Add spl load featureSimon Glass
2013-03-15Introduce generic post-relocation board_r.cSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-12cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini
2013-03-12CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger
2013-03-12common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom
2013-03-12env: fix "env ask" commandWolfgang Denk
2013-03-12cmd_fat.c: Note in fatread help about alignment requirementsTom Rini
2013-03-11cmd_df.c: Delete this clearly unused source file.Robert P. J. Day
2013-03-11cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day
2013-03-11Allow u-boot to be silent without forcing Linux to beJoe Hershberger
2013-03-11cmd_part: don't print cmd name twice in helpStephen Warren
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-03-01hash: Use lower case for hash algorithm namesSimon Glass
2013-03-01sandbox: Allow hash functions to work correctlySimon Glass
2013-03-01sandbox: Update mtest to fix crashesSimon Glass
2013-03-01Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass
2013-03-01Roll crc32 into hash infrastructureSimon Glass
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass
2013-03-01image: Use crc header file instead of C prototypesSimon Glass
2013-03-01common: Use new numeric setenv functionsSimon Glass
2013-03-01Update set_working_fdt_addr() to use setenv_addr()Simon Glass
2013-03-01Reduce casting in mtestSimon Glass
2013-03-01Bring mtest putc() into common codeSimon Glass
2013-03-01Fix mtest indentingSimon Glass
2013-03-01Use common mtest iteration countingSimon Glass
2013-03-01Split out the memory tests into separate functionsSimon Glass
2013-03-01sandbox: Change memory commands to use map_physmemSimon Glass
2013-03-01Tidy up error checking and fix bug in hash commandSimon Glass
2013-02-23common/env_nand.c: calculate crc only when readenv was OKPhil Sutter
2013-02-23env_nand.c: clarify log messages when env reading failsPhil Sutter
2013-02-23nand: 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