You've already forked edk2-platforms
mirror of
https://github.com/Dasharo/edk2-platforms.git
synced 2026-03-06 14:51:43 -08:00
Add a new feature package for Alert standard format support. Alert Standard format specification(DSP0136) REF:https://www.dmtf.org/sites/default/files/standards/documents/DSP0136.pdf Cc: Sai Chaganty <rangasai.v.chaganty@intel.com> Cc: Isaac Oram <isaac.w.oram@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: CrystalLee <CrystalLee@ami.com> Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
90 lines
2.5 KiB
Plaintext
90 lines
2.5 KiB
Plaintext
## @file
|
|
# FDF file for post-memory advanced features.
|
|
#
|
|
# This file is intended to be included into another package so advanced features
|
|
# can be conditionally included in the flash image by enabling the respective
|
|
# feature via its FeaturePCD.
|
|
#
|
|
# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
#
|
|
# Debugging features
|
|
#
|
|
!if gAcpiDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugFeatureEnable == TRUE
|
|
!include AcpiDebugFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gBeepDebugFeaturePkgTokenSpaceGuid.PcdBeepDebugFeatureEnable == TRUE
|
|
!include BeepDebugFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gPostCodeDebugFeaturePkgTokenSpaceGuid.PcdPostCodeDebugFeatureEnable == TRUE
|
|
!include PostCodeDebugFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gUsb3DebugFeaturePkgTokenSpaceGuid.PcdUsb3DebugFeatureEnable == TRUE
|
|
!include Usb3DebugFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# Network features
|
|
#
|
|
!if gNetworkFeaturePkgTokenSpaceGuid.PcdNetworkFeatureEnable == TRUE
|
|
!include NetworkFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# OutOfBandManagement features
|
|
#
|
|
!if gIpmiFeaturePkgTokenSpaceGuid.PcdIpmiFeatureEnable == TRUE
|
|
!include IpmiFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gSpcrFeaturePkgTokenSpaceGuid.PcdSpcrFeatureEnable == TRUE
|
|
!include SpcrFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gAsfFeaturePkgTokenSpaceGuid.PcdAsfFeatureEnable == TRUE
|
|
!include AsfFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# PowerManagement features
|
|
#
|
|
!if gS3FeaturePkgTokenSpaceGuid.PcdS3FeatureEnable == TRUE
|
|
!include S3FeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# SystemInformation features
|
|
#
|
|
!if gSmbiosFeaturePkgTokenSpaceGuid.PcdSmbiosFeatureEnable == TRUE
|
|
!include SmbiosFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# UserInterface features
|
|
#
|
|
!if gLogoFeaturePkgTokenSpaceGuid.PcdLogoFeatureEnable == TRUE
|
|
!include LogoFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gUserAuthFeaturePkgTokenSpaceGuid.PcdUserAuthenticationFeatureEnable == TRUE
|
|
!include UserAuthFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
!if gVirtualKeyboardFeaturePkgTokenSpaceGuid.PcdVirtualKeyboardFeatureEnable == TRUE
|
|
!include VirtualKeyboardFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|
|
|
|
#
|
|
# Individual features
|
|
#
|
|
!if gPlatformPayloadFeaturePkgTokenSpaceGuid.PcdPlatformPayloadFeatureEnable == TRUE
|
|
!include PlatformPayloadFeaturePkg/Include/PostMemory.fdf
|
|
!endif
|