Skip to content

Commit

Permalink
powerpc/rtas_flash: New return code to indicate FW entitlement expiry
Browse files Browse the repository at this point in the history
Add new return code to rtas_flash to indicate firmware entitlement
expiry. Strictly we don't need this update. But to keep it in sync
with PAPR, this was added.

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Vasant Hegde authored and Benjamin Herrenschmidt committed Apr 24, 2013
1 parent f51005d commit fd2d37c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/kernel/rtas_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
* T side will be updated with a downlevel image
*/
#define VALIDATE_TMP_UPDATE_DL 6
/*
* The candidate image's release date is later than the system's firmware
* service entitlement date - service warranty period has expired
*/
#define VALIDATE_OUT_OF_WRNTY 7

/* ibm,manage-flash-image operation tokens */
#define RTAS_REJECT_TMP_IMG 0
Expand Down

0 comments on commit fd2d37c

Please sign in to comment.