aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-11-28stdio: constify "name" arg in public apiMike Frysinger2-4/+4
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger7-9/+8
2010-11-28image: constify lookup tablesMike Frysinger1-7/+7
2010-11-28cmd_itest: constify & localize op tableMike Frysinger1-5/+3
2010-11-28cmd_date: constifyMike Frysinger1-4/+4
2010-11-28autocomplete: remove runtime handler installMike Frysinger3-36/+12
2010-11-28do_reset: unify duplicate prototypesMike Frysinger4-10/+1
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger2-6/+0
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger7-8/+0
2010-11-28cmd_mii: localize & constify local funcs/dataMike Frysinger1-38/+30
2010-11-28Fix compiler warning in fdt_support.cDirk Behme1-2/+2
2010-11-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber1-12/+6
2010-11-27Common/command: Guard strchr/strlen from NULL pointerThomas Weber1-0/+2
2010-11-27Common/cmd_nvedit: Check for env subcommandThomas Weber1-0/+3
2010-11-26common/Makefile: don't include env_embedded.o into libcommonWolfgang Denk1-7/+7
2010-11-17malloc: Fix issue with calloc memory possibly being non-zeroKumar Gala1-0/+7
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-64/+2
2010-11-14env_mmc: fix compile warningLei Wen1-0/+1
2010-10-29env_sf: remove warning introduced with last patchStefano Babic1-2/+1
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-2/+0
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