aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-28amcc: Clean up command usage outputPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-28pcs440ep: Clean up led command definitionPeter Tyser
2009-01-28Clean up diufb command definitionsPeter Tyser
2009-01-28Update CHANGELOG, tiny coding style cleanup.Wolfgang Denk
2009-01-27SATA: do not auto-initialize during bootMike Frysinger
2009-01-27part_efi: Fix partition size calculation due to inclusive ending LBA.Richard Retanubun
2009-01-27jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINETomasz Figa
2009-01-27saveenv: standardize enablementMike Frysinger
2009-01-27soft_i2c.c add option for repeated start in i2c_read()Andrew Dyer
2009-01-27{delta,zylonite}/lowlevel_init.S: fix typoWolfgang Denk
2009-01-27drivers/net/e1000.c: missing terminator for supported devicesStefan Althoefer
2009-01-27fat.c: fix warning: array subscript is above array boundsWolfgang Denk
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs
2009-01-27Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk
2009-01-27Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk
2009-01-27MIPS: Add VCT board series support (Part 3/3)Stefan Roese
2009-01-27MIPS: Add VCT board series support (Part 2/3)Stefan Roese
2009-01-27MIPS: Add VCT board series support (Part 1/3)Stefan Roese
2009-01-27MIPS: Add flush_dcache_range() and invalidate_dcache_range()Stefan Roese
2009-01-26CFI: Add geometry reversal for STMicro M29W320ETRichard Retanubun
2009-01-26CFI: increase performance of function find_sector()Jens Gehrlein
2009-01-26CFI: avoid redundant function call in single word programming modeJens Gehrlein
2009-01-26ppc4xx: Remove compilation warning in gdppc440etc.cStefan Roese
2009-01-26ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config filesMatthias Fuchs
2009-01-26ppc4xx: Add GDsys PowerPC 440 ETX board support.Dirk Eibach
2009-01-26ppc4xx: Improve DDR autodetectDirk Eibach
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2009-01-24easylogo: add optional gzip supportMike Frysinger
2009-01-24fat: fix unaligned errorsBryan Wu
2009-01-24spi flash: fix crash due to spi flash miscommunicationBrad Bozarth
2009-01-24FPU POST: fix warnings when building with 2.18 binutilsYuri Tikhonov
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser
2009-01-24common: Iteration limit for memory test.Dirk Eibach
2009-01-24serial: Rename driver vcth to vct to support other board variantsStefan Roese
2009-01-24nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dirShinya Kuribayashi
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger
2009-01-24Fixed off-by-one errors in lib_m68k/interrupts.cGraeme Russ
2009-01-24Removed all references to CONFIG_SYS_RESET_GENERICGraeme Russ
2009-01-24Remove #ifdef CONFIG_SC520 in source codeGraeme Russ
2009-01-24Added MMCR reset functionalityGraeme Russ
2009-01-24Moved generic (triple fault) reset codeGraeme Russ
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ
2009-01-24Moved sc520 specific code into new cpu/i386/sc520 folderGraeme Russ
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ
2009-01-24Makefile: keep lists sorted.Wolfgang Denk
2009-01-24Added initial eNET board supportGraeme Russ
2009-01-23Merge branch 'next'Kim Phillips