summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/cpu.c
AgeCommit message (Expand)Author
2009-09-08ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().Poonam Aggrwal
2009-09-08ppc/85xx,86xx: Handling Unknown SOC versionPoonam Aggrwal
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal
2009-08-288xxx: Refactored common cpu specific code for 85xx/86xx into one file.Poonam Aggrwal
2009-07-018xxx: Break out DMA code to a common filePeter Tyser
2009-06-3086xx: Add CPU_TYPE_ENTRY supportKumar Gala
2009-06-12fsl/85xx, 86xx: Sync up DMA codePeter Tyser
2009-06-12fsl: Create common fsl_dma.h for 85xx and 86xx cpusPeter Tyser
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-02-1686xx: Update CPU info output on bootupPeter Tyser
2009-02-1686xx: Reset updatePeter Tyser
2009-01-12MPC86xx: fix build warningsWolfgang Denk
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho
2008-12-19mpc86xx: Double local bus clock dividerTrent Piepho
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming
2008-07-10Merge commit 'wd/master'Jon Loeliger
2008-07-10Minor coding style cleanup; update CHANGELOGWolfgang Denk
2008-07-07Feed the watchdog in u-boot for 8610 board.Jason Jin
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren
2008-06-03PPC: 86xx Add bat registers to reginfo commandBecky Bruce
2008-03-26Update SVR numbers to expand supportAndy Fleming
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger
2008-01-2486xx: Add reginfo commandBecky Bruce
2007-11-07make 8610 board use pixis resetJason Jin
2007-10-17Initial mpc8610hpcd cpu/, README and include/ files.Jon Loeliger
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips
2007-04-20mpc86xx; Write MAC address to mac-address and local-mac-addressJon Loeliger
2007-04-20mpc86xx: protect memcpy to bad address if a mac-address is missing from dtJon Loeliger
2007-04-09Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang
2006-09-14Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger
2006-08-22General indent and whitespace cleanups.Jon Loeliger
2006-08-09Convert to mac-address in ethernet nodes.Jon Loeliger
2006-05-31White space cleanup.Jon Loeliger
2006-05-31Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger
2006-05-31Remove dead debug code.Jon Loeliger
2006-05-31Move mpc86xx PIXIS code to board directoryJon Loeliger
2006-05-30Improve "reset" command's interaction with watchdog.Haiying Wang
2006-04-27Cleanup whitespaces and style issues.Jon Loeliger
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger