You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
This adds support for the first working sample of the MZSC2AM board, revision 0.1 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
26 lines
1003 B
INI
26 lines
1003 B
INI
## @file
|
|
#
|
|
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
# This program and the accompanying materials
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
##
|
|
|
|
[Head]
|
|
NumOfUpdate = 1
|
|
NumOfRecovery = 0
|
|
Update0 = SynQuacerFvMain
|
|
|
|
[SynQuacerFvMain]
|
|
FirmwareType = 0 # SystemFirmware
|
|
AddressType = 1 # 0 - relative address, 1 - absolute address.
|
|
BaseAddress = 0x08180000 # Base address offset on flash
|
|
Length = 0x00240000 # Length
|
|
ImageOffset = 0x00000000 # Image offset of this SystemFirmware image
|
|
FileGuid = e99b89f7-c120-4b25-4db1-8394edb0b4f5 # PcdEdkiiSystemFirmwareFileGuid
|