From 4eeb60ceef57b01662f61f905930d56a883b634a Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: Wed, 9 Aug 2017 20:48:17 +0530 Subject: opal-prd: Disable pnor access interface on FSP system On FSP system host does not have access to PNOR. Hence disable PNOR access interfaces. CC: Jeremy Kerr CC: Daniel M Crowell Signed-off-by: Vasant Hegde Acked-by: Jeremy Kerr Signed-off-by: Stewart Smith --- external/opal-prd/pnor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'external/opal-prd/pnor.h') diff --git a/external/opal-prd/pnor.h b/external/opal-prd/pnor.h index 4ff449c8..28571af6 100644 --- a/external/opal-prd/pnor.h +++ b/external/opal-prd/pnor.h @@ -23,5 +23,6 @@ extern int pnor_operation(struct pnor *pnor, const char *name, extern int pnor_init(struct pnor *pnor); extern void pnor_close(struct pnor *pnor); +extern bool pnor_available(struct pnor *pnor); #endif /*PNOR_H*/ -- cgit v1.2.1