aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-08-08omap3: replace all instances of gpmc config struct by one globalDirk Behme2-13/+11
2009-08-08omap3: remove typedefs for configuration structsDirk Behme5-29/+29
2009-08-07omap3: embedd gpmc_cs into gpmc config structMatthias Ludwig2-22/+15
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk13-545/+372
2009-08-03rm9200 lowevel_init: don't touch reserved/readonly registersDavid Brownell1-12/+2
2009-08-01Add AT91SAM9260 to at91's lowlevel_init.SEric Benard1-1/+1
2009-07-30ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chipsStefan Roese1-0/+23
2009-07-30Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2-1/+100
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala4-4/+4
2009-07-29arm nomadik: add gpio supportAlessandro Rubini2-1/+100
2009-07-27mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove th...Kim Phillips1-2/+2
2009-07-27cpu/arm920t/start.S: include <common.h> to have ROUND() definedWolfgang Denk1-2/+1
2009-07-27Make include/common.h usable by assembler codeWolfgang Denk1-0/+1
2009-07-26Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2-0/+95
2009-07-26Add AVR32 LCD supportMark Jackson2-0/+95
2009-07-24ppc4xx: Replace 4xx lowercase SPR referencesMatthias Fuchs5-118/+119
2009-07-24Add "chip_config" command for PPC4xx bootstrap configurationStefan Roese2-0/+145
2009-07-24ppc4xx: Fix missing freqOPB for 405EPDirk Eibach1-0/+2
2009-07-24ppc4xx: Fix TLB reset problem with recent 44x imagesStefan Roese1-2/+7
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger1-1/+1
2009-07-22fec_mxc: driver for FEC ethernet controller on i.MX27Ilya Yanok1-0/+10
2009-07-22rm9200 ethernet driver: board-specific quirk (csb337)David Brownell1-4/+18
2009-07-23Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-14/+37
2009-07-22ARM Cortex A8: Move OMAP3 specific reset handlerMinkyu Kang3-14/+37
2009-07-2285xx, 86xx: Add common board_add_ram_info()Peter Tyser2-41/+98
2009-07-2286xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fieldsPeter Tyser1-2/+2
2009-07-18Blackfin: split cpu COBJS into multilinesMike Frysinger1-1/+7
2009-07-18Blackfin: add os log functionsMike Frysinger2-1/+31
2009-07-19Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2-224/+0
2009-07-18OMAP3 Fix compiler warning for v7_flush_dcache_allTom Rix1-0/+3
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD5-9/+9
2009-07-16nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directoryStefan Roese2-224/+0
2009-07-14usb: mpc834x: added support of the MPH USB controller in addition to the DR oneValeriy Glushkov1-0/+2
2009-07-14ColdFire: Add DSPI support for MCF5227x and MCF5445xTsiChung Liew6-500/+121
2009-07-14ColdFire: Add M5208EVB and MCF520x CPU supportTsiChung Liew6-14/+199
2009-07-14ColdFire: Update for M54451EVBTsiChung Liew2-35/+56
2009-07-14MPC512x: factor out common codeWolfgang Denk2-1/+122
2009-07-14Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk9-11/+509
2009-07-13Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-2/+188
2009-07-13Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk3-0/+296
2009-07-13Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2-7/+23
2009-07-12at91: Introduction of at91sam9g10 SOC.Sedji Gaouaou1-0/+1
2009-07-12at91: Introduction of at91sam9g45 SOC.Sedji Gaouaou3-2/+187
2009-07-10board support patch for phyCORE-MPC5200B-tinyJon Smirl1-0/+3
2009-07-10ppc4xx: Set default PCI device ID for 405EP boardsMatthias Fuchs1-2/+9
2009-07-10ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()Matthias Fuchs2-5/+14
2009-07-09mpc83xx: USB: fix: access of ehci struct elementsVivek Mahajan1-2/+2
2009-07-08ppc4xx: Make pll_write globalMatthias Fuchs1-0/+1
2009-07-08ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"Stefan Roese1-0/+2
2009-07-08ppc4xx: Implement is_pci_host() for 405 CPUsMatthias Fuchs1-3/+16