aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass184-207/+207
2013-03-15Introduce generic u-boot.h fileSimon Glass1-0/+162
2013-03-12I2C: S3C24X0: Bug fixes in i2c_transferRajeshwari Shinde1-8/+6
2013-03-12I2C: S3C24X0: Remove the dead codeRajeshwari Shinde1-7/+0
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-11env: Allow accessing non-mtd devicesLubomir Rintel2-10/+27
2013-03-11cmd_df.c: Delete this clearly unused source file.Robert P. J. Day1-36/+0
2013-03-11cmd_mtdparts.c: Correct "reseting" to "resetting" in error msgsRobert P. J. Day1-3/+3
2013-03-11Allow u-boot to be silent without forcing Linux to beJoe Hershberger2-5/+7
2013-03-11Fix a couple typoes in tools/env/READMERobert P. J. Day1-2/+2
2013-03-11tools: update checkpatch to latest upstream versionKim Phillips1-192/+556
2013-03-11tools: enable more checkpatch tests by defaultKim Phillips1-0/+3
2013-03-11cmd_part: don't print cmd name twice in helpStephen Warren1-1/+1
2013-03-11MAKEALL: fix kill_children for BSD hostsAndreas Bießmann1-2/+14
2013-03-11mvsata_ide.c: Correction of typo in commentsGray Remlin1-2/+2
2013-03-11ppc: Remove PCIPPC2 and PCIPPC6 boardsStefan Roese27-3046/+5
2013-03-11display_options:print_buffer: align ASCII printAndreas Bießmann1-6/+14
2013-03-11Feature Removal: disable "mtest" command by defaultWolfgang Denk6-4/+125
2013-03-10Merge branch 'master' of git://git.denx.de/u-boot-mpc82xxTom Rini1-4/+1
2013-03-09powerpc/82xx/km: removed unneeded ifdefHolger Brunck1-3/+0
2013-03-09powerpc/82xx/km: make handle_mgcoge3un_reset staticHolger Brunck1-1/+1
2013-03-09mpc512x: pdm360ng: drop not needed memory node fixupAnatolij Gustschin1-1/+0
2013-03-09mpc512x: Adjust the DRAM init sequence to the datasheet specAnatolij Gustschin2-1/+17
2013-03-09mpc512x: add ifm ac14xx boardAnatolij Gustschin7-0/+1311
2013-03-09mpc512x: allow configuring board specific IPS dividerAnatolij Gustschin1-0/+2
2013-03-09mpc512x: optionally configure DIU, LPC and NFC devidersAnatolij Gustschin2-0/+21
2013-03-09mpc512x: use common code for clock setting for all mpc512x boardsAnatolij Gustschin9-120/+81
2013-03-09mpc512x: use common code for CSx configurationAnatolij Gustschin8-109/+20
2013-03-09mpc512x: add common LAW and Chip Select configurationAnatolij Gustschin1-0/+96
2013-03-09mpc5200: a4m2k: Implement custom "dynamic" watchdog supportStefan Roese2-1/+60
2013-03-09mpc5200: Add a4m2k board portStefan Roese6-55/+188
2013-03-09mpc5200: spl_boot.c: Change init oder to first enable printfStefan Roese1-6/+14
2013-03-04x86: Enable CONFIG_OF_CONTROL on corebootSimon Glass1-0/+6
2013-03-04x86: Adjust link device tree include fileSimon Glass1-1/+1
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass1-2/+18
2013-03-04x86: Support relocation of FDT on start-upSimon Glass7-2/+46
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass1-7/+12
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass3-1/+4
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass4-18/+16
2013-03-04x86: Add basic cache operationsSimon Glass1-0/+23
2013-03-04x86: Add function to get top of usable ramSimon Glass2-24/+22
2013-03-04Prepare v2013.04-rc1v2013.04-rc1Tom Rini1-2/+2
2013-03-04kerneldoc: Add Sonic Zhang to alias bfin in git-mailrc.Sonic Zhang1-1/+2
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-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger10-14/+13