summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add MMC FrameworkAndy Fleming2009-02-161-0/+132
* Convert mmc_init to mmc_legacy_initAndy Fleming2009-02-161-1/+1
* Eliminate support for using MMC as memoryAndy Fleming2009-02-161-43/+0
* USB: Remove LUN number from CDBAbraham, Thomas2009-02-151-5/+0
* common/{hush, kgdb, serial}.c: build by COBJS-$(...) in MakefileMike Frysinger2009-02-114-16/+3
* pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala2009-02-071-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2009-02-071-2/+4
|\
| * env_nand: fix env memory releasederek@siconix.com2009-02-061-2/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk2009-02-071-1/+2
|\ \
| * | Coldfire: cmd_bdinfo cleanupRichard Retanubun2009-02-061-1/+2
| |/
* | ADS5121 Add PATA supportRalph Kondziella2009-02-031-0/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2009-01-284-328/+439
|\
| * usb_scan_devices: fix output with no devicesBryan Wu2009-01-281-2/+4
| * USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-282-7/+24
| * usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2009-01-281-2/+0
| * usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu2009-01-281-0/+7
| * usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham2009-01-281-0/+1
| * USB change speedMichael Trimarchi2009-01-281-2/+10
| * Prepare USB layer for ehciMichael Trimarchi2009-01-282-2/+2
| * USB storage cleanup patchMichael Trimarchi2009-01-281-316/+394
* | Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger2009-01-283-8/+6
* | Blackfin: bootldr: implement BF53x/BF56x LDR loaderMike Frysinger2009-01-281-13/+124
* | Blackfin: implement real write support for OTPMike Frysinger2009-01-281-42/+115
* | Blackfin: support console-over-JTAGMike Frysinger2009-01-281-0/+3
|/
* Command usage cleanupPeter Tyser2009-01-2870-187/+188
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-2847-129/+134
* SATA: do not auto-initialize during bootMike Frysinger2009-01-271-1/+11
* jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINETomasz Figa2009-01-271-0/+92
* saveenv: standardize enablementMike Frysinger2009-01-271-18/+8
* Fix gunzip in case of insufficient output bufferMatthias Fuchs2009-01-271-1/+1
* common: Iteration limit for memory test.Dirk Eibach2009-01-241-14/+31
* common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard2009-01-241-13/+14
* Blackfin: use common strmhz() in system outputMike Frysinger2009-01-231-4/+6
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-231-2/+2
* nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun2009-01-231-4/+3
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-231-47/+49
* OneNAND: Bad block aware read/write command supportStefan Roese2009-01-231-110/+420
* fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard2009-01-171-1/+1
* usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD2008-12-201-0/+4
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-161-1/+1
* env_sf: support embedded environmentsMike Frysinger2008-12-161-5/+36
* cmd_mem: Remove unused variablePeter Tyser2008-12-141-1/+0
* Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD2008-12-131-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2008-12-131-1/+13
|\
| * UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese2008-12-101-0/+1
| * UBI: Fix size parsing in "ubi create"Stefan Roese2008-12-091-1/+1
| * UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-091-0/+11
* | jffs2: add sector_size field to part_info structureIlya Yanok2008-12-091-3/+17
|/
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-12-091-8/+12
|\
| * net: Fix download command parsingPeter Tyser2008-12-041-8/+12
OpenPOWER on IntegriCloud