aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala
2010-12-07onenand: fix oob print out issueLei Wen
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman
2010-12-03UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese
2010-12-03UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala
2010-11-28stdio: constify "name" arg in public apiMike Frysinger
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger
2010-11-28image: constify lookup tablesMike Frysinger
2010-11-28cmd_itest: constify & localize op tableMike Frysinger
2010-11-28cmd_date: constifyMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger
2010-11-28cmd_mii: localize & constify local funcs/dataMike Frysinger
2010-11-28Fix compiler warning in fdt_support.cDirk Behme
2010-11-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber
2010-11-27Common/command: Guard strchr/strlen from NULL pointerThomas Weber
2010-11-27Common/cmd_nvedit: Check for env subcommandThomas Weber
2010-11-26common/Makefile: don't include env_embedded.o into libcommonWolfgang Denk
2010-11-17malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser
2010-11-14env_mmc: fix compile warningLei Wen
2010-10-29env_sf: remove warning introduced with last patchStefano Babic
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-27cmd_onenand.c: Fix command usage help.Enric Balletbo i Serra
2010-10-27env_sf: updated to the new environment codeStefano Babic
2010-10-27Revert "cmd_net: drop spurious comma in U_BOOT_CMD"Wolfgang Denk
2010-10-26cmd_net: drop spurious comma in U_BOOT_CMDMike Frysinger
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-23ARM: fix relocation support for onenand device.Enric Balletbo i Serra
2010-10-23hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala
2010-10-23env_flash: Disable debug print statementsPeter Tyser
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2010-10-22usb_storage: constify us_direction lookup tableMike Frysinger
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller
2010-10-20always relocate fdt into an lmb-allocated memory blockTimur Tabi
2010-10-20common/fdt_support.c: Fix compile warningsWolfgang Denk
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2010-10-19cmd_fpga: cleanup help and check parametersStefano Babic
2010-10-19common: Enable serial for PXA250Marek Vasut
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby
2010-10-18FDT: Add fixup support for multiple banks of memoryJohn Rigby