1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| ## @file
| # Copyright (c) 2014 - 2019 Intel Corporation. All rights reserved. <BR>
| #
| # SPDX-License-Identifier: BSD-2-Clause-Patent
| #
| ##
|
| [Defines]
| DEC_SPECIFICATION = 0x00010005
| PACKAGE_NAME = Ich10Pkg
| PACKAGE_GUID = 4E97AC4B-F64C-4008-BBDE-01CC3B0BAA6B
| PACKAGE_VERSION = 0.91
|
| [Includes]
| Include
|
| [Ppis]
|
| [Guids]
| gEfiPchTokenSpaceGuid = { 0x89a1b278, 0xa1a1, 0x4df7, { 0xb1, 0x37, 0xde, 0x5a, 0xd7, 0xc4, 0x79, 0x13 } }
| [Protocols]
| gEfiSmmSpiProtocolGuid = {0xbd75fe35, 0xfdce, 0x49d7, {0xa9, 0xdd, 0xb2, 0x6f, 0x1f, 0xc6, 0xb4, 0x37}}
|
| [PcdsFixedAtBuild]
| gEfiPchTokenSpaceGuid.PcdFlashAreaBaseAddress|0xFFE00000|UINT32|0x10000001
| gEfiPchTokenSpaceGuid.PcdFlashAreaSize|0x00200000|UINT32|0x10000002
|
|