summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cmd_mmc remove \nFrans Meulenbroeks2010-03-211-1/+1
* Prepare v2010.03-rc1Wolfgang Denk2010-03-122-2/+1
* Cosmetic change - indentation correction.Michael Zaidman2010-03-121-2/+2
* cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin2010-03-121-2/+8
* Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOTWolfgang Denk2010-03-111-4/+4
* PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun2010-03-111-0/+1
* cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks2010-02-241-2/+7
* net: Use 0.5 sec timeout in miiphy_reset() instead of counting loopStefan Roese2010-02-061-6/+6
* USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer2010-02-031-7/+12
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2010-02-031-0/+7
|\
| * env_nand.c: print error message and fail gracefullyWolfgang Denk2010-01-271-0/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2010-02-031-8/+0
|\ \
| * | lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolorAnatolij Gustschin2010-01-271-8/+0
| |/
* | cmd_ximg.c: fix error: 'i' undeclaredWolfgang Denk2010-01-311-14/+19
|/
* Add support to disable cpu's in multicore processorsKumar Gala2010-01-261-0/+3
* add ability to handle compressed images to imxtractWolfgang Wegner2010-01-261-7/+85
* jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZEMike Frysinger2010-01-261-2/+2
* gzip/zlib: make features optionalMike Frysinger2010-01-261-0/+2
* mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic2010-01-251-0/+1
* lmb: only force on arches that use itMike Frysinger2010-01-211-18/+16
* CRAMFS: support cramfs in RAMHeiko Schocher2010-01-182-0/+217
* env, eeprom: add redundant environment supportHeiko Schocher2010-01-181-4/+127
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-182-11/+69
* cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel2010-01-181-3/+0
* cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel2010-01-181-1/+2
* kgdb: update mem2hex/hex2mem funcsRobin Getz2010-01-181-11/+32
* kgdb: add default generic stubsRobin Getz2010-01-182-1/+65
* config_defaults.h: new header for common u-boot config defaultsMike Frysinger2010-01-181-4/+0
* malloc: return NULL if not initialized yetWolfgang Denk2010-01-151-0/+6
* onenand: Fix compile errors due to FlexOneNANDSanjeev Premi2010-01-061-1/+8
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-214-6/+0
* usb: write command for RAW partition.Mahavir Jain2009-12-202-0/+123
* USB Consolidate descriptor definitionsTom Rix2009-12-204-45/+48
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-084-22/+4
* Merge branch 'master' of ../work into nextWolfgang Denk2009-12-071-4/+0
|\
| * i2c: fix dangling comment in do_i2c_mw()Heiko Schocher2009-12-071-4/+0
* | Merge branch 'master' into nextWolfgang Denk2009-12-071-2/+2
|\ \ | |/
| * bootm: Fix help message's sub-command orderingPeter Tyser2009-12-071-2/+2
* | Merge branch 'master' into nextWolfgang Denk2009-12-0510-147/+14
|\ \ | |/
| * Remove superfluous preprocessor tests from some cmd_*.c files.Robert P. J. Day2009-12-022-8/+0
| * Removes dead code in the file common/cmd_i2c.cPratap Chandu2009-12-021-8/+0
| * cmd_date: Fix spelling in error message.Magnus Lilja2009-12-021-3/+3
| * Move do_irqinfo() to common/cmd_irq.cPeter Tyser2009-12-022-11/+9
| * cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSEPeter Tyser2009-12-021-4/+0
| * circbuf: Move to lib_generic and conditionally compilePeter Tyser2009-12-022-111/+0
| * bootm: mark local boot_os[] table staticMike Frysinger2009-11-241-1/+1
| * Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer2009-11-241-1/+1
* | add lzop decompression supportPeter Korsgaard2009-12-052-0/+23
* | i386: Fix malloc initializationGraeme Russ2009-12-051-6/+0
* | exports: rewrite jump table initMike Frysinger2009-12-021-31/+27
OpenPOWER on IntegriCloud