summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* | | Set IVPR to kenrel entry point in second core boot pageHaiying Wang2008-12-191-0/+1
* | | mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho2008-12-192-2/+2
* | | mpc8[56]xx: Put localbus clock in device treeTrent Piepho2008-12-192-1/+16
* | | 85xx: Add support to populate addr map based on TLB settingsKumar Gala2008-12-191-0/+34
| |/ |/|
* | Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-164-5/+2
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi2008-12-1511-194/+0
* | Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD2008-12-142-2/+2
* | Remove compiler warning: target CPU does not support interworkingSergei Poselenov2008-12-1310-0/+10
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2008-12-131-7/+25
|\ \
| * | MIPS: Flush data cache upon relocationStefan Roese2008-12-101-7/+21
| * | MIPS: Add CONFIG_SKIP_LOWLEVEL_INITStefan Roese2008-12-101-0/+4
* | | sh: Update sh timer functionNobuhiro Iwamatsu2008-12-106-315/+3
|/ /
* | Fix compile error in building MBX860T.Ben Warren2008-12-101-1/+1
* | Fixed path to sc520 SSI include fileGraeme Russ2008-12-101-1/+1
* | video: fix FADS823 and RRvision compiling issuesAnatolij Gustschin2008-12-091-2/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2008-12-092-2/+1
|\ \
| * | Remove redundant armv4 flag from arm926ejs compile flagsRemy Bohmer2008-12-062-2/+1
* | | Section name should be ".data", not "data"Trent Piepho2008-12-092-5/+4
* | | Update U-Boot's build timestamp on every compilePeter Tyser2008-12-0623-23/+49
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2008-12-051-2/+2
|\ \
| * | AT91: remove non supported board AT91RM9200DF macroJean-Christophe PLAGNIOL-VILLARD2008-12-021-2/+2
* | | 85xx: init gd as early as possibleKumar Gala2008-12-041-6/+6
* | | 85xx: Fix relocation of CCSRBARKumar Gala2008-12-041-4/+5
* | | 85xx: Add PORDEVSR_PCI1 definePeter Tyser2008-12-041-1/+1
* | | fsl ddr skip interleaving if not supported.Ed Swarthout2008-12-032-12/+17
* | | 85xx: Add CPU 2 errata workaround to all 8548 boardsPeter Tyser2008-12-031-0/+13
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-11-251-26/+44
|\ \
| * | ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initializationDave Mitchell2008-11-211-7/+20
| * | ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRsDave Mitchell2008-11-211-20/+21
| * | ppc4xx: Clear all potentially pending exceptions in MCSRStefan Roese2008-11-201-0/+4
* | | AT91RM9200DK: fix broken boot from NOR flashWolfgang Denk2008-11-241-1/+1
* | | at91rm9200: fix broken boot from nor flashJens Scharsig2008-11-241-4/+1
* | | AT91: Enable PLLB for USBStelian Pop2008-11-211-0/+18
|/ /
* | Align end of bss by 4 bytesSelvamuthukumar2008-11-188-1/+8
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk2008-11-187-111/+352
|\ \
| * | mpc8641: Support 36-bit physical addressingBecky Bruce2008-11-101-11/+33
| * | mpc8641: Change 32-bit memory mapBecky Bruce2008-11-101-1/+1
| * | mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce2008-11-101-10/+10
| * | mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce2008-11-101-11/+8
| * | mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2008-11-102-5/+4
| * | Merge commit 'wd/master'Jon Loeliger2008-11-1020-286/+1166
| |\ \
| * | | powerpc: change 86xx SMP boot methodBecky Bruce2008-11-047-73/+277
| * | | powerpc 86xx: Handle CCSR relocation earlierBecky Bruce2008-11-031-5/+24
* | | | Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren2008-11-091-0/+14
* | | | Moved PPC4xx EMAC driver to drivers/netBen Warren2008-11-092-2128/+0
* | | | Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2008-11-092-9/+1
* | | | Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren2008-11-091-0/+4
* | | | Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren2008-11-091-0/+13
* | | | Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren2008-11-092-1/+37
* | | | Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren2008-11-093-1/+30