]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Capsule/GenerateCapsule.py
BaseTools/Capsule: Update file header with tool limitations
[mirror_edk2.git] / BaseTools / Source / Python / Capsule / GenerateCapsule.py
index 76426dcf6668857cd59fd32deaf05ff708abbaf9..d829000849ad0185e9e3b911b1fe09b0708f1a5e 100644 (file)
@@ -1,6 +1,17 @@
 ## @file\r
 # Generate a capsule.\r
 #\r
+# This tool generates a UEFI Capsule around an FMP Capsule.  The capsule payload\r
+# be signed using signtool or OpenSSL and if it is signed the signed content\r
+# includes an FMP Payload Header.\r
+#\r
+# This tool is intended to be used to generate UEFI Capsules to update the\r
+# system firmware or device firmware for integrated devices.  In order to\r
+# keep the tool as simple as possible, it has the following limitations:\r
+#   * Do not support multiple payloads in a capsule.\r
+#   * Do not support optional drivers in a capsule.\r
+#   * Do not support vendor code bytes in a capsule.\r
+#\r
 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r