aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk4-1/+47
2010-03-04allow MCF532x to use CONFIG_MONITOR_IS_IN_RAMWolfgang Wegner2-0/+7
2010-03-04MCF5271-only: Added a weak board_reset function to allow custom resetRichard Retanubun2-0/+39
2010-03-04MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZEWolfgang Wegner1-1/+1
2010-02-18Bug: do_reset issued via netconsole does not reset mpc83xx cpu.Michael Zaidman1-5/+3
2010-02-12prepare joining at91rm9200 into at91Jens Scharsig5-0/+437
2010-02-12convert common files to new SoC accessJens Scharsig12-121/+208
2010-02-12convert all at91 files to use at91_gpio driver syntaxJens Scharsig6-249/+249
2010-02-12OMAP3: Avoid re-write to PRM_CLKSRC_CTRLSanjeev Premi1-4/+16
2010-02-12ARM: Add support for EP93xx SoCsMatthias Kaehlcke7-0/+610
2010-02-08kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger10-0/+10
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-0/+1
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2-4/+3
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-1/+41
2010-02-03mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm'Wolfgang Denk1-5/+7
2010-02-03mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0'Wolfgang Denk1-0/+3
2010-02-03ppc4xx: Fix compilation error on ML2 boardStefan Roese1-0/+1
2010-01-31new at91_emac network driver (NET_MULTI api)Jens Scharsig2-4/+3
2010-01-27arm926ejs: add nand_spl boot supportJohn Rigby1-1/+41
2010-01-2685xx: Add support for 'cpu disable' commandKumar Gala1-2/+26
2010-01-2686xx: Add support for 'cpu disable' commandKumar Gala1-2/+16
2010-01-26Add support to disable cpu's in multicore processorsKumar Gala2-1/+35
2010-01-26Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-9/+32
2010-01-26ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund12-12/+12
2010-01-26ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund12-61/+75
2010-01-26ppc: Loose GOT access in IRQJoakim Tjernlund12-382/+36
2010-01-25qe: fixup the snum for MPC8569 Rev2.0Liu Yu1-0/+18
2010-01-25Fix the local bus divider mappingDave Liu1-1/+6
2010-01-25Revert "ppc/p4080: Fix reporting of PME & FM clock frequencies"Kumar Gala1-6/+6
2010-01-25ppc/p4080: Fix mask width of RCW fields MEM_PLL_RAT, SYS_PLL_RATJames Yang1-2/+2
2010-01-25mpc5xxx: Support CPU internal watchdog.Detlev Zundel2-2/+32
2010-01-24mpc512x: Add display of reset status registerDetlev Zundel1-2/+3
2010-01-23SPEAr : Adding basic SPEAr architecture support.Vipin KUMAR3-0/+259
2010-01-23Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)Prafulla Wadaskar1-2/+2
2010-01-23s5pc1xx: update cache routinesMinkyu Kang3-45/+122
2010-01-21mpc512x: Use in/out accessors for all registersDetlev Zundel4-18/+19
2010-01-21Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2-2/+2
2010-01-21ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMsFelix Radensky1-1/+1
2010-01-21ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GTFelix Radensky1-1/+1
2010-01-17Blackfin: add support for kgdbRobin Getz2-5/+157
2010-01-18kgdb: drop duplicate debugger_exception_handlerMike Frysinger9-36/+0
2010-01-18mpc5xxx/cpu_init.c: Convert to IO accessors.Detlev Zundel1-48/+78
2010-01-17Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk10-153/+314
2010-01-17PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-2/+2
2010-01-17Blackfin: handle anomaly 05000257Robin Getz1-1/+10
2010-01-17Blackfin: keep hwtrace on CPLB missRobin Getz1-0/+9
2010-01-17Blackfin: use new bfin read/write mmr helper funcsMike Frysinger4-79/+90
2010-01-17Blackfin: move watchdog config check to MakefileMike Frysinger2-4/+2
2010-01-17Blackfin: support boards with no external memoryMike Frysinger2-1/+21
2010-01-17Blackfin: re-architect initcodeMike Frysinger1-52/+169