summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-01-18kgdb: update mem2hex/hex2mem funcsRobin Getz1-11/+32
2010-01-18kgdb: add default generic stubsRobin Getz2-1/+65
2010-01-18config_defaults.h: new header for common u-boot config defaultsMike Frysinger1-4/+0
2010-01-15malloc: return NULL if not initialized yetWolfgang Denk1-0/+6
2010-01-07onenand: Fix compile errors due to FlexOneNANDSanjeev Premi1-1/+8
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner4-6/+0
2009-12-20usb: write command for RAW partition.Mahavir Jain2-0/+123
2009-12-20USB Consolidate descriptor definitionsTom Rix4-45/+48
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher4-22/+4
2009-12-08Merge branch 'master' of ../work into nextWolfgang Denk1-4/+0
2009-12-08i2c: fix dangling comment in do_i2c_mw()Heiko Schocher1-4/+0
2009-12-08Merge branch 'master' into nextWolfgang Denk1-2/+2
2009-12-08bootm: Fix help message's sub-command orderingPeter Tyser1-2/+2
2009-12-05Merge branch 'master' into nextWolfgang Denk10-147/+14
2009-12-05add lzop decompression supportPeter Korsgaard2-0/+23
2009-12-05i386: Fix malloc initializationGraeme Russ1-6/+0
2009-12-03Remove superfluous preprocessor tests from some cmd_*.c files.Robert P. J. Day2-8/+0
2009-12-03Removes dead code in the file common/cmd_i2c.cPratap Chandu1-8/+0
2009-12-03cmd_date: Fix spelling in error message.Magnus Lilja1-3/+3
2009-12-03Move do_irqinfo() to common/cmd_irq.cPeter Tyser2-11/+9
2009-12-03cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSEPeter Tyser1-4/+0
2009-12-03circbuf: Move to lib_generic and conditionally compilePeter Tyser2-111/+0
2009-12-03exports: rewrite jump table initMike Frysinger1-31/+27
2009-11-25bootm: mark local boot_os[] table staticMike Frysinger1-1/+1
2009-11-25Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer1-1/+1
2009-11-23Add 'true' and 'false' commandsPeter Tyser1-0/+22
2009-11-23cmd_help: General cleanupPeter Tyser1-14/+7
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser7-233/+353
2009-11-14ENV Variable support for Flex-OneNANDAmul Kumar Saha1-0/+10
2009-11-14cmd_nand: Move conditional compilation to MakefilePeter Tyser2-5/+1
2009-11-14cmd_nand: Remove duplicate includePeter Tyser1-8/+0
2009-10-27Add 'editenv' commandPeter Tyser1-0/+40
2009-10-27setenv(): Delete 0-length environment variablesPeter Tyser1-1/+1
2009-10-27readline(): Add ability to modify a string bufferPeter Tyser1-0/+10
2009-10-27cread_line(): Remove unused variablesPeter Tyser1-4/+1
2009-10-27Check for NULL prompt in readline_into_buffer()Peter Tyser1-1/+2
2009-10-27Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-1/+21
2009-10-27Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk2-0/+10
2009-10-27fdt_support: Add multi-serial support for stdout fixupAnton Vorontsov1-1/+21
2009-10-25sf: add GPL-2 license infoMike Frysinger1-0/+2
2009-10-25fdt: Fix fdt padding issue for initrd mem_rsvKumar Gala1-2/+3
2009-10-25Merge branch 'master-sync' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+18
2009-10-23fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese1-0/+44
2009-10-19lcd: remove '#if 0' 32-bit scroll, now memcpy does itAlessandro Rubini1-21/+0
2009-10-19setenv: do console redirection even if previously unsetAlessandro Rubini1-31/+31
2009-10-19mem_mtest: fix error reporting, allow escape with ^CPaul Gortmaker1-14/+44
2009-10-19env: only build env_embedded and envcrc when neededMike Frysinger2-10/+0
2009-10-19Cleanup: use constantNiklaus Giger1-1/+1
2009-10-14s5pc1xx: support serial driverMinkyu Kang1-0/+18
2009-10-09Merge branch 'reloc'Wolfgang Denk8-4/+27