aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2011-01-14powerpc/8xxx: Move fsl_is_spd() into generic 8xxx ddr codeKumar Gala1-16/+2
2011-01-14powerpc/86xx: Convert SBC8641 to use common SRIO init codeKumar Gala1-1/+0
2011-01-14powerpc/86xx: Convert MPC8641HPCN to use common SRIO init codeKumar Gala1-4/+1
2011-01-14powerpc/85xx: Convert MPC8569MDS to use common SRIO init codeKumar Gala1-2/+1
2011-01-14powerpc/85xx: Convert MPC8568MDS to use common SRIO init codeKumar Gala1-2/+1
2011-01-14powerpc/85xx: Convert MPC8548CDS to use common SRIO init codeKumar Gala2-9/+5
2011-01-14powerpc/8xxx: Refactor SRIO initialization into common codeKumar Gala1-44/+0
2011-01-14powerpc/85xx: Rework corenet_ds pci_init_board to use common FSL PCIe codeKumar Gala1-116/+2
2011-01-14powerpc/85xx: Rework SBC8548 pci_init_board to use common FSL PCIe codeKumar Gala2-45/+13
2011-01-14powerpc/86xx: Rework SBC8641 pci_init_board to use common FSL PCIe codeKumar Gala2-65/+2
2011-01-14powerpc/86xx: Rework MPC8610HPCD pci_init_board to use common FSL PCIe codeKumar Gala2-64/+16
2011-01-14powerpc/85xx: Rework P1_P2_RDB pci_init_board to use common FSL PCIe codeKumar Gala2-62/+2
2011-01-14powerpc/85xx: Rework MPC8569MDS pci_init_board to use common FSL PCIe codeKumar Gala2-41/+2
2011-01-14powerpc/85xx: Rework MPC8568MDS pci_init_board to use common FSL PCIe codeKumar Gala2-39/+14
2011-01-14powerpc/85xx: Rework TQM boards pci_init_board to use common FSL PCIe codeKumar Gala2-37/+13
2011-01-14powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe codeKumar Gala5-137/+13
2011-01-14powerpc/85xx: Rework MPC8548CDS pci_init_board to use common FSL PCIe codeKumar Gala2-41/+12
2011-01-14powerpc/86xx: Rework MPC8641HPCN pci_init_board to use common FSL PCIe codeKumar Gala2-53/+2
2011-01-14powerpc/85xx: Rework MPC8536DS pci_init_board to use common FSL PCIe codeKumar Gala1-102/+14
2011-01-14powerpc/85xx: Rework MPC8544DS pci_init_board to use common FSL PCIe codeKumar Gala2-83/+26
2011-01-14powerpc/85xx: Rework P2020DS pci_init_board to use common FSL PCIe codeKumar Gala2-111/+2
2011-01-14powerpc/85xx: Rework MPC8572DS pci_init_board to use common FSL PCIe codeKumar Gala2-89/+10
2011-01-14powerpc/fsl-pci: Add generic code to setup PCIe controllersKumar Gala1-65/+2
2011-01-14MPC8xxx DDR: align informational printsBecky Bruce6-16/+18
2011-01-14mpc85xx: rename sdram_init() lbc_sdram_init()Becky Bruce7-16/+7
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce26-820/+38
2011-01-14tqm85xx: create fixed_sdram() to do sdram setupBecky Bruce1-14/+23
2011-01-14powerpc/85xx: Cleanup SGMII detection and reportingKumar Gala6-58/+40
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala13-41/+39
2011-01-14powerpc/85xx: Add support for booting from NAND on MPC8572DSKumar Gala2-2/+20
2011-01-14socrates: rename sdram_setup fixed_sdram()Becky Bruce1-2/+2
2011-01-14powerpc/85xx: Remove support for PM854/PM856 boardsKumar Gala10-1353/+0
2011-01-14powerpc/85xx: Removed support for MPC8540EVAL boardKumar Gala6-1383/+0
2011-01-14powerpc/85xx: Removed support for ATUM8548 boardKumar Gala5-588/+0
2011-01-12Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk4-0/+220
2011-01-11xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALLRicardo Ribalda Delgado2-18/+7
2011-01-10PPC4xx: Reduce NAND TLB window size on CanyonlandsFelix Radensky1-1/+1
2011-01-09miiphy: convert to linux/mii.hMike Frysinger17-71/+71
2011-01-09tqm5200.c: fix warning: 'edid_buf' defined but not usedWolfgang Denk1-1/+2
2011-01-06sh: Add support T-SH7706LSR boardNobuhiro Iwamatsu1-1/+1
2011-01-11sh: Fix build of shmin boardNobuhiro Iwamatsu1-1/+1
2011-01-11sh: Add support shmin boardNobuhiro Iwamatsu4-0/+220
2010-12-22Merge branch 'next' of ../nextWolfgang Denk89-1573/+1160
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby23-46/+46
2010-12-18OMAP3: EVM: Convert omap3_evm_version to u32Dirk Behme2-3/+3
2010-12-1774xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declarationPeter Tyser1-2/+5
2010-12-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-4/+4
2010-12-17Coding style (white space) cleanup.Wolfgang Denk2-2/+0
2010-12-17xilinx-ppc4xx-generic: Use common u-boot.ldsRicardo Ribalda Delgado6-548/+6
2010-12-17ppc4xx: Update lwmon5 board supportStefan Roese1-4/+18