aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/p2020ds/p2020ds.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-23powerpc: mpc85xx: remove P2020DS board supportMasahiro Yamada1-263/+0
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-07-22powerpc/mpc85xx: Check return value of find_tlb_idxYork Sun1-3/+9
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-1/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming1-1/+1
2012-07-06powerpc/85xx: Add USB device-tree fixup for various platformsramneek mehresh1-1/+5
2012-04-24powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during bootTimur Tabi1-6/+2
2011-04-20tsec: Convert tsec to use PHY LibAndy Fleming1-0/+7
2011-04-04powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala1-9/+1
2011-04-04powerpc/85xx: Add eSDHC support on P2020DSJerry Huang1-0/+13
2011-01-14powerpc/85xx: Rework P2020DS pci_init_board to use common FSL PCIe codeKumar Gala1-104/+1
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-27/+7
2011-01-14powerpc/85xx: Cleanup SGMII detection and reportingKumar Gala1-8/+6
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-3/+4
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala1-3/+0
2010-11-14mpc85xx: Fix SERDES/eTSEC message indentationPeter Tyser1-2/+2
2010-11-14fsl: Clean up printing of PCI boot infoPeter Tyser1-12/+12
2010-07-26powerpc/p2020ds: Integrated with P2020DS DDR change and enabled hwconfigyork1-2/+5
2010-07-20powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala1-10/+3
2010-07-16Move ICS CLK chip frequency calculation code into a common board libraryKumar Gala1-149/+0
2010-04-07p2020ds: add alternate boot bank support using the ngPIXIS FPGATimur Tabi1-35/+20
2010-04-07fsl: improve the PIXIS code and fix a few bugsTimur Tabi1-1/+0
2010-01-17PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-3/+3
2010-01-05ppc/85xx: Make flash TLB entry determined at runtime on FSL boardsKumar Gala1-1/+1
2010-01-05ppc/85xx: Move to using fsl_setup_hose on P2020 DSKumar Gala1-7/+5
2009-11-04Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"Kumar Gala1-3/+3
2009-10-27ppc/85xx/pci: fsl_pci_init: pcie agent mode supportVivek Mahajan1-3/+3
2009-09-24ppc/85xx: Clean up p2020ds PCI setup codeKumar Gala1-117/+33
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala1-8/+6
2009-08-28pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-9/+0
2009-08-28pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-10/+3
2009-07-2285xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boardsKumar Gala1-8/+14
2009-07-2285xx: Report which "bank" of NOR flash we are booting from on FSL boardsKumar Gala1-3/+20
2009-06-3085xx: Add pci e1000 Ethernet support for P2020 boardRoy Zang1-1/+2
2009-06-1285xx: Add P2020DS supportSrikanth Srinivasan1-0/+634