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 = 6 16 NumOfRecovery = 1 17 Update0 = Vlv2FvMicrocode 18 Update1 = Vlv2FvBinary 19 Update2 = Vlv2FvMain 20 Update3 = Vlv2FvRecovery2 21 Update4 = Vlv2FvRecovery 22 Update5 = Vlv2FvNvRam 23 Recovery0 = Vlv2FvMain 24 25 [Vlv2FvMicrocode] 26 FirmwareType = 0 # SystemFirmware 27 AddressType = 0 # 0 - relative address, 1 - absolute address. 28 BaseAddress = 0x00000000 # Base address offset on flash 29 Length = 0x00040000 # Length 30 ImageOffset = 0x00000000 # Image offset of this SystemFirmware image 31 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 32 33 [Vlv2FvNvRam] 34 FirmwareType = 1 # NvRam 35 AddressType = 0 # 0 - relative address, 1 - absolute address. 36 BaseAddress = 0x00040000 # Base address offset on flash 37 Length = 0x00080000 # Length 38 ImageOffset = 0x00040000 # Image offset of this SystemFirmware image 39 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 40 41 [Vlv2FvBinary] 42 FirmwareType = 0 # SystemFirmware 43 AddressType = 0 # 0 - relative address, 1 - absolute address. 44 BaseAddress = 0x000C0000 # Base address offset on flash 45 Length = 0x00050000 # Length 46 ImageOffset = 0x000C0000 # Image offset of this SystemFirmware image 47 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 48 49 [Vlv2FvMain] 50 FirmwareType = 0 # SystemFirmware 51 AddressType = 0 # 0 - relative address, 1 - absolute address. 52 BaseAddress = 0x00110000 # Base address offset on flash 53 Length = 0x00215000 # Length 54 ImageOffset = 0x00110000 # Image offset of this SystemFirmware image 55 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 56 57 [Vlv2FvRecovery2] 58 FirmwareType = 0 # SystemFirmware 59 AddressType = 0 # 0 - relative address, 1 - absolute address. 60 BaseAddress = 0x00325000 # Base address offset on flash 61 Length = 0x0006B000 # Length 62 ImageOffset = 0x00325000 # Image offset of this SystemFirmware image 63 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 64 65 [Vlv2FvRecovery] 66 FirmwareType = 0 # SystemFirmware 67 AddressType = 0 # 0 - relative address, 1 - absolute address. 68 BaseAddress = 0x00390000 # Base address offset on flash 69 Length = 0x00070000 # Length 70 ImageOffset = 0x00390000 # Image offset of this SystemFirmware image 71 FileGuid = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 # PcdEdkiiSystemFirmwareFileGuid 72 73