summaryrefslogtreecommitdiff
path: root/cpu/mpc512x
Commit message (Expand)AuthorAgeLines
* mpc5121: cpu/mpc512x/diu.c: fix warningsAnatolij Gustschin2010-03-21-2/+2
* kgdb: cpu/mpc* cpu/74xx: include kgdb.h when neededMike Frysinger2010-02-08-0/+1
* ppc: remove -ffixed-r14 gcc option.Joakim Tjernlund2010-01-26-1/+1
* ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund2010-01-26-5/+6
* ppc: Loose GOT access in IRQJoakim Tjernlund2010-01-26-32/+3
* mpc512x: Add display of reset status registerDetlev Zundel2010-01-24-2/+3
* mpc512x: Use in/out accessors for all registersDetlev Zundel2010-01-21-18/+19
* 5xxx, fdt: move fdt_fixup_memory() to cpu.c fileHeiko Schocher2009-12-08-0/+1
* Merge branch 'reloc'Wolfgang Denk2009-10-09-3/+4
|\
| * relocation: Do not relocate NULL pointers.Joakim Tjernlund2009-10-08-2/+4
| * ppc: Enable full relocation to RAMPeter Tyser2009-10-03-1/+0
* | mpc512x: fix fixed_sdram() init code.Wolfgang Denk2009-10-08-14/+19
|/
* mpc512x: Streamlined fixed_sdram() init sequence.Martha M Stan2009-09-25-35/+69
* Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2009-07-29-2/+2
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-18-1/+1
* MPC512x: factor out common codeWolfgang Denk2009-07-14-1/+122
* mpc512x: Fix problem with I2C access before relocationStefan Roese2009-06-12-1/+1
* mpc512x: Use serial_setbrg() in serial_init() to not duplicate the codeStefan Roese2009-06-12-21/+15
* mpc512x: Fix PSC divisor calculation for baudrate settingStefan Roese2009-06-12-1/+1
* MPC512x: remove include/mpc512x.hWolfgang Denk2009-06-12-6/+19
* MPC512x: use I/O accessors instead of pointer accessesWolfgang Denk2009-06-12-130/+168
* MPC512x: add more hardware description to immap_512x.hWolfgang Denk2009-06-12-3/+3
* cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer typeWolfgang Denk2009-06-12-1/+1
* cpu/mpc512x/pci.c: minor coding style cleanupWolfgang Denk2009-06-12-6/+3
* mpc512x: Move common files to share them by several boardsWolfgang Denk2009-06-12-1/+663
* mpc512x: change cpu/mpc512x/Makefile to use Kconfig styleWolfgang Denk2009-06-12-5/+4
* General help message cleanupWolfgang Denk2009-06-12-3/+3
* i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser2009-06-12-14/+0
* ppc: cleanup compiler errors/warningsHeiko Schocher2009-03-27-0/+1
* cpu/: get mac address from environmentMike Frysinger2009-03-20-2/+4
* ADS5121 Add IC Ident Module (IIM) supportMartha Marx2009-02-03-0/+397
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi2008-12-15-17/+0
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* Use strmhz() to format clock frequenciesWolfgang Denk2008-10-21-8/+11
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-51/+51
* Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren2008-09-02-0/+13
* Move MPC512x_FEC driver to drivers/netBen Warren2008-08-29-1022/+1
* fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala2008-08-21-1/+1
* ads5121: fix compiler warnings (unused variables)Wolfgang Denk2008-08-12-3/+1
* mpc5121: Move iopin features from board specific to common files.Kenneth Johansson2008-08-05-1/+50
* mpc5121: squash some fdt fixup errorsJohn Rigby2008-08-05-15/+62
* Fix some more print() format errors.Wolfgang Denk2008-07-11-1/+1
* Configuration changes for ADS5121 Rev 3Martha Marx2008-07-10-2/+6
* Consolidate ADS5121 IO Pin configurationMartha Marx2008-07-10-15/+0
* MPC512x: Change traps.c to not reference non-addressable memoryBecky Bruce2008-06-03-1/+7
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* MPC5121e ADS PCI support take 3John Rigby2008-03-02-5/+16
* PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-14-1/+1
* ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-46/+0