[Skiboot] [PATCH] habanero/slottable: Remove Network Mezz(2, 0) from PHB1.

Pridhiviraj Paidipeddi ppaidipe at linux.vnet.ibm.com
Sat Dec 17 00:28:11 AEDT 2016


With addition of latest callback of check_all_slot_table found below
error message in habanero platform.

[   17.069198739,3] PCI: built-in device not found: Network Mezz (loc: 10)
https://github.com/open-power/skiboot/issues/54

So PHB1 already having one Network Mezz(1,0) which is the only one there in the
habanero platform design layout. check_all_slot_table found the additional
Network Mezz(2,0) in slot table is in-correct. Fix this by removing it.

Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe at linux.vnet.ibm.com>
---
 platforms/astbmc/habanero.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/platforms/astbmc/habanero.c b/platforms/astbmc/habanero.c
index 0d3a01f..2856a97 100644
--- a/platforms/astbmc/habanero.c
+++ b/platforms/astbmc/habanero.c
@@ -39,11 +39,6 @@ static const struct slot_table_entry habanero_plx_slots[] = {
 		.name = "Network Mezz",
 	},
 	{
-		.etype = st_pluggable_slot,
-		.location = ST_LOC_DEVFN(2,0),
-		.name = "Network Mezz",
-	},
-	{
 		.etype = st_builtin_dev,
 		.location = ST_LOC_DEVFN(8,0),
 		.name = "Storage Mezz",
-- 
2.7.4



More information about the Skiboot mailing list