aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk13-20/+20
2010-10-27cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra1-0/+3
2010-10-27env_sf: updated to the new environment codeStefano Babic1-95/+77
2010-10-27Revert "cmd_net: drop spurious comma in U_BOOT_CMD"Wolfgang Denk1-1/+1
2010-10-26cmd_net: drop spurious comma in U_BOOT_CMDMike Frysinger1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-23ARM: fix relocation support for onenand device.Enric Balletbo i Serra1-0/+6
2010-10-23hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala1-1/+20
2010-10-23env_flash: Disable debug print statementsPeter Tyser1-3/+0
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+13
2010-10-22usb_storage: constify us_direction lookup tableMike Frysinger1-1/+1
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller1-0/+13
2010-10-20always relocate fdt into an lmb-allocated memory blockTimur Tabi1-55/+28
2010-10-20common/fdt_support.c: Fix compile warningsWolfgang Denk1-1/+0
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk4-52/+58
2010-10-19cmd_fpga: cleanup help and check parametersStefano Babic1-11/+39
2010-10-19common: Enable serial for PXA250Marek Vasut1-1/+1
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby2-6/+8
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby1-2/+0
2010-10-18FDT: Add fixup support for multiple banks of memoryJohn Rigby1-40/+46
2010-10-18common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby1-2/+2
2010-10-18common/image.c fix length calculation in boot_relocate_fdtJohn Rigby1-1/+1
2010-10-18dlmalloc.c: Fix gcc alias warningJoakim Tjernlund1-1/+1
2010-10-18Fix warning in nand unlock commandScott Wood1-1/+1
2010-10-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-7/+10
2010-10-13env_mmc: fix cannot save env issueLei Wen1-1/+12
2010-10-13env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman1-7/+10
2010-10-13Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk1-4/+35
2010-10-13common/fdt_support.c: fix compile errorMatthew McClintock1-10/+10
2010-10-13usb: Add support for multiple-LUN mass storage devicesLudovic Courtès1-4/+35
2010-10-12TSI148: Fix argument parsingBrent Darley1-2/+2
2010-10-12cp/cmp: Add WATCHDOG_RESET in copy and compare loopStefan Roese1-0/+8
2010-10-12led_display: split led display support into generic and hw-dependent partsIlya Yanok1-17/+9
2010-10-12env: don't set to default env twice when use CONFIG_ENV_IS_NOWHERELei Wen1-1/+1
2010-10-12fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin1-0/+29
2010-10-12CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/offAlexander Stein1-6/+6
2010-10-12Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-0/+2
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser1-0/+2
2010-10-11Followup fixes on the mtdparts spread patchsetScott Wood1-2/+3
2010-10-11mtdparts: new add.spread: add part skipping bad blocksBen Gardiner1-8/+26
2010-10-11mtdparts: add new sub-command "spread"Ben Gardiner1-1/+112
2010-10-11mtdparts: show net size in mtdparts listBen Gardiner1-7/+61
2010-10-11mtdparts: regroup calls to get_mtd_device_nmBen Gardiner1-15/+30
2010-10-11nand commands: make only "dump" repeatable.Scott Wood1-8/+13
2010-10-11nand erase: .spread, .part, .chip subcommandsScott Wood1-6/+38
2010-10-11cmd_nand: some infrastructure fixes and refactoringScott Wood1-107/+167
2010-10-11Merge branch 'master' of git://git.denx.de/u-boot-x86Wolfgang Denk1-1/+0
2010-10-11Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-15/+25
2010-10-07x86: Remove bi_env from do_bdinfoGraeme Russ1-1/+0
2010-10-06sspi: add options to specify bus and modeReinhard Meyer1-15/+25