| Commit message (Expand) | Author | Age | Lines |
* | 83xx NAND boot: wait for LTESR[CC] | Lepcha Suchit | 2008-10-17 | -0/+12 |
* | mpc83xx: wait till UPM completes the write to array | Selvamuthukumar | 2008-10-14 | -3/+4 |
* | mpc83xx: spd_sdram: fix ddr sdram base address assignment bug | Anton Vorontsov | 2008-09-24 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2008-09-03 | -28/+183 |
|\ |
|
| * | mpc83xx: clean up cache operations and unlock_ram_in_cache() functions | Nick Spence | 2008-09-03 | -21/+30 |
| * | mpc83xx: Store and display Arbiter Event Register values | Nick Spence | 2008-09-03 | -1/+146 |
| * | mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache | Nick Spence | 2008-09-03 | -4/+5 |
| * | MPC83XX: Fix GPIO configuration - set gpio level before direction | Nick Spence | 2008-09-03 | -2/+2 |
* | | Pass in tsec_info struct through tsec_initialize | Andy Fleming | 2008-09-02 | -13/+7 |
|/ |
|
* | mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code | Ira W. Snyder | 2008-08-25 | -0/+26 |
* | fdt: rework fdt_fixup_ethernet() to use env instead of bd_t | Kumar Gala | 2008-08-21 | -1/+1 |
* | NAND boot: MPC8313ERDB support | Scott Wood | 2008-08-12 | -107/+157 |
* | 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq | Paul Gortmaker | 2008-07-14 | -1/+1 |
* | fdt: add crypto node handling for MPC8{3, 5}xxE processors | Kim Phillips | 2008-07-14 | -0/+18 |
* | silence misc printf formatting compiler warnings | Kim Phillips | 2008-07-10 | -4/+4 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-net | Wolfgang Denk | 2008-07-09 | -0/+20 |
|\ |
|
| * | Add mechanisms for CPU and board-specific Ethernet initialization | Ben Warren | 2008-07-06 | -0/+20 |
* | | fix system config overwrite @ MPC834x and MPC8313 | Andre Schwarz | 2008-06-25 | -0/+5 |
* | | mpc83xx: move CPU_TYPE_ENTRY over to processor.h | Kim Phillips | 2008-06-25 | -1/+0 |
|/ |
|
* | PPC: Create and use CONFIG_HIGH_BATS | Becky Bruce | 2008-06-03 | -3/+3 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -6/+6 |
* | mpc83xx: remove the unused CPM's stuff | Dave Liu | 2008-04-25 | -8/+0 |
* | lib_ppc: Revert "Make MPC83xx one step closer to full relocation." | Kim Phillips | 2008-04-25 | -7/+4 |
* | mpc83xx: Update DIMM data bus width test to support 40-bit width | Lee Nipper | 2008-04-11 | -2/+2 |
* | Make MPC83xx one step closer to full relocation. | Joakim Tjernlund | 2008-03-28 | -4/+7 |
* | mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code | Kim Phillips | 2008-03-28 | -123/+43 |
* | mpc83xx: display ddr frequency in board_add_ram_info banner | Kim Phillips | 2008-03-28 | -4/+7 |
* | mpc83xx: unreinvent mem_clk | Kim Phillips | 2008-03-28 | -13/+13 |
* | mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups | Anton Vorontsov | 2008-03-25 | -0/+8 |
* | 83xx: serdes setup routines | Anton Vorontsov | 2008-03-25 | -0/+146 |
* | 83xx: split COBJS onto separate lines | Anton Vorontsov | 2008-03-25 | -11/+12 |
* | mpc8323erdb: Improve the system performance | Michael Barkowski | 2008-03-25 | -0/+6 |
* | PPC: Use r2 instead of r29 as global data pointer | Wolfgang Denk | 2008-02-14 | -1/+1 |
* | ppc: Refactor cache routines, so there is only one common set. | Rafal Jaworowski | 2008-02-14 | -34/+0 |
* | QE: Move FDT support into a common file | Kumar Gala | 2008-02-12 | -10/+3 |
* | mpc83xx: Fix the fatal conflict of merge | Dave Liu | 2008-01-17 | -11/+6 |
* | mpc83xx: add support for more system clock performance controls | Kim Phillips | 2008-01-16 | -28/+57 |
* | mpc83xx: Add config of eTSEC emergency priority in SPCR | Dave Liu | 2008-01-16 | -0/+5 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -1/+1 |
* | Fixed syntax error in function init_e300_core() of mpc83xx/start.S if | Heiko Schocher | 2008-01-12 | -1/+1 |
* | mpc83xx: Fix the bug of 266MHz data rate DDR | Dave Liu | 2008-01-10 | -3/+3 |
* | mpc83xx: add "fsl, qe" compatible fixups | Anton Vorontsov | 2008-01-10 | -0/+6 |
* | mpc83xx: convert to using do_fixup_*() | Kim Phillips | 2008-01-08 | -480/+103 |
* | Add support CONFIG_UEC_ETH3 in MPC83xx | Joakim Tjernlund | 2008-01-08 | -1/+115 |
* | mpc83xx: Add the support of MPC837xEMDS board | Dave Liu | 2008-01-08 | -3/+10 |
* | mpc83xx: Add the support of MPC8315E SoC | Dave Liu | 2008-01-08 | -3/+49 |
* | mpc83xx: Add the support of MPC837x SoC | Dave Liu | 2008-01-08 | -30/+161 |
* | Convert boards that set memory node to use fdt_fixup_memory() | Kumar Gala | 2007-12-07 | -16/+2 |
* | Update libfdt from device tree compiler (dtc) | Kumar Gala | 2007-11-21 | -4/+4 |
* | Revert "Correct fixup relocation for mpc83xx" | Grant Likely | 2007-11-15 | -1/+2 |