|
@@ -90,8 +90,14 @@ struct spss_ioc_is_signaled {
|
|
|
|
|
|
/* ---------- set fw and apps cmac --------------------------------- */
|
|
/* ---------- set fw and apps cmac --------------------------------- */
|
|
|
|
|
|
-/* Asym , Crypt , Keym + 3rd party uefi apps */
|
|
|
|
-#define MAX_SPU_UEFI_APPS 8
|
|
|
|
|
|
+/* NVM, Asym , Crypt , Keym */
|
|
|
|
+#define NUM_SPU_UEFI_APPS 4
|
|
|
|
+
|
|
|
|
+/* Max number of 3rd party UEFI applications */
|
|
|
|
+#define MAX_3RD_PARTY_UEFI_APPS 3
|
|
|
|
+
|
|
|
|
+/* Max number of total UEFI applications */
|
|
|
|
+#define MAX_SPU_UEFI_APPS (NUM_SPU_UEFI_APPS + MAX_3RD_PARTY_UEFI_APPS)
|
|
|
|
|
|
/** use variable-size-array for future growth */
|
|
/** use variable-size-array for future growth */
|
|
struct spss_ioc_set_fw_and_apps_cmac {
|
|
struct spss_ioc_set_fw_and_apps_cmac {
|