aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-26ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config filesMatthias Fuchs24-24/+0
2009-01-26ppc4xx: Add GDsys PowerPC 440 ETX board support.Dirk Eibach9-0/+838
2009-01-26ppc4xx: Improve DDR autodetectDirk Eibach1-5/+50
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk48-232/+595
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk27-76/+1924
2009-01-24easylogo: add optional gzip supportMike Frysinger1-6/+92
2009-01-24fat: fix unaligned errorsBryan Wu1-3/+5
2009-01-24spi flash: fix crash due to spi flash miscommunicationBrad Bozarth2-2/+4
2009-01-24FPU POST: fix warnings when building with 2.18 binutilsYuri Tikhonov10-0/+30
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser4-0/+504
2009-01-24common: Iteration limit for memory test.Dirk Eibach1-14/+31
2009-01-24serial: Rename driver vcth to vct to support other board variantsStefan Roese2-3/+7
2009-01-24nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dirShinya Kuribayashi1-0/+0
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard1-13/+14
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger1-0/+14
2009-01-24Fixed off-by-one errors in lib_m68k/interrupts.cGraeme Russ1-2/+2
2009-01-24Removed all references to CONFIG_SYS_RESET_GENERICGraeme Russ3-3/+0
2009-01-24Remove #ifdef CONFIG_SC520 in source codeGraeme Russ1-4/+0
2009-01-24Added MMCR reset functionalityGraeme Russ1-0/+10
2009-01-24Moved generic (triple fault) reset codeGraeme Russ2-16/+17
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ2-1/+31
2009-01-24Moved sc520 specific code into new cpu/i386/sc520 folderGraeme Russ1-4/+4
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ6-12/+12
2009-01-24Makefile: keep lists sorted.Wolfgang Denk1-3/+3
2009-01-24Added initial eNET board supportGraeme Russ10-0/+766
2009-01-23Merge branch 'next'Kim Phillips39-202/+2883
2009-01-24POWERPC 82xx: add the SCC as an HDLC controllerGary Jennejohn1-0/+28
2009-01-24powerpc, keymile boards: extract identical config optionsHeiko Schocher4-216/+120
2009-01-24powerpc: keymile: Add a check for the PIGGY debug boardHeiko Schocher9-10/+92
2009-01-24powerpc: 83xx: add support for the kmeter1 boardHeiko Schocher8-0/+847
2009-01-24Add a do_div() wrapper macro, lldiv().Sergei Poselenov1-0/+10
2009-01-2385xx: Add a 36-bit physical configuration for MPC8572DSKumar Gala3-2/+54
2009-01-2385xx: Handle eLBC difference w/36-bit physicalKumar Gala3-1/+9
2009-01-2385xx: Use BR_ADDR macro for NAND chipselectsKumar Gala2-8/+8
2009-01-23Add secondary CPUs processor frequency for e500 coreHaiying Wang4-9/+29
2009-01-2385xx: enable the auto self refresh for wake up ARPDave Liu1-0/+6
2009-01-23fsl-ddr: use the 1T timing as default configurationDave Liu8-1/+21
2009-01-23fsl-ddr: make the self refresh idle threshold configurableDave Liu2-4/+12
2009-01-23fsl-ddr: clean up the ddr code for DDR3 controllerDave Liu2-11/+16
2009-01-23fsl-ddr: update the bit mask for DDR3 controllerDave Liu1-4/+8
2009-01-2385xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boardsKumar Gala11-8/+30
2009-01-2385xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boardsKumar Gala19-54/+84
2009-01-2385xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boardsKumar Gala7-9/+10
2009-01-2385xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boardsKumar Gala15-47/+55
2009-01-2385xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boardsKumar Gala21-95/+103
2009-01-2385xx: separate FLASH BASE virtual from physical addressKumar Gala8-14/+16
2009-01-2385xx: separate PIXIS virtual from physical addressKumar Gala6-6/+8
2009-01-23Add README file for MPC8572DS boardHaiying Wang1-0/+167
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger2-6/+10
2009-01-23Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk79-469/+1091