SystemFirmwareUpdateConfig.ini 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # Copyright (c) 2018, Hisilicon Limited. All rights reserved.
  3. # Copyright (c) 2018, Linaro Limited. All rights reserved.
  4. # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. #
  11. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  13. #
  14. ##
  15. [Head]
  16. NumOfUpdate = 3
  17. NumOfRecovery = 0
  18. Update0 = SysFvMain
  19. Update1 = SysCustom
  20. Update2 = SysNvRam
  21. [SysFvMain]
  22. FirmwareType = 0 # 0 - SystemFirmware, 1 - NvRam
  23. AddressType = 0 # 0 - relative address, 1 - absolute address.
  24. BaseAddress = 0x00000000 # Base address offset on flash
  25. Length = 0x002D0000 # Length
  26. ImageOffset = 0x00000000 # Image offset of this SystemFirmware image
  27. FileGuid = 642e4fcf-2df7-4415-8b70-a03909c57b55 # PcdEdkiiSystemFirmwareFileGuid
  28. [SysCustom]
  29. FirmwareType = 0 # 0 - SystemFirmware, 1 - NvRam
  30. AddressType = 0 # 0 - relative address, 1 - absolute address.
  31. BaseAddress = 0x002F0000 # Base address offset on flash
  32. Length = 0x00010000 # Length
  33. ImageOffset = 0x002F0000 # Image offset of this SystemFirmware image
  34. FileGuid = 642e4fcf-2df7-4415-8b70-a03909c57b55 # PcdEdkiiSystemFirmwareFileGuid
  35. [SysNvRam]
  36. FirmwareType = 1 # 0 - SystemFirmware, 1 - NvRam
  37. AddressType = 0 # 0 - relative address, 1 - absolute address.
  38. BaseAddress = 0x002D0000 # Base address offset on flash
  39. Length = 0x00020000 # Length
  40. ImageOffset = 0x002D0000 # Image offset of this SystemFirmware image
  41. FileGuid = 642e4fcf-2df7-4415-8b70-a03909c57b55 # PcdEdkiiSystemFirmwareFileGuid