summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-183-8/+13
|\
| * hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala2010-12-091-6/+9
| * onenand: fix oob print out issueLei Wen2010-12-071-1/+3
| * env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman2010-12-061-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-082-1/+61
|\ \ | |/
| * UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese2010-12-032-6/+35
| * UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese2010-12-031-1/+1
| * UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-031-0/+31
* | merge with denx masterH. Nikolaus Schaller2010-12-085-29/+26
|\ \ | |/
| * hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala2010-11-301-8/+6
| * Fix compiler warning in fdt_support.cDirk Behme2010-11-281-2/+2
| * common/cmd_nvedit: Use return value of cmd_usageThomas Weber2010-11-271-12/+6
| * Common/command: Guard strchr/strlen from NULL pointerThomas Weber2010-11-271-0/+2
| * Common/cmd_nvedit: Check for env subcommandThomas Weber2010-11-271-0/+3
| * common/Makefile: don't include env_embedded.o into libcommonWolfgang Denk2010-11-261-7/+7
* | git pull denx master; fixed compilation issuesH. Nikolaus Schaller2010-11-265-68/+13
|\ \ | |/
| * malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala2010-11-171-0/+7
| * Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
| * pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser2010-11-141-64/+2
| * env_mmc: fix compile warningLei Wen2010-11-141-0/+1
| * env_sf: remove warning introduced with last patchStefano Babic2010-10-291-2/+1
* | Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-11-0319-177/+168
|\ \ | |/
| * Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2010-10-291-2/+0
| * Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-2913-20/+20
| * cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra2010-10-271-0/+3
| * env_sf: updated to the new environment codeStefano Babic2010-10-271-95/+77
| * Revert "cmd_net: drop spurious comma in U_BOOT_CMD"Wolfgang Denk2010-10-271-1/+1
| * cmd_net: drop spurious comma in U_BOOT_CMDMike Frysinger2010-10-261-1/+1
| * Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-1/+1
| * ARM: fix relocation support for onenand device.Enric Balletbo i Serra2010-10-231-0/+6
| * hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala2010-10-231-1/+20
| * env_flash: Disable debug print statementsPeter Tyser2010-10-231-3/+0
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2010-10-231-0/+13
| |\
| | * pci: Add ability to re-enumerate PCI busesJohn Schmoller2010-10-221-0/+13
| * | usb_storage: constify us_direction lookup tableMike Frysinger2010-10-221-1/+1
| |/
| * always relocate fdt into an lmb-allocated memory blockTimur Tabi2010-10-201-55/+28
* | fixed so that it compiles well (leaving only minor warnings)H. Nikolaus Schaller2010-10-212-208/+0
* | merged with denx masterH. Nikolaus Schaller2010-10-20106-2749/+4416
|\ \ | |/
| * common/fdt_support.c: Fix compile warningsWolfgang Denk2010-10-201-1/+0
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-10-204-52/+58
| |\
| | * common: Enable serial for PXA250Marek Vasut2010-10-191-1/+1
| | * boot: change some arch ifdefs to feature ifdefsJohn Rigby2010-10-182-6/+8
| | * FDT: only call boot_get_fdt from generic codeJohn Rigby2010-10-181-2/+0
| | * FDT: Add fixup support for multiple banks of memoryJohn Rigby2010-10-181-40/+46
| | * common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby2010-10-181-2/+2
| | * common/image.c fix length calculation in boot_relocate_fdtJohn Rigby2010-10-181-1/+1
| * | cmd_fpga: cleanup help and check parametersStefano Babic2010-10-191-11/+39
| |/
| * dlmalloc.c: Fix gcc alias warningJoakim Tjernlund2010-10-181-1/+1
| * Fix warning in nand unlock commandScott Wood2010-10-181-1/+1
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-10-171-7/+10
| |\