summaryrefslogtreecommitdiff
path: root/board/sbc8548/sbc8548.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-01-11sbc8548: Fix up local bus init to be frequency awarePaul Gortmaker1-3/+35
2012-01-11sbc8548: relocate fixed ddr init code to ddr.c filePaul Gortmaker1-44/+0
2012-01-11sbc8548: Fix LBC SDRAM initialization settingsPaul Gortmaker1-13/+16
2012-01-11sbc8548: enable ability to boot from alternate flashPaul Gortmaker1-1/+1
2011-11-11board/sbc8548/sbc8548.c: Fix GCC 4.6 build warningKumar Gala1-2/+0
2011-01-14powerpc/85xx: Rework SBC8548 pci_init_board to use common FSL PCIe codeKumar Gala1-37/+13
2011-01-14mpc85xx: rename sdram_init() lbc_sdram_init()Becky Bruce1-2/+1
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-44/+1
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-1/+2
2010-11-15fsl: Clean up printing of PCI boot infoPeter Tyser1-4/+4
2010-07-20powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala1-5/+3
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-14/+6
2009-11-04Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"Kumar Gala1-2/+2
2009-10-27ppc/85xx/pci: fsl_pci_init: pcie agent mode supportVivek Mahajan1-2/+2
2009-09-24sbc8548: update PCI/PCI-e support codePaul Gortmaker1-90/+39
2009-09-24sbc8548: correct local bus SDRAM size from 64M to 128MPaul Gortmaker1-1/+7
2009-09-24sbc8548: use I/O accessorsPaul Gortmaker1-46/+45
2009-09-24sbc8548: remove eTSEC3/4 voltage hackPaul Gortmaker1-6/+0
2009-09-24sbc8548: get_clock_freq is not valid for this boardPaul Gortmaker1-3/+3
2009-09-24sbc8548: delete unused MPC8548CDS info carried over from portPaul Gortmaker1-57/+6
2009-09-24sbc8548: enable use of PCI network cardsPaul Gortmaker1-0/+9
2009-09-24sbc8548: replace README with completely new documentPaul Gortmaker1-1/+2
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala1-3/+3
2009-08-29pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-11/+0
2009-08-29pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-4/+2
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-3085xx: Use common LSDMR defines from asm/fsl_lbc.hKumar Gala1-5/+5
2009-02-08pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-1/+1
2008-12-20mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+1
2008-12-0485xx: Add PORDEVSR_PCI1 definePeter Tyser1-1/+1
2008-12-0485xx: Add CPU 2 errata workaround to all 8548 boardsPeter Tyser1-7/+0
2008-12-0485xx: remove the unused ddr_enable_ecc in the board fileDave Liu1-10/+0
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2008-10-2585xx: Convert all fsl_pci_init users to new APIsKumar Gala1-46/+20
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-52/+52
2008-08-27FSL DDR: Convert sbc8548 to new DDR code.Kumar Gala1-1/+4