summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx
Commit message (Expand)AuthorAgeFilesLines
* Change DDR tlb start entry to CONFIG param for 85xxHaiying Wang2009-01-131-1/+5
* mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho2008-12-192-26/+32
* mpc8568: Double local bus clock dividerTrent Piepho2008-12-191-2/+2
* 85xx: Fix the boot window issueDave Liu2008-12-191-8/+8
* Set IVPR to kenrel entry point in second core boot pageHaiying Wang2008-12-191-0/+1
* mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho2008-12-191-1/+1
* mpc8[56]xx: Put localbus clock in device treeTrent Piepho2008-12-191-1/+7
* 85xx: Add support to populate addr map based on TLB settingsKumar Gala2008-12-191-0/+34
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-061-1/+2
* 85xx: init gd as early as possibleKumar Gala2008-12-041-6/+6
* 85xx: Fix relocation of CCSRBARKumar Gala2008-12-041-4/+5
* 85xx: Add PORDEVSR_PCI1 definePeter Tyser2008-12-041-1/+1
* 85xx: Add CPU 2 errata workaround to all 8548 boardsPeter Tyser2008-12-031-0/+13
* Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren2008-11-091-0/+18
* Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren2008-11-091-1/+4
* Fix typo in cpu/mpc85xx/cpu.cBen Warren2008-11-091-1/+1
* 85xx: Fix the incorrect register used for DDR erratum1Dave Liu2008-10-241-3/+6
* 85xx: Add basic e500mc core supportKumar Gala2008-10-243-0/+14
* 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic numberKumar Gala2008-10-241-2/+2
* Use strmhz() to format clock frequenciesWolfgang Denk2008-10-211-11/+15
* Merge 'next' branchWolfgang Denk2008-10-1818-156/+221
|\
| * 85xx if NUM_CPUS>1, print cpu numberEd Swarthout2008-10-181-0/+5
| * Have u-boot pass stashing parameters into device treeAndy Fleming2008-10-181-0/+11
| * 85xx: Export invalidate_{i,d}cache and add flush_dcacheKumar Gala2008-10-181-0/+49
| * rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-1818-156/+156
* | Revert "85xx: Using proper I2C source clock divider for MPC8544"Kumar Gala2008-10-171-2/+2
|/
* 85xx: Using proper I2C source clock divider for MPC8544Wolfgang Grandegger2008-10-081-2/+2
* Fix the incorrect DDR clk freq reporting on 8536DSJason Jin2008-10-072-2/+4
* 85xx: Remove setting of *cache-line-size in device treesKumar Gala2008-10-071-3/+0
* Fix printf errors under -DDEBUGAndrew Klossner2008-09-091-7/+7
* 85xx: Ensure timebase is zero on secondary coresKumar Gala2008-09-091-0/+5
* Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.Sergei Poselenov2008-09-081-8/+7
* Pass in tsec_info struct through tsec_initializeAndy Fleming2008-09-021-23/+10
* mpc85xx: remove redudant code with lib_ppc/interrupts.cKumar Gala2008-08-271-97/+12
* mpc85xx: Add support for the MPC8536Kumar Gala2008-08-275-1/+199
* mpc85xx: Add support for the MPC8572DS reference boardKumar Gala2008-08-272-2/+2
* FSL DDR: Remove old SPD support from cpu/mpc85xxKumar Gala2008-08-272-1166/+0
* FSL DDR: Add 85xx specific register settingKumar Gala2008-08-274-0/+318
* FSL DDR: Add e500 TLB helper for DDR codeKumar Gala2008-08-271-0/+64
* FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.Kumar Gala2008-08-271-1/+10
* fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala2008-08-211-1/+1
* 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala2008-08-122-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-07-154-23/+42
|\
| * 85xx: Cleanup L2 cache size detectionKumar Gala2008-07-141-17/+30
| * 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreqPaul Gortmaker2008-07-141-1/+1
| * Change the temp map to ROM to align addresses to page size.Andrew Klossner2008-07-141-4/+5
| * mpc85xx: use IS_E_PROCESSOR macroKim Phillips2008-07-141-1/+1
| * fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips2008-07-141-0/+5
* | Fix some more printf() format problems.Kumar Gala2008-07-141-2/+2
|/
* Fix printf errors.Andrew Klossner2008-07-091-4/+4
OpenPOWER on IntegriCloud