Re: [PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using

2022-05-24 Thread Michael Ellerman
On Tue, 14 Sep 2021 15:46:30 +0530, Vasant Hegde wrote: > Currently only FSP based powernv systems supports firmware update > interfaces. Hence check that the token OPAL_FLASH_VALIDATE exists > before initalising the flash driver. > > Applied to powerpc/next. [1/1] powerpc/powernv/flash: Check

Re: [PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using

2021-09-14 Thread Vasant Hegde
On 9/15/21 11:53 AM, Michael Ellerman wrote: Vasant Hegde writes: Currently only FSP based powernv systems supports firmware update interfaces. Hence check that the token OPAL_FLASH_VALIDATE exists before initalising the flash driver. Signed-off-by: Vasant Hegde --- arch/powerpc/platforms/p

Re: [PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using

2021-09-14 Thread Vasant Hegde
On 9/15/21 11:53 AM, Michael Ellerman wrote: Vasant Hegde writes: Currently only FSP based powernv systems supports firmware update interfaces. Hence check that the token OPAL_FLASH_VALIDATE exists before initalising the flash driver. Signed-off-by: Vasant Hegde --- arch/powerpc/platforms/p

Re: [PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using

2021-09-14 Thread Michael Ellerman
Vasant Hegde writes: > Currently only FSP based powernv systems supports firmware update > interfaces. Hence check that the token OPAL_FLASH_VALIDATE exists > before initalising the flash driver. > > Signed-off-by: Vasant Hegde > --- > arch/powerpc/platforms/powernv/opal-flash.c | 4 > 1 fi

[PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using

2021-09-14 Thread Vasant Hegde
Currently only FSP based powernv systems supports firmware update interfaces. Hence check that the token OPAL_FLASH_VALIDATE exists before initalising the flash driver. Signed-off-by: Vasant Hegde --- arch/powerpc/platforms/powernv/opal-flash.c | 4 1 file changed, 4 insertions(+) diff --g