aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)AuthorFilesLines
2006-10-27MPC86xx: Cleaned up unused and conditionally used local variables.Jon Loeliger1-6/+2
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-10-24Code cleanupWolfgang Denk1-165/+165
2006-10-19Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2-270/+1
2006-10-10Coding style changes to remove local varible blocksJon Loeliger1-74/+64
2006-10-10Fix whitespace issues.Jon Loeliger1-1/+0
2006-09-29Merge branch 'mpc86xx'Jon Loeliger1-0/+2
2006-09-29Fix missing tCycle/modfreq calculation.John Traill1-0/+2
2006-09-19Modified makefile for new build mechanism.Jon Loeliger1-7/+10
2006-09-14Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger1-4/+5
2006-08-29Remove trailing empty lines.Jon Loeliger1-5/+0
2006-08-29Remove bogus msync and use volatile asm.Jon Loeliger1-3/+3
2006-08-22General indent and whitespace cleanups.Jon Loeliger9-352/+331
2006-08-22Cleanup compiler warnings.Jon Loeliger1-13/+10
2006-08-17Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang1-1/+2
2006-08-09Fix caslat calculationJohn Traill1-96/+39
2006-08-09Convert to mac-address in ethernet nodes.Jon Loeliger1-4/+4
2006-07-31Move get_board_sys_clk to board directoryHaiying Wang1-66/+0
2006-07-28Fix 8641HPCN pollutionJohn Traill1-0/+2
2006-06-27Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641883-110/+284
2006-06-15Do not enable address translation on secondary CPUs.Jon Loeliger1-15/+0
2006-06-07Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger1-64/+64
2006-05-31Review cleanups.Jon Loeliger6-99/+37
2006-05-31White space cleanup.Jon Loeliger1-14/+13
2006-05-31Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger1-84/+6
2006-05-31Remove dead debug code.Jon Loeliger1-24/+0
2006-05-31Move mpc86xx PIXIS code to board directoryJon Loeliger1-293/+15
2006-05-30Improve "reset" command's interaction with watchdog.Haiying Wang1-5/+32
2006-05-30Fix two SDRAM setup bugs.Haiying Wang1-7/+7
2006-05-19Change arbitration to round-robin for SMP linux.Jon Loeliger1-6/+9
2006-05-19Enable dual DDR controllers and interleaving.Jon Loeliger1-121/+494
2006-05-19Remove L2 Cache invalidate polling.Jon Loeliger1-11/+17
2006-05-10Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang1-2/+3
2006-04-27Cleanup whitespaces and style issues.Jon Loeliger9-411/+339
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger13-0/+4699