aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2010-10-18common/image.c remove extra calls to be32_to_cpu in boot_get_fdtJohn Rigby
2010-10-18common/image.c fix length calculation in boot_relocate_fdtJohn Rigby
2010-10-18dlmalloc.c: Fix gcc alias warningJoakim Tjernlund
2010-10-18Fix warning in nand unlock commandScott Wood
2010-10-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2010-10-13env_mmc: fix cannot save env issueLei Wen
2010-10-13env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman
2010-10-13Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2010-10-13common/fdt_support.c: fix compile errorMatthew McClintock