aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz10-86/+72
2008-02-24Coding style cleanup. Prepare v1.3.2-rc2 release candidatev1.3.2-rc2Wolfgang Denk1-8/+10
2008-02-23cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.Shinya Kuribayashi1-5/+5
2008-02-23cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi1-1/+1
2008-02-23cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi1-1/+1
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk5-70/+54
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz3-3/+3
2008-02-20ColdFire: Fix 5282 and 5271 interrupt mask bitTsiChungLiew1-1/+1
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger3-66/+47
2008-02-18mpc86xx: Fix unused variable 'config' and 'immap'Jean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-18mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2008-02-17s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'Jean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-02-17pxa: fix assignment from incompatible pointer typeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-15Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdevPeter Pearse13-1613/+10
2008-02-15Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse9-3/+455
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk1-4/+9
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk4-79/+108
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk3-5/+9
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk1-1/+5
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk40-400/+283
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi2-0/+5
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk13-13/+14
2008-02-14OneNAND Initial Program Loader (IPL) supportKyungmin Park1-0/+42
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski5-202/+0
2008-02-14Merge commit 'wd/master'Jon Loeliger1-2/+0
2008-02-14Merge branch 'for-1.3.2'Stefan Roese3-5/+9
2008-02-14ARM: cleanup duplicated exception handlingcodeAndreas Engel13-1613/+10
2008-02-14AT91CAP9 support : cpu/ filesStelian Pop9-1/+452
2008-02-14Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is onStelian Pop1-2/+3
2008-02-14Fix timer overflow in DaVinciPeter Pearse1-4/+9
2008-02-14ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD codeLarry Johnson1-3/+3
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala1-2/+0
2008-02-13Merge commit 'wd/master'Jon Loeliger10-209/+688
2008-02-12QE: Move FDT support into a common fileKumar Gala2-15/+6
2008-02-07Device tree updatesJohn Rigby1-3/+3
2008-02-05AVR32: Make SDRAM refresh rate configurableHaavard Skinnemoen1-1/+5
2008-02-04scrub unused symbolsMike Frysinger3-19/+0
2008-02-04move Blackfin cpu object list to respective cpu directoriesMike Frysinger3-6/+6
2008-02-04move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__Mike Frysinger3-3/+3
2008-02-04punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger34-372/+274
2008-02-04ARM: S3C24x0 SoC NAND controller supportHarald Welte2-1/+180
2008-02-04ARM: s3c24xx: Multiple serial port supportHarald Welte1-21/+143
2008-02-04ARM: arm920t: Allow use of 'gd' pointer from IRQHarald Welte1-5/+5
2008-02-04ARM: arm920/s3c24xx: IRQ demulitplexer callbackHarald Welte2-1/+15
2008-02-04ppc4xx: Fix ndfc HW ECC byte orderStefan Roese1-2/+2
2008-02-04ppc4xx: Fix problem with init-ram bigger than 4k on 440 platformsStefan Roese1-0/+4
2008-02-03MMC for PXA 27X (resubmit)stefano babic1-163/+336
2008-01-2486xx: Add reginfo commandBecky Bruce1-1/+23
2008-01-2486xx: Remove old-style law setup codeBecky Bruce2-32/+0
2008-01-2486xx: Support new law setup method and convert mpc8641Becky Bruce3-1/+24