projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
342f551
)
PPC405EP: set vendor id.
author
stroese
<stroese>
Fri, 12 Sep 2003 08:52:09 +0000
(08:52 +0000)
committer
stroese
<stroese>
Fri, 12 Sep 2003 08:52:09 +0000
(08:52 +0000)
cpu/ppc4xx/405gp_pci.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/405gp_pci.c
b/cpu/ppc4xx/405gp_pci.c
index 4b5472b70be6d58711e2b397128ae0cd0860825c..fa5acfc0de6cea6b660fca5633596c70fb727446 100644
(file)
--- a/
cpu/ppc4xx/405gp_pci.c
+++ b/
cpu/ppc4xx/405gp_pci.c
@@
-266,6
+266,10
@@
void pci_405gp_init(struct pci_controller *hose)
}
#endif
+#if defined(CONFIG_405EP) /* on ppc405ep vendor id is not set */
+ pci_write_config_word(PCIDEVID_405GP, PCI_VENDOR_ID, 0x1014); /* IBM */
+#endif
+
/*
* Set HCE bit (Host Configuration Enabled)
*/