]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
ab46869873b8c00bcffca3edadbc92a4e89e3179
[mirror_edk2.git] / QuarkPlatformPkg / Feature / Capsule / SystemFirmwareUpdateConfig / SystemFirmwareUpdateConfig.ini
1 ## @file
2 #
3 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
4 # SPDX-License-Identifier: BSD-2-Clause-Patent
5 #
6 ##
7
8 [Head]
9 NumOfUpdate = 4
10 NumOfRecovery = 2
11 Update0 = QuarkFvMain
12 Update1 = QuarkFvBinary
13 Update2 = QuarkFvRecovery
14 Update3 = QuarkFvNvRam
15 Recovery0 = QuarkFvMain
16 Recovery1 = QuarkFvPayload
17
18 [QuarkFvPayload]
19 FirmwareType = 0 # SystemFirmware
20 AddressType = 0 # 0 - relative address, 1 - absolute address.
21 BaseAddress = 0x00400000 # Base address offset on flash
22 Length = 0x00100000 # Length
23 ImageOffset = 0x00400000 # Image offset of this SystemFirmware image
24 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
25
26 [QuarkFvMain]
27 FirmwareType = 0 # SystemFirmware
28 AddressType = 0 # 0 - relative address, 1 - absolute address.
29 BaseAddress = 0x00500000 # Base address offset on flash
30 Length = 0x001E0000 # Length
31 ImageOffset = 0x00500000 # Image offset of this SystemFirmware image
32 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
33
34 [QuarkFvNvRam]
35 FirmwareType = 1 # NvRam
36 AddressType = 0 # 0 - relative address, 1 - absolute address.
37 BaseAddress = 0x006E0000 # Base address offset on flash
38 Length = 0x00020000 # Length
39 ImageOffset = 0x006E0000 # Image offset of this SystemFirmware image
40 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
41
42 [QuarkFvBinary]
43 FirmwareType = 0 # SystemFirmware
44 AddressType = 0 # 0 - relative address, 1 - absolute address.
45 BaseAddress = 0x00700000 # Base address offset on flash
46 Length = 0x00010000 # Length
47 ImageOffset = 0x00700000 # Image offset of this SystemFirmware image
48 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
49
50 [QuarkFvRecovery]
51 FirmwareType = 0 # SystemFirmware
52 AddressType = 0 # 0 - relative address, 1 - absolute address.
53 BaseAddress = 0x00710000 # Base address offset on flash
54 Length = 0x000F0000 # Length
55 ImageOffset = 0x00710000 # Image offset of this SystemFirmware image
56 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
57