summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8569mds
AgeCommit message (Expand)AuthorFilesLines
2012-11-288xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming1-1/+1
2012-11-04powerpc/mpc85xx: sparse fixesKim Phillips1-4/+4
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+77
2011-11-11board/freescale/mpc8569mds/mpc8569mds.c: Fix GCC 4.6 build warningKumar Gala1-2/+0
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-04-21fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming1-1/+3
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala1-22/+0
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-6/+0
2011-04-04powerpc/85xx: Remove config.mk for nand linker scriptKumar Gala1-30/+0
2011-01-14powerpc/85xx: Convert MPC8569MDS to use common SRIO init codeKumar Gala1-2/+1
2011-01-14powerpc/85xx: Rework MPC8569MDS pci_init_board to use common FSL PCIe codeKumar Gala2-41/+2
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-36/+0
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15fsl: Clean up printing of PCI boot infoPeter Tyser1-4/+4
2010-10-20powerpc/8xxx: Add fdt_fixup_phy_connection helperKumar Gala1-2/+2
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-5/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-3/+3
2010-10-19mkconfig: change CONFIG_MK_ prefix into plain CONFIG_Wolfgang Denk1-1/+1
2010-10-07mpc8569mds: fix some ddr settingsHaiying Wang1-3/+13
2010-10-07mpc8569mds: fix consuming long time while relocating code.Haiying Wang2-5/+36
2010-07-20powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala1-4/+3
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-1/+1
2010-04-13Create CPUDIR variablePeter Tyser1-1/+1
2010-01-27Nand boot: Add nand boot support for MPC8569mds boardLiu Yu2-0/+20
2010-01-26ppc/85xx: Add PIB/ATM support for MPC8569mdsLiu Yu1-0/+7
2010-01-18PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-1/+1
2010-01-05mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boardsAnton Vorontsov1-0/+14
2010-01-05ppc/85xx: Clean up MPC8569 MDS PCI setup codeKumar Gala1-60/+26
2009-10-27mpc85xx: Configure QE USB for MPC8569E-MDS boardsAnton Vorontsov2-0/+36
2009-10-27mpc85xx: Configure QE UART for MPC8569E-MDS boardsAnton Vorontsov2-21/+78
2009-10-27mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boardsAnton Vorontsov1-0/+6
2009-10-27mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boardsAnton Vorontsov1-0/+1
2009-10-27mpc85xx: Add eLBC NAND support for MPC8569E-MDS boardsAnton Vorontsov1-19/+11
2009-10-27mpc85xx: Add eSDHC support for MPC8569E-MDS boardsAnton Vorontsov2-1/+118
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala1-2/+2
2009-08-2985xx: Move to a common linker scriptKumar Gala1-143/+0
2009-08-2985xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-4/+0
2009-08-29pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-3/+0
2009-08-29pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-3/+1
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala3-3/+3
2009-06-1385xx: Add RMII support for MPC8569MDSHaiying Wang3-3/+110
2009-06-1385xx: Add UEC3 and UEC4 support for MPC8569MDSHaiying Wang2-0/+34
2009-06-1285xx: Add UART1 support for MPC8569MDSHaiying Wang1-0/+6
2009-06-1085xx: Fix the wrong BCSR address of 8569MDSDave Liu1-1/+1
2009-06-1085xx: Fix the clock adjust of mpc8569mds boardDave Liu1-1/+1
2009-04-04fsl_pci: Move prototypes into fsl_pci.h and remove explicit externsKumar Gala1-6/+0
2009-04-04fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.hKumar Gala1-1/+1
2009-03-30MPC85xx: Add MPC8569MDS board supportHaiying Wang9-0/+934