summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* NAND: add the ability to directly write yaffs imageLei Wen2011-01-121-1/+14
* Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-117-8/+9
* miiphy: convert to linux/mii.hMike Frysinger2011-01-092-40/+39
* cmd editing: mark erase/tab seqs constantMike Frysinger2011-01-091-2/+2
* cmd_mem: localize state variablesMike Frysinger2011-01-091-3/+3
* load_addr: move to common env codeMike Frysinger2011-01-092-1/+2
* config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger2011-01-091-1/+1
* env: re-add support for auto-completionMike Frysinger2011-01-092-27/+16
* cmd_net.c: fix build breakageWolfgang Denk2010-12-231-0/+1
* onenand: add yaffs write commandLei Wen2010-12-171-5/+36
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-1710-22/+24
* Merge branch 'master' of ../master into nextWolfgang Denk2010-12-165-16/+79
|\
| * 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
| * 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
| * hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala2010-11-301-8/+6
* | stdio: constify "name" arg in public apiMike Frysinger2010-11-282-4/+4
* | boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-287-9/+8
* | image: constify lookup tablesMike Frysinger2010-11-281-7/+7
* | cmd_itest: constify & localize op tableMike Frysinger2010-11-281-5/+3
* | cmd_date: constifyMike Frysinger2010-11-281-4/+4
* | autocomplete: remove runtime handler installMike Frysinger2010-11-283-36/+12
* | do_reset: unify duplicate prototypesMike Frysinger2010-11-284-10/+1
* | do_bootd: unify duplicate prototypesMike Frysinger2010-11-282-6/+0
* | do_bootm: unify duplicate prototypesMike Frysinger2010-11-287-8/+0
* | cmd_mii: localize & constify local funcs/dataMike Frysinger2010-11-281-38/+30
|/
* 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
* 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
* 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
|\
OpenPOWER on IntegriCloud