summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk
2007-12-27Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2007-12-27Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk
2007-12-27Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2007-12-27Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk
2007-12-17AVR32: Fix wrong pin setup for USART3Haavard Skinnemoen
2007-12-17AVR32: Make some AT32AP700x peripherals optionalHaavard Skinnemoen
2007-12-17AVR32: Rename at32ap7000 -> at32ap700xHaavard Skinnemoen
2007-12-17atmel_mci: Show SR when block read failsHaavard Skinnemoen
2007-12-11Handle Asynchronous DDR clock on 85xxKumar Gala
2007-12-11Stop using immap_t on 85xxKumar Gala
2007-12-11Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala
2007-12-11Stop using immap_t for cpm offset on 85xxKumar Gala
2007-12-11Stop using immap_t for guts offset on 85xxKumar Gala
2007-12-11Add libfdt based ft_cpu_setup for mpc85xxKumar Gala
2007-12-07Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala
2007-12-07Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu
2007-11-29Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala
2007-11-18s3c24x0: Fix usb_ohci.c missing in MakefileJean-Christophe PLAGNIOL-VILLARD
2007-11-18Fix compiler warnings for ARM systems.Wolfgang Denk
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk
2007-11-17[MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi
2007-11-17[MIPS] Remove useless instructions for initializing $gp.Shinya Kuribayashi
2007-11-17[MIPS] MIPS 4K core: Coding style cleanupsShinya Kuribayashi
2007-11-17[MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.Shinya Kuribayashi
2007-11-17[MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build errorShinya Kuribayashi
2007-11-17Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk
2007-11-17powerpc: Backout relocation changes.Grant Likely
2007-11-1786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger
2007-11-17make 8610 board use pixis resetJason Jin
2007-11-07ColdFire: MCF5445x - Update correct RAMBAR and missing linker filesTsiChungLiew
2007-11-07ColdFire: MCF532x - Update do_reset() using core resetTsiChungLiew
2007-11-07ColdFire: Update cpu flag for 4.2-xx compilerTsiChungLiew
2007-11-03Cleanup coding style; update CHANGELOGWolfgang Denk
2007-11-03Fix a typo in cpu/mpc824x/interrupts.cGuennadi Liakhovetski
2007-11-03add ft_cpu_setup(..) on mpc8260Sergej Stepanov
2007-11-02Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2007-11-01Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk
2007-11-01Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2007-11-01Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk
2007-10-25ColdFire 5329: Assign correct SDRAM size and fix cacheTsiChungLiew
2007-10-25ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew
2007-10-24delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declarationJean-Christophe PLAGNIOL-VILLARD
2007-10-24fix warning: no return statement in function returning non-voidJean-Christophe PLAGNIOL-VILLARD
2007-10-23fix pxa255_idp boardMarcel Ziswiler
2007-10-21[MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanupShinya Kuribayashi
2007-10-21[MIPS] Fix $gp usageShinya Kuribayashi
2007-10-19Setting MSR[DE] in do_reseturwithsughosh@gmail.com