aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc512x
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser18-3409/+0
2010-04-07fsl: improve the PIXIS code and fix a few bugsTimur Tabi1-1/+0
2010-03-21mpc5121: cpu/mpc512x/diu.c: fix warningsAnatolij Gustschin1-2/+2
2010-02-08kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger1-0/+1
2010-01-26ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund1-1/+1
2010-01-26ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund1-5/+6
2010-01-26ppc: Loose GOT access in IRQJoakim Tjernlund1-32/+3
2010-01-24mpc512x: Add display of reset status registerDetlev Zundel1-2/+3
2010-01-21mpc512x: Use in/out accessors for all registersDetlev Zundel4-18/+19
2009-12-085xxx, fdt: move fdt_fixup_memory() to cpu.c fileHeiko Schocher1-0/+1
2009-10-09Merge branch 'reloc'Wolfgang Denk2-3/+4
2009-10-08relocation: Do not relocate NULL pointers.Joakim Tjernlund1-2/+4
2009-10-08mpc512x: fix fixed_sdram() init code.Wolfgang Denk1-14/+19
2009-10-03ppc: Enable full relocation to RAMPeter Tyser1-1/+0
2009-09-25mpc512x: Streamlined fixed_sdram() init sequence.Martha M Stan1-35/+69
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2-2/+2
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-07-14MPC512x: factor out common codeWolfgang Denk2-1/+122
2009-06-12mpc512x: Fix problem with I2C access before relocationStefan Roese1-1/+1
2009-06-12mpc512x: Use serial_setbrg() in serial_init() to not duplicate the codeStefan Roese1-21/+15
2009-06-12mpc512x: Fix PSC divisor calculation for baudrate settingStefan Roese1-1/+1
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk6-6/+19
2009-06-12MPC512x: use I/O accessors instead of pointer accessesWolfgang Denk7-130/+168
2009-06-12MPC512x: add more hardware description to immap_512x.hWolfgang Denk1-3/+3
2009-06-12cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer typeWolfgang Denk1-1/+1
2009-06-12cpu/mpc512x/pci.c: minor coding style cleanupWolfgang Denk1-6/+3
2009-06-12mpc512x: Move common files to share them by several boardsWolfgang Denk6-1/+663
2009-06-12mpc512x: change cpu/mpc512x/Makefile to use Kconfig styleWolfgang Denk1-5/+4
2009-06-12General help message cleanupWolfgang Denk2-3/+3
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-14/+0
2009-03-27ppc: cleanup compiler errors/warningsHeiko Schocher1-0/+1
2009-03-20cpu/: get mac address from environmentMike Frysinger1-2/+4
2009-02-03ADS5121 Add IC Ident Module (IIM) supportMartha Marx2-0/+397
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-17/+0
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser1-1/+2
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk2-8/+11
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD8-51/+51
2008-09-02Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-0/+13
2008-08-29Move MPC512x_FEC driver to drivers/netBen Warren3-1022/+1
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-1/+1
2008-08-12ads5121: fix compiler warnings (unused variables)Wolfgang Denk2-3/+1
2008-08-05mpc5121: Move iopin features from board specific to common files.Kenneth Johansson2-1/+50
2008-08-05mpc5121: squash some fdt fixup errorsJohn Rigby1-15/+62
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10Configuration changes for ADS5121 Rev 3Martha Marx1-2/+6
2008-07-10Consolidate ADS5121 IO Pin configurationMartha Marx1-15/+0
2008-06-03MPC512x: Change traps.c to not reference non-addressable memoryBecky Bruce1-1/+7
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-02MPC5121e ADS PCI support take 3John Rigby1-5/+16