aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-04sandbox: config: Enable sandbox commandSimon Glass1-0/+2
2013-03-04sandbox: Enable ext4 and fat filesystemsSimon Glass1-0/+7
2013-03-04sandbox: Add 'sb' command to access filesystem featuresSimon Glass4-0/+66
2013-03-04sandbox: Add host filesystemSimon Glass7-0/+189
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass2-0/+149
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass5-110/+67
2013-03-04fs: Use map_sysmem() on readSimon Glass1-8/+15
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass1-8/+12
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass1-34/+26
2013-03-04fs: Fully populate the filesystem method structSimon Glass1-9/+47
2013-03-04ext4: Split write support into its own fileSimon Glass3-964/+997
2013-03-04Merge branch 'mem' of git://git.denx.de/u-boot-x86Tom Rini38-583/+761