summaryrefslogtreecommitdiff
path: root/board/xes/common
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: Drop pci_init_board()Simon Glass1-50/+0
2021-07-08ppc: Remove xpedite boardsTom Rini1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-15/+7
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2016-11-24powerpc: P2020: Remove macro CONFIG_P2020York Sun2-3/+3
2016-11-24powerpc: MPC8572: Remove macro CONFIG_MPC8572York Sun1-1/+1
2016-11-24powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig optionYork Sun1-1/+1
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-31/+7
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk4-4/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-106/+7
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk1-6/+11
2011-01-14powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe codeKumar Gala1-97/+13
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce2-48/+0
2011-01-14powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala1-6/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15fsl: Clean up printing of PCI boot infoPeter Tyser1-8/+8
2010-10-28Coding Style cleanupWolfgang Denk1-6/+4
2010-10-22XPedite5500 board supportJohn Schmoller2-0/+13
2010-10-22xes: Add board_flash_wp_on()John Schmoller1-0/+15
2010-10-22xes: Consolidate checkboard()John Schmoller4-0/+141
2010-10-22xes: Use common PCI initialization codePeter Tyser1-279/+49
2010-07-20powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliasesKumar Gala1-13/+1
2010-01-18PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-3/+3
2009-08-29xes: Use proper IO access functionsPeter Tyser2-25/+25
2009-08-29pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_initKumar Gala1-12/+0
2009-08-29pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_initKumar Gala1-12/+4
2009-07-22xes: Remove 8xxx board_add_ram_info() functionPeter Tyser1-53/+0
2009-06-13xes: Update Freescale clock code to work with 86xx processorsPeter Tyser2-1/+10
2009-06-13xes: Update Freescale DDR code to work with 86xx processorsPeter Tyser2-2/+8
2009-06-13xes: Update Freescale PCI code to work with 86xx processorsPeter Tyser2-10/+73
2009-04-04fsl_pci: Move prototypes into fsl_pci.h and remove explicit externsKumar Gala1-7/+0
2009-04-04fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.hKumar Gala1-1/+1
2008-12-2985xx: Enable inbound PCI config cycles for X-ES boards cleanupPeter Tyser1-0/+4
2008-12-29XPedite5200 board support cleanupPeter Tyser2-3/+68
2008-12-20XPedite5200 board supportPeter Tyser2-5/+101
2008-12-2085xx: Enable inbound PCI config cycles for X-ES boardsPeter Tyser1-0/+15
2008-12-20XPedite5370 board supportPeter Tyser4-0/+465