aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-01-09miiphy: convert to linux/mii.hMike Frysinger2-40/+39
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger1-2/+2
2011-01-09cmd_mem: localize state variablesMike Frysinger1-3/+3
2011-01-09load_addr: move to common env codeMike Frysinger2-1/+2
2011-01-09config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger1-1/+1
2011-01-09env: re-add support for auto-completionMike Frysinger2-27/+16
2010-12-23cmd_net.c: fix build breakageWolfgang Denk1-0/+1
2010-12-17onenand: add yaffs write commandLei Wen1-5/+36
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger10-22/+24
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk5-16/+79
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala1-6/+9
2010-12-07onenand: fix oob print out issueLei Wen1-1/+3
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman1-1/+1
2010-12-03UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese2-6/+35
2010-12-03UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese1-1/+1
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese1-0/+31
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala1-8/+6
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