aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-09-04i386: Misc PCI fixupsGraeme Russ1-1/+1
2009-09-04Fix sc520 timer interrupt generationGraeme Russ1-3/+3
2009-09-04i386: Change inline asm global symbols to localGraeme Russ1-2/+2
2009-09-02Blackfin: use scratch pad for exception stackMike Frysinger1-0/+5
2009-08-2885xx: Improve MPIC initializationTimur Tabi1-5/+7
2009-08-2885xx: Added single core members of FSL P1xx/P2xx processors seriesPoonam Aggrwal2-3/+9
2009-08-2885xx: Add L2SRAM Register's macro definitionMingkai Hu1-2/+3
2009-08-2885xx: Move to a common linker scriptKumar Gala2-0/+146
2009-08-2885xx: Added P1020 Processor Support.Poonam Aggrwal2-1/+4
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal7-57/+106
2009-08-288xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal4-100/+133
2009-08-2886xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-1/+2
2009-08-2885xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-2/+1
2009-08-26ColdFire: Fix compile warning messagesTsiChung Liew2-2/+0
2009-08-25Add support for USB on PSC3 for the mpc5200Eric Millbrandt2-2/+10
2009-08-22Prepare 2009.08-rc3v2009.08-rc3Wolfgang Denk1-1/+1
2009-08-21ARM: compiler options cleanup - improve tool chain supportWolfgang Denk17-36/+0
2009-08-1485xx: Fix addrmap to include memoryKumar Gala1-6/+22
2009-08-10Minor coding style cleanup.Wolfgang Denk1-2/+0
2009-08-10ARM Cortex A8: Remove bogus config.mk entriesDirk Behme2-38/+1
2009-08-09mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok1-0/+16
2009-08-09Dual-license IBM code contributionsJosh Boyer6-0/+14
2009-08-08omap3: bug fix for NOR boot supportPenda Naveen Kumar1-4/+4
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