]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
QuarkPlatformPkg/SystemFirmwareUpdateConfig: Add capsule config file.
[mirror_edk2.git] / QuarkPlatformPkg / Feature / Capsule / SystemFirmwareUpdateConfig / SystemFirmwareUpdateConfig.ini
diff --git a/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini b/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
new file mode 100644 (file)
index 0000000..2ca830a
--- /dev/null
@@ -0,0 +1,63 @@
+## @file\r
+#\r
+#  Copyright (c) 2016, 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
+#  which accompanies this distribution.  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
+#\r
+##\r
+\r
+[Head]\r
+NumOfUpdate = 4\r
+NumOfRecovery = 2\r
+Update0 = QuarkFvMain\r
+Update1 = QuarkFvBinary\r
+Update2 = QuarkFvRecovery\r
+Update3 = QuarkFvNvRam\r
+Recovery0 = QuarkFvMain\r
+Recovery1 = QuarkFvPayload\r
+\r
+[QuarkFvPayload]\r
+FirmwareType = 0            # SystemFirmware\r
+AddressType = 0             # 0 - relative address, 1 - absolute address.\r
+BaseAddress = 0x00400000    # Base address offset on flash\r
+Length      = 0x00100000    # Length\r
+ImageOffset = 0x00400000    # Image offset of this SystemFirmware image\r
+FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid\r
+\r
+[QuarkFvMain]\r
+FirmwareType = 0            # SystemFirmware\r
+AddressType = 0             # 0 - relative address, 1 - absolute address.\r
+BaseAddress = 0x00500000    # Base address offset on flash\r
+Length      = 0x001E0000    # Length\r
+ImageOffset = 0x00500000    # Image offset of this SystemFirmware image\r
+FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid\r
+\r
+[QuarkFvNvRam]\r
+FirmwareType = 1            # NvRam\r
+AddressType = 0             # 0 - relative address, 1 - absolute address.\r
+BaseAddress = 0x006E0000    # Base address offset on flash\r
+Length      = 0x00020000    # Length\r
+ImageOffset = 0x006E0000    # Image offset of this SystemFirmware image\r
+FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid\r
+\r
+[QuarkFvBinary]\r
+FirmwareType = 0            # SystemFirmware\r
+AddressType = 0             # 0 - relative address, 1 - absolute address.\r
+BaseAddress = 0x00700000    # Base address offset on flash\r
+Length      = 0x00010000    # Length\r
+ImageOffset = 0x00700000    # Image offset of this SystemFirmware image\r
+FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid\r
+\r
+[QuarkFvRecovery]\r
+FirmwareType = 0            # SystemFirmware\r
+AddressType = 0             # 0 - relative address, 1 - absolute address.\r
+BaseAddress = 0x00710000    # Base address offset on flash\r
+Length      = 0x000F0000    # Length\r
+ImageOffset = 0x00710000    # Image offset of this SystemFirmware image\r
+FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid\r
+\r