summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26nand_spl: Fix compile problem with board_nand_init() prototypeStefan 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-24sh: sh7763rdp: Update sh7763rdp configNobuhiro Iwamatsu
2009-01-24mgcoge make ether_scc.c work with CONFIG_NET_MULTIGary Jennejohn
2009-01-24sh: sh_eth: Change new network APINobuhiro Iwamatsu
2009-01-24net: smc911x: Make register read/write functions weakStefan Roese
2009-01-24powerpc: net: support for the SMSC LAN8700 PHYHeiko Schocher
2009-01-24Merge git://git.denx.de/u-boot into u-bootBen Warren
2009-01-24Initial support for Nomadik 8815 development boardAlessandro Rubini
2009-01-24OMAP3: Add I2C supportDirk Behme
2009-01-24OMAP3: Add MMC supportDirk Behme
2009-01-24OMAP3: Add NAND supportDirk Behme
2009-01-24OMAP3: Add common board, interrupt and system infoDirk Behme
2009-01-24OMAP3: Add common clock, memory and low level codeDirk Behme
2009-01-24OMAP3: Add common cpu and start codeDirk Behme
2009-01-24OMAP3: Add OMAP3, memory and function prototype headersDirk Behme
2009-01-24OMAP3: Add pin mux, clock and cpu headersDirk Behme
2009-01-24bugfix for i.mx31 CCM_UPCTL regMaxim Artamonov
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