summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* gzip/zlib: make features optionalMike Frysinger2010-01-26-0/+2
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-25-0/+1
* lmb: only force on arches that use itMike Frysinger2010-01-21-18/+16
* CRAMFS: support cramfs in RAMHeiko Schocher2010-01-18-0/+217
* env, eeprom: add redundant environment supportHeiko Schocher2010-01-18-4/+127
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-18-11/+69
* cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel2010-01-18-3/+0
* cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel2010-01-18-1/+2
* kgdb: update mem2hex/hex2mem funcsRobin Getz2010-01-18-11/+32
* kgdb: add default generic stubsRobin Getz2010-01-18-1/+65
* config_defaults.h: new header for common u-boot config defaultsMike Frysinger2010-01-18-4/+0
* malloc: return NULL if not initialized yetWolfgang Denk2010-01-15-0/+6
* onenand: Fix compile errors due to FlexOneNANDSanjeev Premi2010-01-06-1/+8
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-21-6/+0
* usb: write command for RAW partition.Mahavir Jain2009-12-20-0/+123
* USB Consolidate descriptor definitionsTom Rix2009-12-20-45/+48
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-22/+4
* Merge branch 'master' of ../work into nextWolfgang Denk2009-12-07-4/+0
|\
| * i2c: fix dangling comment in do_i2c_mw()Heiko Schocher2009-12-07-4/+0
* | Merge branch 'master' into nextWolfgang Denk2009-12-07-2/+2
|\ \ | |/
| * bootm: Fix help message's sub-command orderingPeter Tyser2009-12-07-2/+2
* | Merge branch 'master' into nextWolfgang Denk2009-12-05-147/+14
|\ \ | |/
| * Remove superfluous preprocessor tests from some cmd_*.c files.Robert P. J. Day2009-12-02-8/+0
| * Removes dead code in the file common/cmd_i2c.cPratap Chandu2009-12-02-8/+0
| * cmd_date: Fix spelling in error message.Magnus Lilja2009-12-02-3/+3
| * Move do_irqinfo() to common/cmd_irq.cPeter Tyser2009-12-02-11/+9
| * cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSEPeter Tyser2009-12-02-4/+0
| * circbuf: Move to lib_generic and conditionally compilePeter Tyser2009-12-02-111/+0
| * bootm: mark local boot_os[] table staticMike Frysinger2009-11-24-1/+1
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-24-1/+1
* | add lzop decompression supportPeter Korsgaard2009-12-05-0/+23
* | i386: Fix malloc initializationGraeme Russ2009-12-05-6/+0
* | exports: rewrite jump table initMike Frysinger2009-12-02-31/+27
* | Add 'true' and 'false' commandsPeter Tyser2009-11-23-0/+22
* | cmd_help: General cleanupPeter Tyser2009-11-23-14/+7
* | command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser2009-11-23-233/+353
* | ENV Variable support for Flex-OneNANDAmul Kumar Saha2009-11-13-0/+10
* | cmd_nand: Move conditional compilation to MakefilePeter Tyser2009-11-13-5/+1
* | cmd_nand: Remove duplicate includePeter Tyser2009-11-13-8/+0
|/
* Add 'editenv' commandPeter Tyser2009-10-27-0/+40
* setenv(): Delete 0-length environment variablesPeter Tyser2009-10-27-1/+1
* readline(): Add ability to modify a string bufferPeter Tyser2009-10-27-0/+10
* cread_line(): Remove unused variablesPeter Tyser2009-10-27-4/+1
* Check for NULL prompt in readline_into_buffer()Peter Tyser2009-10-27-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2009-10-27-1/+21
|\
| * fdt_support: Add multi-serial support for stdout fixupAnton Vorontsov2009-10-26-1/+21
* | Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk2009-10-27-0/+10
|/
* sf: add GPL-2 license infoMike Frysinger2009-10-24-0/+2
* fdt: Fix fdt padding issue for initrd mem_rsvKumar Gala2009-10-24-2/+3
* Merge branch 'master-sync' of git://git.denx.de/u-boot-armWolfgang Denk2009-10-24-0/+18
|\