summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2009-01-28-2/+0
* usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu2009-01-28-0/+7
* usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham2009-01-28-0/+1
* USB change speedMichael Trimarchi2009-01-28-2/+10
* Prepare USB layer for ehciMichael Trimarchi2009-01-28-2/+2
* USB storage cleanup patchMichael Trimarchi2009-01-28-316/+394
* Command usage cleanupPeter Tyser2009-01-28-187/+188
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-129/+134
* SATA: do not auto-initialize during bootMike Frysinger2009-01-27-1/+11
* jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINETomasz Figa2009-01-27-0/+92
* saveenv: standardize enablementMike Frysinger2009-01-27-18/+8
* Fix gunzip in case of insufficient output bufferMatthias Fuchs2009-01-27-1/+1
* common: Iteration limit for memory test.Dirk Eibach2009-01-24-14/+31
* common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard2009-01-24-13/+14
* Blackfin: use common strmhz() in system outputMike Frysinger2009-01-23-4/+6
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-23-2/+2
* nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun2009-01-23-4/+3
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-23-47/+49
* OneNAND: Bad block aware read/write command supportStefan Roese2009-01-23-110/+420
* fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard2009-01-17-1/+1
* usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD2008-12-20-0/+4
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-16-1/+1
* env_sf: support embedded environmentsMike Frysinger2008-12-16-5/+36
* cmd_mem: Remove unused variablePeter Tyser2008-12-14-1/+0
* Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD2008-12-13-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2008-12-13-1/+13
|\
| * UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese2008-12-10-0/+1
| * UBI: Fix size parsing in "ubi create"Stefan Roese2008-12-09-1/+1
| * UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-09-0/+11
* | jffs2: add sector_size field to part_info structureIlya Yanok2008-12-09-3/+17
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-12-09-8/+12
|\
| * net: Fix download command parsingPeter Tyser2008-12-04-8/+12
* | jffs2: rename devices_init () in common/jffs2.cHeiko Schocher2008-12-08-7/+7
* | common/cmd_ide.c: Corrected endian order printing for compact flash serial nu...Richard Retanubun2008-12-07-3/+4
* | IOMUX: Add console multiplexing support.Gary Jennejohn2008-12-07-1/+337
* | strings: use puts() rather than printf()Mike Frysinger2008-12-07-1/+2
* | cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger2008-12-07-47/+30
* | lcd: Let the board code show board-specific info cleanupPeter Tyser2008-12-07-1/+0
* | FPGA: move fpga drivers to drivers/fpgaJean-Christophe PLAGNIOL-VILLARD2008-12-05-3715/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2008-12-05-299/+337
|\
| * Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi2008-11-28-9/+0
| * USB style patch, 80 chars strictMichael Trimarchi2008-11-28-294/+341
* | OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese2008-12-02-0/+1
|/
* UBI: Add proof-of-concept CFI flash supportPiotr Ziecik2008-11-24-1/+9
* UBI: Change parsing of size in commands to default to hexStefan Roese2008-11-24-32/+4
* UBI: Add UBI command supportKyungmin Park2008-11-19-0/+629
* common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD2008-11-02-2/+5
* Consolidate MAX/MIN definitionsAndy Fleming2008-11-02-8/+0
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-02-6/+0
* fdt_resize(): ensure minimum paddingPeter Korsgaard2008-10-30-2/+5