]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/SystemFirmwareUpdateConfig.ini
2ca830acea720a54a65ecd5d013465c0f5fada62
[mirror_edk2.git] / QuarkPlatformPkg / Feature / Capsule / SystemFirmwareUpdateConfig / SystemFirmwareUpdateConfig.ini
1 ## @file
2 #
3 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
4 # This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Head]
15 NumOfUpdate = 4
16 NumOfRecovery = 2
17 Update0 = QuarkFvMain
18 Update1 = QuarkFvBinary
19 Update2 = QuarkFvRecovery
20 Update3 = QuarkFvNvRam
21 Recovery0 = QuarkFvMain
22 Recovery1 = QuarkFvPayload
23
24 [QuarkFvPayload]
25 FirmwareType = 0 # SystemFirmware
26 AddressType = 0 # 0 - relative address, 1 - absolute address.
27 BaseAddress = 0x00400000 # Base address offset on flash
28 Length = 0x00100000 # Length
29 ImageOffset = 0x00400000 # Image offset of this SystemFirmware image
30 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
31
32 [QuarkFvMain]
33 FirmwareType = 0 # SystemFirmware
34 AddressType = 0 # 0 - relative address, 1 - absolute address.
35 BaseAddress = 0x00500000 # Base address offset on flash
36 Length = 0x001E0000 # Length
37 ImageOffset = 0x00500000 # Image offset of this SystemFirmware image
38 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
39
40 [QuarkFvNvRam]
41 FirmwareType = 1 # NvRam
42 AddressType = 0 # 0 - relative address, 1 - absolute address.
43 BaseAddress = 0x006E0000 # Base address offset on flash
44 Length = 0x00020000 # Length
45 ImageOffset = 0x006E0000 # Image offset of this SystemFirmware image
46 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
47
48 [QuarkFvBinary]
49 FirmwareType = 0 # SystemFirmware
50 AddressType = 0 # 0 - relative address, 1 - absolute address.
51 BaseAddress = 0x00700000 # Base address offset on flash
52 Length = 0x00010000 # Length
53 ImageOffset = 0x00700000 # Image offset of this SystemFirmware image
54 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
55
56 [QuarkFvRecovery]
57 FirmwareType = 0 # SystemFirmware
58 AddressType = 0 # 0 - relative address, 1 - absolute address.
59 BaseAddress = 0x00710000 # Base address offset on flash
60 Length = 0x000F0000 # Length
61 ImageOffset = 0x00710000 # Image offset of this SystemFirmware image
62 FileGuid = 14D83A59-A810-4556-8192-1C0A593C065C # PcdEdkiiSystemFirmwareFileGuid
63