aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-22common/env_nand.c: calculate crc only when readenv was OKPhil Sutter1-2/+4
2013-02-22env_nand.c: clarify log messages when env reading failsPhil Sutter1-4/+8
2013-02-22mtd: nand: Check if NAND is locked tight before lock cmdsJoe Hershberger1-1/+18
2013-02-22nand: fix nand read.option parsingHarvey Chapman1-1/+1
2013-02-22imls: Add support to list images in NAND deviceVipin Kumar2-4/+166
2013-02-20MAKEALL: add support for per architecture toolchainsAllen Martin1-7/+25
2013-02-20gpt: fix partion size limitPiotr Wilczek1-4/+6
2013-02-20mac: Fix the condition check for setting the MAC from the EEPROMHolger Hans Peter Freyther1-2/+2
2013-02-20led: The gpio_led.c code expects that LED state is from the enumHolger Hans Peter Freyther1-2/+2
2013-02-20gpio: Build the da8xx_gpio code for the davinci644x deviceHolger Hans Peter Freyther3-1/+12
2013-02-20cmd_elf: Fix broken bootvx commandReinhard Arlt1-1/+1
2013-02-19cmd_load.c: Add #endif comments to reduce confusionRobert P. J. Day1-4/+4
2013-02-19cmd_mem.c: Fix some typoes, no functional changesRobert P. J. Day1-4/+6
2013-02-19fw_env.config: Correct "fw_saveenv" to "fw_setenv".Robert P. J. Day1-1/+1
2013-02-19vsprintf: add ustrtoll functionPiotr Wilczek2-0/+24
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