فهرست منبع

Merge 6a1d01c68928ec75950524dbc1b18d679ea60c78 on remote branch

Change-Id: Ib2723056b4d1846ea05cc0970c64befce939281b
Linux Build Service Account 2 سال پیش
والد
کامیت
f322c5a366
4فایلهای تغییر یافته به همراه16 افزوده شده و 6 حذف شده
  1. 2 1
      drivers/spcom.c
  2. 2 1
      drivers/spss_utils.c
  3. 2 1
      include/uapi/linux/spcom.h
  4. 10 3
      include/uapi/linux/spss_utils.h

+ 2 - 1
drivers/spcom.c

@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2015-2019, 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2015-2019, 2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 /*

+ 2 - 1
drivers/spss_utils.c

@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * Copyright (c) 2016-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 /*

+ 2 - 1
include/uapi/linux/spcom.h

@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
 /*
- * Copyright (c) 2015-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 

+ 10 - 3
include/uapi/linux/spss_utils.h

@@ -1,6 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
 /*
- * Copyright (c) 2019-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  */
 
 #ifndef _UAPI_SPSS_UTILS_H_
@@ -89,8 +90,14 @@ struct spss_ioc_is_signaled {
 
 /* ---------- 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 */
 struct spss_ioc_set_fw_and_apps_cmac {