summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm: Use sections header to obtain link symbolsSimon Glass2013-03-154-4/+3
* Introduce generic link section.h symbol filesSimon Glass2013-03-1516-4/+447
* Replace __bss_end__ with __bss_endSimon Glass2013-03-15184-207/+207
* Introduce generic u-boot.h fileSimon Glass2013-03-151-0/+162
* I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde2013-03-121-8/+6
* I2C: S3C24X0: Remove the dead codeRajeshwari Shinde2013-03-121-7/+0
* cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not setTom Rini2013-03-121-1/+1
* CONFIG_BOOTDELAY default should not affect runtimeJoe Hershberger2013-03-121-8/+6
* common/main: move set_working_fdt_addr to enable usage of $fdtaddrBarak Wasserstrom2013-03-121-4/+4
* env: fix "env ask" commandWolfgang Denk2013-03-121-26/+28
* cmd_fat.c: Note in fatread help about alignment requirementsTom Rini2013-03-121-0/+3
* env: Allow accessing non-mtd devicesLubomir Rintel2013-03-112-10/+27
* cmd_df.c: Delete this clearly unused source file.Robert P. J. Day2013-03-111-36/+0
* cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day2013-03-111-3/+3
* Allow u-boot to be silent without forcing Linux to beJoe Hershberger2013-03-112-5/+7
* Fix a couple typoes in tools/env/READMERobert P. J. Day2013-03-111-2/+2
* tools: update checkpatch to latest upstream versionKim Phillips2013-03-111-192/+556
* tools: enable more checkpatch tests by defaultKim Phillips2013-03-111-0/+3
* cmd_part: don't print cmd name twice in helpStephen Warren2013-03-111-1/+1
* MAKEALL: fix kill_children for BSD hostsAndreas Bießmann2013-03-111-2/+14
* mvsata_ide.c: Correction of typo in commentsGray Remlin2013-03-111-2/+2
* ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese2013-03-1127-3046/+5
* display_options:print_buffer: align ASCII printAndreas Bießmann2013-03-111-6/+14
* Feature Removal: disable "mtest" command by defaultWolfgang Denk2013-03-116-4/+125
* Merge branch 'master' of git://git.denx.de/u-boot-mpc82xxTom Rini2013-03-101-4/+1
|\
| * powerpc/82xx/km: removed unneeded ifdefHolger Brunck2013-03-091-3/+0
| * powerpc/82xx/km: make handle_mgcoge3un_reset staticHolger Brunck2013-03-091-1/+1
* | mpc512x: pdm360ng: drop not needed memory node fixupAnatolij Gustschin2013-03-091-1/+0
* | mpc512x: Adjust the DRAM init sequence to the datasheet specAnatolij Gustschin2013-03-092-1/+17
* | mpc512x: add ifm ac14xx boardAnatolij Gustschin2013-03-097-0/+1311
* | mpc512x: allow configuring board specific IPS dividerAnatolij Gustschin2013-03-091-0/+2
* | mpc512x: optionally configure DIU, LPC and NFC devidersAnatolij Gustschin2013-03-092-0/+21
* | mpc512x: use common code for clock setting for all mpc512x boardsAnatolij Gustschin2013-03-099-120/+81
* | mpc512x: use common code for CSx configurationAnatolij Gustschin2013-03-098-109/+20
* | mpc512x: add common LAW and Chip Select configurationAnatolij Gustschin2013-03-091-0/+96
* | mpc5200: a4m2k: Implement custom "dynamic" watchdog supportStefan Roese2013-03-092-1/+60
* | mpc5200: Add a4m2k board portStefan Roese2013-03-096-55/+188
* | mpc5200: spl_boot.c: Change init oder to first enable printfStefan Roese2013-03-091-6/+14
|/
* x86: Enable CONFIG_OF_CONTROL on corebootSimon Glass2013-03-041-0/+6
* x86: Adjust link device tree include fileSimon Glass2013-03-041-1/+1
* x86: Add error checking to x86 relocation codeSimon Glass2013-03-041-2/+18
* x86: Support relocation of FDT on start-upSimon Glass2013-03-047-2/+46
* x86: Rearrange the output input to remove BSSSimon Glass2013-03-041-7/+12
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-043-1/+4
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-044-18/+16
* x86: Add basic cache operationsSimon Glass2013-03-041-0/+23
* x86: Add function to get top of usable ramSimon Glass2013-03-042-24/+22
* Prepare v2013.04-rc1Tom Rini2013-03-041-2/+2
* kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.Sonic Zhang2013-03-041-1/+2
* bootm: fix conditional compilation for bootm ramdisk subcommandDaniel Schwierzeck2013-03-041-1/+1
OpenPOWER on IntegriCloud