]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FmpDevicePkg/FmpDevicePkg.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / FmpDevicePkg / FmpDevicePkg.uni
index da31d0ac816a3aa17639849f7bbb7d573fe518c7..263f88078b95c723be7c8ff43ef200b1d308138a 100644 (file)
@@ -6,15 +6,9 @@
 // Capsules.  The behavior of the Firmware Management Protocol instance is\r
 // customized using libraries and PCDs.\r
 //\r
-// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2018 - 2019, Intel Corporation. All rights reserved.<BR>\r
 //\r
-// This program and the accompanying materials are licensed and made available under\r
-// the terms and conditions of the BSD License which accompanies this distribution.\r
-// The full text of the license may be found at\r
-// http://opensource.org/licenses/bsd-license.php\r
-//\r
-// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+// SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 // **/\r
 \r
 \r
 #string STR_PACKAGE_DESCRIPTION  #language en-US  "This package provides libraries that support the implementation of a module that produces the Firmware Management Protocol to support the update of a system firmware component."\r
 \r
-#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceSystemResetRequired_PROMPT  #language en-US "FMP Device System Reset Required."\r
-#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceSystemResetRequired_HELP    #language en-US "Indicates if a full system reset is required before a firmware update to a firmware device takes effect.<BR><BR>\n"\r
-                                                                                                "TRUE  - System reset is required.<BR>\n"\r
-                                                                                                "FALSE - System reset is not required.<BR>"\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceStorageAccessEnable_PROMPT  #language en-US "Firmware Device Storage Access Enabled."\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceStorageAccessEnable_HELP    #language en-US "Indicates if the Firmware Management Protocol supports access to"\r
+                                                                                                "to a firmware storage device.  If set to FALSE, then only GetImageInfo()"\r
+                                                                                                "is supported.  This is used by FMP drivers that require the smallest"\r
+                                                                                                "possible Firmware Management Protocol implementation that supports"\r
+                                                                                                "advertising the updatable firmware device in the ESRT.<BR>"\r
+                                                                                                "  TRUE  - All Firmware Management Protocol services supported.<BR>"\r
+                                                                                                "  FALSE - Firmware Management Protocol returns EFI_UNSUPPORTED for"\r
+                                                                                                "          all services except GetImageInfo().<BR>"\r
 \r
 #string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceTestKeySha256Digest_PROMPT  #language en-US "SHA-256 hash of PKCS7 test key."\r
 #string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceTestKeySha256Digest_HELP    #language en-US "The SHA-256 hash of a PKCS7 test key that is used to detect if a test key"\r
                                                                                                           "value of 0 disables the watchdog timer.  The default value is 0 (watchdog"\r
                                                                                                           "disabled)."\r
 \r
-#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdFmpDevicePkcs7CertBufferXdr_PROMPT  #language en-US "One or more XDR encoded PKCS7 certificates used to verify firmware device capsule update images"\r
-#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdFmpDevicePkcs7CertBufferXdr_HELP    #language en-US "Provides one or more PKCS7 certificates used to verify a firmware device"\r
-                                                                                                 "capsule update image.  This PCD is encoded using the Variable-Length Opaque"\r
-                                                                                                 "Data format of RFC 4506 External Data Representation Standard (XDR)."\r
-                                                                                                 "The default value is empty with 0 certificates."\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceImageTypeIdGuid_PROMPT  #language en-US "Firmware Device Image Type ID."\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceImageTypeIdGuid_HELP    #language en-US "The Image Type ID to use if one is not provided by FmpDeviceLib. If this"\r
+                                                                                            "PCD is not a valid GUID value, then gEfiCallerIdGuid is used."\r
+\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDevicePkcs7CertBufferXdr_PROMPT  #language en-US "One or more XDR encoded PKCS7 certificates used to verify firmware device capsule update images"\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDevicePkcs7CertBufferXdr_HELP    #language en-US "Provides one or more PKCS7 certificates used to verify a firmware device"\r
+                                                                                               "capsule update image.  This PCD is encoded using the Variable-Length Opaque"\r
+                                                                                               "Data format of RFC 4506 External Data Representation Standard (XDR)."\r
+                                                                                               "The default value is empty with 0 certificates."\r
 \r
-#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdFmpDeviceLockEventGuid_PROMPT  #language en-US "Firmware Device Lock Event GUID."\r
-#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdFmpDeviceLockEventGuid_HELP    #language en-US "An event GUID that locks the firmware device when the event is signaled."\r
-                                                                                            "If this PCD is not a valid GUID value, then the firmware device is locked"\r
-                                                                                            "when gEfiEndOfDxeEventGroupGuid (End of DXE Phase) is signaled.  The"\r
-                                                                                            "default value is empty, so by default the firmware device is locked at the"\r
-                                                                                            "end of the DXE phase."\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceLockEventGuid_PROMPT  #language en-US "Firmware Device Lock Event GUID."\r
+#string STR_gFmpDevicePkgTokenSpaceGuid_PcdFmpDeviceLockEventGuid_HELP    #language en-US "An event GUID that locks the firmware device when the event is signaled."\r
+                                                                                          "If this PCD is not a valid GUID value, then the firmware device is locked"\r
+                                                                                          "when gEfiEndOfDxeEventGroupGuid (End of DXE Phase) is signaled.  The"\r
+                                                                                          "default value is empty, so by default the firmware device is locked at the"\r
+                                                                                          "end of the DXE phase."\r
 \r
 \r