CorebootPayloadPkg: Add coreboot PlatfromBootManagerLib implementation
In order to use the generic BdsDxe in MdeModulePkg, a platform specific PlatfromBootManagerLib is required. This library will help update the ConIn, ConOut and ErrOut variables. Cc: Prince Agyeman <prince.agyeman@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Maurice Ma <maurice.ma@intel.com> Reviewed-by: Lee Leahy <leroy.p.leahy@intel.com>
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
## @file
|
||||
# Coreboot Payload Package
|
||||
#
|
||||
# Provides drivers and definitions to create uefi payload for coreboot.
|
||||
# Provides drivers and definitions to create uefi payload for coreboot.
|
||||
#
|
||||
# Copyright (c) 2014, 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 that accompanies this distribution.
|
||||
# This program and the accompanying materials are licensed and made available under
|
||||
# the terms and conditions of the BSD License that 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.
|
||||
# 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.
|
||||
#
|
||||
##
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
PACKAGE_NAME = CorebootPayloadPkg
|
||||
PACKAGE_GUID = 58ABC905-951E-472e-8590-77BA8A50BE63
|
||||
PACKAGE_VERSION = 0.1
|
||||
|
||||
|
||||
[LibraryClasses]
|
||||
|
||||
|
||||
[Guids]
|
||||
#
|
||||
## Defines the token space for the Coreboot Payload Package PCDs.
|
||||
#
|
||||
gUEfiCorebootPayloadPkgTokenSpaceGuid = {0x1d127ea, 0xf6f1, 0x4ef6, {0x94, 0x15, 0x8a, 0x0, 0x0, 0x93, 0xf8, 0x9d}}
|
||||
|
||||
gUEfiCorebootPayloadPkgTokenSpaceGuid = {0x1d127ea, 0xf6f1, 0x4ef6, {0x94, 0x15, 0x8a, 0x0, 0x0, 0x93, 0xf8, 0x9d}}
|
||||
|
||||
#
|
||||
# Gop Temp
|
||||
#
|
||||
@@ -51,4 +51,4 @@
|
||||
[PcdsFixedAtBuild, PcdsPatchableInModule]
|
||||
|
||||
[PcdsDynamic, PcdsDynamicEx]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user