aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2009-02-18common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possibleJean-Christophe PLAGNIOL-VILLARD1-52/+56
2009-02-18common/console: coding style cleanupJean-Christophe PLAGNIOL-VILLARD1-98/+101
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger3-5/+5
2009-02-16Add MMC FrameworkAndy Fleming1-0/+132
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-02-16Eliminate support for using MMC as memoryAndy Fleming1-43/+0
2009-02-15USB: Remove LUN number from CDBAbraham, Thomas1-5/+0
2009-02-11common/{hush, kgdb, serial}.c: build by COBJS-$(...) in MakefileMike Frysinger4-16/+3
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-2/+2
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-2/+4
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk1-1/+2
2009-02-06env_nand: fix env memory releasederek@siconix.com1-2/+4
2009-02-06Coldfire: cmd_bdinfo cleanupRichard Retanubun1-1/+2
2009-02-03ADS5121 Add PATA supportRalph Kondziella1-0/+4
2009-01-28Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk4-328/+439
2009-01-28usb_scan_devices: fix output with no devicesBryan Wu1-2/+4
2009-01-28USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2-7/+24
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-2/+0
2009-01-28usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu1-0/+7
2009-01-28usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham1-0/+1
2009-01-28USB change speedMichael Trimarchi1-2/+10
2009-01-28Prepare USB layer for ehciMichael Trimarchi2-2/+2
2009-01-28USB storage cleanup patchMichael Trimarchi1-316/+394
2009-01-28Blackfin: fixup misc warnings such as printf's and missing castsMike Frysinger3-8/+6
2009-01-28Blackfin: bootldr: implement BF53x/BF56x LDR loaderMike Frysinger1-13/+124
2009-01-28Blackfin: implement real write support for OTPMike Frysinger1-42/+115
2009-01-28Blackfin: support console-over-JTAGMike Frysinger1-0/+3
2009-01-28Command usage cleanupPeter Tyser70-187/+188
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser47-129/+134
2009-01-27SATA: do not auto-initialize during bootMike Frysinger1-1/+11
2009-01-27jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINETomasz Figa1-0/+92
2009-01-27saveenv: standardize enablementMike Frysinger1-18/+8
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs1-1/+1
2009-01-24common: Iteration limit for memory test.Dirk Eibach1-14/+31
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard1-13/+14
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger1-4/+6
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger1-2/+2
2009-01-23nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun1-4/+3
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon1-47/+49
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese1-110/+420
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard1-1/+1
2008-12-20usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD1-0/+4
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk1-1/+1
2008-12-16env_sf: support embedded environmentsMike Frysinger1-5/+36
2008-12-14cmd_mem: Remove unused variablePeter Tyser1-1/+0
2008-12-13Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD1-0/+2
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk1-1/+13
2008-12-10UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese1-0/+1
2008-12-09jffs2: add sector_size field to part_info structureIlya Yanok1-3/+17