summaryrefslogtreecommitdiff
path: root/board/freescale
AgeCommit message (Expand)AuthorFilesLines
2009-11-23mpc8260: move FDT memory node fixup into common CPU code.Marcel Ziswiler1-13/+0
2009-11-0586xx: Remove redundant code in initdramBecky Bruce2-10/+0
2009-11-04Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"Kumar Gala3-8/+8
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-10-27ppc/85xx/pci: fsl_pci_init: pcie agent mode supportVivek Mahajan3-8/+8
2009-10-2785xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data ratePoonam Aggrwal1-2/+2
2009-10-2785xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.Poonam Aggrwal1-8/+8
2009-10-16ppc/P1_P2_RDB: On-chip BootROM supportDipen Dudhat1-0/+12
2009-10-16ppc/P1_P2_RDB: NAND Boot SupportDipen Dudhat2-0/+17
2009-10-09Merge branch 'reloc'Wolfgang Denk4-10/+0
2009-10-08mpc512x: fix fixed_sdram() init code.Wolfgang Denk1-6/+6
2009-10-03ppc: Remove pci config table pointer relocation fixupsPeter Tyser1-7/+0
2009-10-03ppc: Enable full relocation to RAMPeter Tyser3-3/+0
2009-10-01Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-0/+30
2009-09-30On-chip ROM boot: MPC8536DS supportMingkai Hu1-0/+12
2009-09-30NAND boot: MPC8536DS supportMingkai Hu2-0/+18
2009-09-26mpc83xx: mpc8360emds: Add QE USB device tree fixupsAnton Vorontsov1-0/+12
2009-09-26mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUsAnton Vorontsov1-6/+50
2009-09-26mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is availableAnton Vorontsov1-1/+4
2009-09-25mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]Wolfgang Denk1-1/+1
2009-09-25Add Elpida Memory Configuration to mpc5121ads BoardsMartha M Stan1-2/+97
2009-09-25mpc512x: Streamlined fixed_sdram() init sequence.Martha M Stan1-1/+1
2009-09-24mpc8610hpcd: Use common 86xx fdt fixup codePeter Tyser1-13/+1
2009-09-24ppc/85xx: 32bit DDR changes for P1020/P1011Poonam Aggrwal1-5/+24
2009-09-24ppc/85xx: Clean up use of LAWAR definesKumar Gala7-16/+16
2009-09-24ppc/85xx: Clean up mpc8572DS PCI setup codeKumar Gala1-157/+73
2009-09-24ppc/85xx: Clean up p2020ds PCI setup codeKumar Gala1-117/+33
2009-09-24ppc/85xx: Clean up p1_p2_rdb PCI setupKumar Gala1-20/+22
2009-09-16NAND boot: change NAND loader's relocate SP to CONFIG paramMingkai Hu1-1/+1
2009-09-10ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala4-0/+8
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala10-57/+44
2009-09-08ppc/8xxx: Remove ddr_pd_cntl register since it doesn't existKumar Gala1-5/+0
2009-09-08fsl: sys_eeprom: Fix 'may be used uninitialized' warningAnton Vorontsov1-1/+2
2009-08-29fsl: simplify the "mac id" command, improve boot-time informational messageTimur Tabi1-32/+49
2009-08-2985xx: Added PCIe support for P1 P2 RDBPoonam Aggrwal2-1/+119
2009-08-2985xx: Init pci ethernet cards if we enable any on MPC8572DSKumar Gala1-1/+2
2009-08-2985xx: Move to a common linker scriptKumar Gala12-1722/+0
2009-08-2985xx: Add support for P2020RDB boardPoonam Aggrwal7-0/+809
2009-08-2986xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala2-6/+0
2009-08-2985xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala11-43/+0
2009-08-2985xx: Cleanup whitespace in mpc8536ds.cKumar Gala1-11/+5
2009-08-29pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala9-73/+0
2009-08-29pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala9-59/+24
2009-08-26Convert CS8900 Ethernet driver to CONFIG_NET_MULTI APIBen Warren1-0/+12
2009-08-04Merge branch 'next' of git://git.denx.de/u-boot-coldfireWolfgang Denk5-3/+311