summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
Commit message (Expand)AuthorAgeLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-03-4/+4
|\
| * Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-17-4/+4
* | [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-22-2/+2
* | mpc8641 image size cleanupEd Swarthout2007-06-05-2/+0
|/
* Conditionalize 8641 Rev1.0 MCM workaroundsJames Yang2007-05-01-14/+28
* Rewrote picos_to_clk() to avoid rounding errors.James Yang2007-05-01-8/+20
* mpc86xx; Write MAC address to mac-address and local-mac-addressJon Loeliger2007-04-20-0/+12
* mpc86xx: protect memcpy to bad address if a mac-address is missing from dtJon Loeliger2007-04-20-4/+8
* Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang2007-04-09-7/+1
* Set Rev 2.x 86xx PIC in mixed mode.Haiying Wang2007-03-22-0/+20
* Add support for 8641 Rev 2 silicon.Ed Swarthout2007-03-22-2/+2
* MPC86xx: Cleaned up unused and conditionally used local variables.Jon Loeliger2006-10-27-6/+2
* Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk2006-10-27-1/+1
* Code cleanupWolfgang Denk2006-10-24-165/+165
* Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-19-270/+1
* Coding style changes to remove local varible blocksJon Loeliger2006-10-10-74/+64
* Fix whitespace issues.Jon Loeliger2006-10-10-1/+0
* Merge branch 'mpc86xx'Jon Loeliger2006-09-29-0/+2
|\
| * Fix missing tCycle/modfreq calculation.John Traill2006-09-29-0/+2
* | Modified makefile for new build mechanism.Jon Loeliger2006-09-19-7/+10
|/
* Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-14-4/+5
* Remove trailing empty lines.Jon Loeliger2006-08-29-5/+0
* Remove bogus msync and use volatile asm.Jon Loeliger2006-08-29-3/+3
* General indent and whitespace cleanups.Jon Loeliger2006-08-22-352/+331
* Cleanup compiler warnings.Jon Loeliger2006-08-22-13/+10
* Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
* Fix caslat calculationJohn Traill2006-08-09-96/+39
* Convert to mac-address in ethernet nodes.Jon Loeliger2006-08-09-4/+4
* Move get_board_sys_clk to board directoryHaiying Wang2006-07-31-66/+0
* Fix 8641HPCN pollutionJohn Traill2006-07-28-0/+2
* Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-27-110/+284
* Do not enable address translation on secondary CPUs.Jon Loeliger2006-06-15-15/+0
* Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger2006-06-07-64/+64
* Review cleanups.Jon Loeliger2006-05-31-99/+37
* White space cleanup.Jon Loeliger2006-05-31-14/+13
* Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-31-84/+6
* Remove dead debug code.Jon Loeliger2006-05-31-24/+0
* Move mpc86xx PIXIS code to board directoryJon Loeliger2006-05-31-293/+15
* Improve "reset" command's interaction with watchdog.Haiying Wang2006-05-30-5/+32
* Fix two SDRAM setup bugs.Haiying Wang2006-05-30-7/+7
* Change arbitration to round-robin for SMP linux.Jon Loeliger2006-05-19-6/+9
* Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-19-121/+494
* Remove L2 Cache invalidate polling.Jon Loeliger2006-05-19-11/+17
* Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-10-2/+3
* Cleanup whitespaces and style issues.Jon Loeliger2006-04-27-411/+339
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-0/+4699