summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-28Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protectionMike Frysinger
2009-01-28Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZEMike Frysinger
2009-01-28Blackfin: implement general support for CONFIG_STATUS_LEDMike Frysinger
2009-01-28Blackfin: do not init i2c in Blackfin board initMike Frysinger
2009-01-28Blackfin: bfin_mac: update port muxingMike Frysinger
2009-01-28Blackfin: fix dcache handling when doing dma memcpy'sMike Frysinger
2009-01-28Blackfin: dont generate ldrs with --forceMike Frysinger
2009-01-28Blackfin: pass --bmode/--initcode when creating ldrMike Frysinger
2009-01-28Blackfin: minimize time cache is turned off when replacing cplb entriesMike Frysinger
2009-01-28Blackfin: split cache handling out of dma_memcpy()Mike Frysinger
2009-01-28Blackfin: abort dma_memcpy() for L1 scratchpadMike Frysinger
2009-01-28Blackfin: rename bootm.c to boot.cMike Frysinger
2009-01-28Blackfin: set more sane default board config valuesMike Frysinger
2009-01-28Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}Mike Frysinger
2009-01-28Blackfin: add bit defines for DDR partsMike Frysinger
2009-01-28Blackfin: add defines to describe active bootrom behaviorMike Frysinger
2009-01-28mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 buildKim Phillips
2009-01-28mpc8536ds.c: include sata.h to for needed function prototypesWolfgang Denk
2009-01-28Command usage cleanupPeter Tyser
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