• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
15NumOfUpdate = 4
16NumOfRecovery = 2
17Update0 = QuarkFvMain
18Update1 = QuarkFvBinary
19Update2 = QuarkFvRecovery
20Update3 = QuarkFvNvRam
21Recovery0 = QuarkFvMain
22Recovery1 = QuarkFvPayload
23
24[QuarkFvPayload]
25FirmwareType = 0            # SystemFirmware
26AddressType = 0             # 0 - relative address, 1 - absolute address.
27BaseAddress = 0x00400000    # Base address offset on flash
28Length      = 0x00100000    # Length
29ImageOffset = 0x00400000    # Image offset of this SystemFirmware image
30FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid
31
32[QuarkFvMain]
33FirmwareType = 0            # SystemFirmware
34AddressType = 0             # 0 - relative address, 1 - absolute address.
35BaseAddress = 0x00500000    # Base address offset on flash
36Length      = 0x001E0000    # Length
37ImageOffset = 0x00500000    # Image offset of this SystemFirmware image
38FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid
39
40[QuarkFvNvRam]
41FirmwareType = 1            # NvRam
42AddressType = 0             # 0 - relative address, 1 - absolute address.
43BaseAddress = 0x006E0000    # Base address offset on flash
44Length      = 0x00020000    # Length
45ImageOffset = 0x006E0000    # Image offset of this SystemFirmware image
46FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid
47
48[QuarkFvBinary]
49FirmwareType = 0            # SystemFirmware
50AddressType = 0             # 0 - relative address, 1 - absolute address.
51BaseAddress = 0x00700000    # Base address offset on flash
52Length      = 0x00010000    # Length
53ImageOffset = 0x00700000    # Image offset of this SystemFirmware image
54FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid
55
56[QuarkFvRecovery]
57FirmwareType = 0            # SystemFirmware
58AddressType = 0             # 0 - relative address, 1 - absolute address.
59BaseAddress = 0x00710000    # Base address offset on flash
60Length      = 0x000F0000    # Length
61ImageOffset = 0x00710000    # Image offset of this SystemFirmware image
62FileGuid    = 14D83A59-A810-4556-8192-1C0A593C065C  # PcdEdkiiSystemFirmwareFileGuid
63
64