[Skiboot] [PATCH] hdata: Make FSPv1 work again

Oliver O'Halloran oohall at gmail.com
Tue May 2 14:06:42 AEST 2017


One less thing to work around for those crazy enough to try.

Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
 hdata/fsp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hdata/fsp.c b/hdata/fsp.c
index 0a89d66f985e..1d7a30422faf 100644
--- a/hdata/fsp.c
+++ b/hdata/fsp.c
@@ -55,6 +55,7 @@ static enum sp_type find_service_proc_type(const struct HDIF_common_hdr *spss,
 	flags  = be16_to_cpu(sp_impl->func_flags);
 
 	switch (hw_ver) {
+	case 0x1:
 	case 0x2: /* We only support FSP2 */
 		sp_type = SP_FSP;
 		break;
-- 
2.9.3



More information about the Skiboot mailing list