summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini8-4/+112
2013-03-16x86: Enable generic board supportSimon Glass1-0/+2
2013-03-16x86: Adjust board_r.c for x86Simon Glass1-2/+21
2013-03-16x86: Adjust board_f.c for x86Simon Glass1-2/+81
2013-03-16Adjust board_r.c for ppcSimon Glass1-3/+477
2013-03-16Adjust board_f.c for ppcSimon Glass1-2/+332
2013-03-16Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass1-0/+14
2013-03-16Add spl load featureSimon Glass1-0/+13
2013-03-16Introduce generic post-relocation board_r.cSimon Glass2-0/+423
2013-03-16Introduce generic pre-relocation board_f.cSimon Glass2-0/+582
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-3/+5
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-12cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini1-1/+1
2013-03-12CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger1-8/+6
2013-03-12common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom1-4/+4
2013-03-12env: fix "env ask" commandWolfgang Denk1-26/+28
2013-03-12cmd_fat.c: Note in fatread help about alignment requirementsTom Rini1-0/+3
2013-03-12cmd_df.c: Delete this clearly unused source file.Robert P. J. Day1-36/+0
2013-03-12cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day1-3/+3
2013-03-12Allow u-boot to be silent without forcing Linux to beJoe Hershberger1-4/+4
2013-03-12cmd_part: don't print cmd name twice in helpStephen Warren1-1/+1
2013-03-11Feature Removal: disable "mtest" command by defaultWolfgang Denk1-1/+4
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini30-585/+905
2013-03-11lcd: implement a callback for splashimageNikita Kiryanov1-0/+26
2013-03-11SPL: ONENAND: Support SPL to boot u-boot from OneNAND.Enric Balletbo i Serra3-0/+53
2013-03-09lcd: add option for board specific splash screen preparationNikita Kiryanov1-0/+15
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+7
2013-03-07led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_setOtavio Salvador1-2/+4
2013-03-04bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck1-1/+1
2013-03-04env: Avoid clobbering an edited variable on ctrl-cJoe Hershberger1-1/+2
2013-03-04sandbox: Add 'sb' command to access filesystem featuresSimon Glass2-0/+64
2013-03-04Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini21-553/+612
2013-03-04Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini1-1/+18
2013-03-04blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.Sonic Zhang1-1/+18
2013-03-01SPL: Change description for spl commandStefano Babic1-4/+8
2013-03-01hash: Use lower case for hash algorithm namesSimon Glass2-5/+10
2013-03-01sandbox: Allow hash functions to work correctlySimon Glass1-8/+16
2013-03-01sandbox: Update mtest to fix crashesSimon Glass1-45/+63
2013-03-01Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of fileSimon Glass1-4/+4
2013-03-01Roll crc32 into hash infrastructureSimon Glass2-106/+87
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass3-24/+59
2013-03-01image: Use crc header file instead of C prototypesSimon Glass1-2/+2
2013-03-01common: Use new numeric setenv functionsSimon Glass15-71/+48
2013-03-01Update set_working_fdt_addr() to use setenv_addr()Simon Glass2-13/+6
2013-03-01Reduce casting in mtestSimon Glass1-12/+18
2013-03-01Bring mtest putc() into common codeSimon Glass1-23/+9
2013-03-01Fix mtest indentingSimon Glass1-161/+161
2013-03-01Use common mtest iteration countingSimon Glass1-64/+59
2013-03-01Split out the memory tests into separate functionsSimon Glass1-101/+116
2013-03-01sandbox: Change memory commands to use map_physmemSimon Glass1-43/+79