• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Coreboot Payload Package
3#
4# Provides drivers and definitions to create uefi payload for coreboot.
5#
6# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
7# This program and the accompanying materials are licensed and made available under
8# the terms and conditions of the BSD License that accompanies this distribution.
9# The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php.
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
15##
16
17[Defines]
18  DEC_SPECIFICATION              = 0x00010005
19  PACKAGE_NAME                   = CorebootPayloadPkg
20  PACKAGE_GUID                   = 58ABC905-951E-472e-8590-77BA8A50BE63
21  PACKAGE_VERSION                = 0.1
22
23[LibraryClasses]
24
25[Guids]
26  #
27  ## Defines the token space for the Coreboot Payload Package PCDs.
28  #
29  gUEfiCorebootPayloadPkgTokenSpaceGuid  = {0x1d127ea, 0xf6f1, 0x4ef6, {0x94, 0x15, 0x8a, 0x0, 0x0, 0x93, 0xf8, 0x9d}}
30
31  #
32  # Gop Temp
33  #
34  gBmpImageGuid                           = { 0x878AC2CC, 0x5343, 0x46F2, { 0xB5, 0x63, 0x51, 0xF8, 0x9D, 0xAF, 0x56, 0xBA } }
35
36[Ppis]
37
38[Protocols]
39  #
40  # Gop Temp
41  #
42  gPlatformGOPPolicyGuid                  = { 0xec2e931b, 0x3281, 0x48a5, { 0x81, 0x07, 0xdf, 0x8a, 0x8b, 0xed, 0x3c, 0x5d } }
43
44################################################################################
45#
46# PCD Declarations section - list of all PCDs Declared by this Package
47#                            Only this package should be providing the
48#                            declaration, other packages should not.
49#
50################################################################################
51[PcdsFixedAtBuild, PcdsPatchableInModule]
52
53[PcdsDynamic, PcdsDynamicEx]
54
55