aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc86xx
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Update SVR numbers to expand supportAndy Fleming1-1/+1
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger3-66/+47
2008-02-18mpc86xx: Fix unused variable 'config' and 'immap'Jean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-18mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk4-79/+108
2008-02-1485xx, 86xx: Determine I2C clock frequencies and store in global_dataTimur Tabi1-0/+2
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2-2/+2
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski1-44/+0
2008-01-2486xx: Add reginfo commandBecky Bruce1-1/+23
2008-01-2486xx: Remove old-style law setup codeBecky Bruce2-32/+0
2008-01-2486xx: Support new law setup method and convert mpc8641Becky Bruce3-1/+24
2008-01-2486xx: Rearrange the sequence in start.SBecky Bruce1-53/+69
2008-01-1086xx: Support 2GB DIMMsBecky Bruce1-1/+10
2007-11-20Merge commit 'remotes/wd/master'Jon Loeliger2-1/+6
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2-1/+6
2007-11-1786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger1-2/+4
2007-11-17make 8610 board use pixis resetJason Jin1-2/+2
2007-11-07make 8610 board use pixis resetJason Jin1-2/+2
2007-11-0786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger1-2/+4
2007-10-17Initial mpc8610hpcd cpu/, README and include/ files.Jon Loeliger1-2/+13
2007-10-1686xx: Allow for fewer DDR slots per memory controller.Jon Loeliger1-9/+21
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk3-4/+5
2007-08-10cpu/86xx fixes.Jon Loeliger4-97/+51
2007-08-06Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout3-346/+2
2007-08-02Fix build errors and warnings / code cleanup.Wolfgang Denk1-3/+3
2007-07-05mpc86xx: Remove old CFG_CMD_* references.Jon Loeliger1-6/+6
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-6/+6
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-4/+4
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski1-2/+2
2007-06-05mpc8641 image size cleanupEd Swarthout1-2/+0
2007-05-17Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips1-4/+4
2007-05-01Conditionalize 8641 Rev1.0 MCM workaroundsJames Yang1-14/+28
2007-05-01Rewrote picos_to_clk() to avoid rounding errors.James Yang1-8/+20
2007-04-20mpc86xx; Write MAC address to mac-address and local-mac-addressJon Loeliger1-0/+12
2007-04-20mpc86xx: protect memcpy to bad address if a mac-address is missing from dtJon Loeliger1-4/+8
2007-04-09Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang1-7/+1
2007-03-22Set Rev 2.x 86xx PIC in mixed mode.Haiying Wang1-0/+20
2007-03-22Add support for 8641 Rev 2 silicon.Ed Swarthout1-2/+2
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