summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@semihalf.com>2006-08-10 12:43:17 +0200
committerRafal Jaworowski <raj@pollux.denx.de>2006-08-10 12:43:17 +0200
commit692519b1edfd5803cd2a841921492889f46f0ce3 (patch)
tree1a761268c5b203444769a19257a317d09ce396c4 /include/common.h
parentedd6cf20e1be63f84e0f5af0280473cf31f0e86c (diff)
downloadtalos-obmc-uboot-692519b1edfd5803cd2a841921492889f46f0ce3.tar.gz
talos-obmc-uboot-692519b1edfd5803cd2a841921492889f46f0ce3.zip
Add support for PCI-Express on PPC440SPe (Yucca board).
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 6d7c41ad2b..5f00f91f3f 100644
--- a/include/common.h
+++ b/include/common.h
@@ -244,6 +244,9 @@ void pciinfo (int, int);
void pci_master_init (struct pci_controller *);
# endif
int is_pci_host (struct pci_controller *);
+#if defined(CONFIG_440SPE)
+ void pcie_setup_hoses(void);
+#endif
#endif
int misc_init_f (void);
@@ -461,6 +464,7 @@ void get_sys_info ( sys_info_t * );
# if defined(CONFIG_440SPE)
unsigned long determine_sysper(void);
unsigned long determine_pci_clock_per(void);
+ int ppc440spe_revB(void);
# endif
# else
typedef PPC405_SYS_INFO sys_info_t;
OpenPOWER on IntegriCloud