summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-12-20mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho4-44/+55
2008-12-20mpc86xx: Double local bus clock dividerTrent Piepho1-0/+1
2008-12-20mpc8568: Double local bus clock dividerTrent Piepho1-2/+2
2008-12-2085xx: Fix the boot window issueDave Liu1-8/+8
2008-12-20Set IVPR to kenrel entry point in second core boot pageHaiying Wang1-0/+1
2008-12-20mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho2-2/+2
2008-12-20mpc8[56]xx: Put localbus clock in device treeTrent Piepho2-1/+16
2008-12-2085xx: Add support to populate addr map based on TLB settingsKumar Gala1-0/+34
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk4-5/+2
2008-12-16i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi11-194/+0
2008-12-14Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-12-14Remove compiler warning: target CPU does not support interworkingSergei Poselenov10-0/+10
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-7/+25
2008-12-10MIPS: Flush data cache upon relocationStefan Roese1-7/+21
2008-12-10MIPS: Add CONFIG_SKIP_LOWLEVEL_INITStefan Roese1-0/+4
2008-12-10sh: Update sh timer functionNobuhiro Iwamatsu6-315/+3
2008-12-10Fix compile error in building MBX860T.Ben Warren1-1/+1
2008-12-10Fixed path to sc520 SSI include fileGraeme Russ1-1/+1
2008-12-09video: fix FADS823 and RRvision compiling issuesAnatolij Gustschin1-2/+0
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2-2/+1
2008-12-09Section name should be ".data", not "data"Trent Piepho2-5/+4
2008-12-07Update U-Boot's build timestamp on every compilePeter Tyser23-23/+49
2008-12-06Remove redundant armv4 flag from arm926ejs compile flagsRemy Bohmer2-2/+1
2008-12-05Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk1-2/+2
2008-12-0485xx: init gd as early as possibleKumar Gala1-6/+6
2008-12-0485xx: Fix relocation of CCSRBARKumar Gala1-4/+5
2008-12-0485xx: Add PORDEVSR_PCI1 definePeter Tyser1-1/+1
2008-12-04fsl ddr skip interleaving if not supported.Ed Swarthout2-12/+17
2008-12-0485xx: Add CPU 2 errata workaround to all 8548 boardsPeter Tyser1-0/+13
2008-12-02AT91: remove non supported board AT91RM9200DF macroJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-11-25Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk1-26/+44
2008-11-25AT91RM9200DK: fix broken boot from NOR flashWolfgang Denk1-1/+1
2008-11-25at91rm9200: fix broken boot from nor flashJens Scharsig1-4/+1
2008-11-21ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initializationDave Mitchell1-7/+20
2008-11-21ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRsDave Mitchell1-20/+21
2008-11-21AT91: Enable PLLB for USBStelian Pop1-0/+18
2008-11-20ppc4xx: Clear all potentially pending exceptions in MCSRStefan Roese1-0/+4
2008-11-19Align end of bss by 4 bytesSelvamuthukumar8-1/+8
2008-11-18Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk7-111/+352
2008-11-10mpc8641: Support 36-bit physical addressingBecky Bruce1-11/+33
2008-11-10mpc8641: Change 32-bit memory mapBecky Bruce1-1/+1
2008-11-10mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce1-10/+10
2008-11-10mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce1-11/+8
2008-11-10mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2-5/+4
2008-11-10Merge commit 'wd/master'Jon Loeliger20-286/+1166
2008-11-10Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-0/+14
2008-11-10Moved PPC4xx EMAC driver to drivers/netBen Warren2-2128/+0
2008-11-10Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2-9/+1
2008-11-10Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren1-0/+4
2008-11-10Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren1-0/+13