aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos6-6/+5
2013-02-19serial/ns16550: don't generate functions for undefined portsScott Wood1-0/+12
2013-02-18Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxTom Rini15-79/+226
2013-02-18nds32: Add a basic errno.hSimon Glass1-0/+1
2013-02-15powerpc/83xx/km: drop uneeded dtt_bus environment varHolger Brunck2-9/+4
2013-02-15powerpc/83xx/km: remove uneeded CONFIG_MISC_INIT_RHolger Brunck2-4/+0
2013-02-15powerpc/83xx/km: add support for kmopti2 boardHolger Brunck2-6/+26
2013-02-15powerpc/83xx/km: cleanup tuxx1 supportHolger Brunck2-11/+12
2013-02-15km/common: add eccmode to kernel commandlineHolger Brunck1-0/+3
2013-02-15powerpc/83xx: use NAND_ECC_BCH for kmcoge5neHolger Brunck1-0/+2
2013-02-15kmeter1_nand: allow uasge of NAND_ECC_SOFT_BCHHolger Brunck1-0/+4
2013-02-15km/scripts: replace hardcoded uImageAndreas Huber2-4/+6
2013-02-15km/common: introduce $uimage variableAndreas Huber1-1/+8
2013-02-15powerpc/83xx: use ppc_6xx as arch variable for kmvect1Holger Brunck1-1/+1
2013-02-15powerpc/83xx/km: add MV88E6122 switch support for kmvect1Karlheinz Jerg4-7/+113
2013-02-15km/common/ivm: rework piggy mac adress offset generationHolger Brunck1-11/+17
2013-02-15km82xx, km83xx: move ethernet_present() from common to cpu specificKarlheinz Jerg3-12/+31
2013-02-15km/common/ivm: remove CONFIG_SYS_I2C_IVM_BUS related codeHolger Brunck1-4/+0
2013-02-15km/common/ivm: remove obsolete codeHolger Brunck1-8/+0
2013-02-15km/common: remove unneeded ifdefs for I2CHolger Brunck1-2/+0
2013-02-15Merge branch 'master' of git://git.denx.de/u-bootKim Phillips277-7721/+15079
2013-02-15Merge branch 'fixes' of git://git.denx.de/u-boot-mipsTom Rini1-8/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-14x86: Remove unused real mode codeSimon Glass12-1799/+0
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass4-7/+6
2013-02-14x86: Remove unneeded cruft from main MakefileSimon Glass1-5/+1
2013-02-14x86: Remove sc520 cpuSimon Glass12-1591/+0
2013-02-14x86: Remove eNET boardsSimon Glass8-1238/+0
2013-02-12Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini10-253/+268
2013-02-12MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-12MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-12MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2-3/+6
2013-02-12am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SKTom Rini1-0/+27
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini198-2798/+14369
2013-02-11arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-02-11Tegra114: Add/enable Dalmore build (T114 reference board)Tom Warren6-0/+447
2013-02-11Tegra114: Add generic Tegra114 build supportTom Warren1-1/+1
2013-02-11Tegra114: Dalmore: Add DT filesTom Warren2-0/+18
2013-02-11Tegra114: Add common CPU (shared) filesTom Warren6-4/+1291
2013-02-11Tegra114: Add CPU (armv7) filesTom Warren2-0/+59
2013-02-11Tegra114: Add AVP (arm720t) filesTom Warren5-38/+403
2013-02-11Tegra114: Add arch-tegra114 include filesTom Warren15-5/+1365