Граф коммитов

53 Коммитов

Автор SHA1 Сообщение Дата
Bret Barkelew 4146c2f742
.azurepipelines: Remove FINISHED and FAILED states #1
Remove 10 second delay workarounds for issues observed
when Mergify was originally enabled. These issues are
no longer present when GitHub branch protections are
used for status checks.

Cc: Sean Brogan sean.brogan@microsoft.com
Cc: Bret Barkelew Bret.Barkelew@microsoft.com
Cc: Liming Gao gaoliming@byosoft.com.cn
Signed-off-by: Michael D Kinney michael.d.kinney@intel.com
Reviewed-by: Bret Barkelew bret.barkelew@microsoft.com
Reviewed-by: Liming Gao gaoliming@byosoft.com.cn
(cherry picked from commit 5ef08a49e3411a56a2afedbb11127279033c8915)
2021-07-12 11:58:47 -07:00
Michael D Kinney ec96dcd6cd .azurepipelines: Remove FINISHED and FAILED states
Remove 10 second delay workarounds for issues observed
when Mergify was originally enabled.  These issues are
no longer present when GitHub branch protections are
used for status checks.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
(cherry picked from commit 5ef08a49e3411a56a2afedbb11127279033c8915)
2021-07-12 11:57:50 -07:00
Bret Barkelew b00392798b [TCBZ3039] VirtualKeyboardFeaturePkg: Capture status from PcdSet32S 2021-03-30 17:25:18 -07:00
Bret Barkelew 6470326275 Revert "[TCBZ3039] Replace PcdSet32S with PcdSet32"
This reverts commit 96b2332be3.
2021-03-30 12:56:57 -07:00
Bret Barkelew d3cff6368b REBASE: Update CI branches for 2102 2021-03-30 12:32:16 -07:00
Bret Barkelew b47be58f11 REBASE: Update Readme for 2102 2021-03-30 12:32:16 -07:00
Bret Barkelew 96b2332be3 [TCBZ3039] Replace PcdSet32S with PcdSet32
Return status is ignored.
2021-03-30 12:30:27 -07:00
Bret Barkelew 9d526b4d25 Add a NULL RngLib to UserAuthFeaturePkg.dsc
Required by Mu OpensslLib.
2021-03-30 12:30:27 -07:00
Bret Barkelew 394eca3461 Add FltUsedLib to UserAuthFeaturePkg.dsc
Required by Mu CryptoPkg.
2021-03-30 12:30:27 -07:00
Bret Barkelew 67f5566c7d Drop NetworkFeaturePkg from CI 2021-03-30 12:30:27 -07:00
Bret Barkelew 52e175d948 [TCBZ3038] IpmiFeaturePkg.dec has incorrect LibraryClasses 2021-03-30 12:30:27 -07:00
Bret Barkelew 1e743a5786 [TCBZ3037] Add components that are missing in DSCs 2021-03-30 12:30:27 -07:00
Bret Barkelew 7952ca30c5 Add all packages and dependencies to the CI pipeline 2021-03-30 12:30:27 -07:00
Bret Barkelew 94c0017c8a TEMP: Remove Markdown lint 2021-03-30 12:30:27 -07:00
Bret Barkelew 4610e030d5 Sync docs and pipelines with Basecore 2021-03-30 12:30:24 -07:00
Bret Barkelew cff42685a5 MU: Clean up a few paths in Intel_Readme 2021-03-30 12:25:39 -07:00
Bret Barkelew bd68a05803 MU: Change name of existing Intel Readme.md 2021-03-30 12:25:39 -07:00
Liu, Zhiguang 8c1b5354da Features/Intel/UserInterface/UserAuthFeaturePkg: Add RngLib instance to DSC
The UserAuthFeaturePkg build currently fails since it does not specify
a RngLib instance and OpensslLib links against RngLib.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
2021-03-30 12:20:42 -07:00
Nate DeSimone ef37988185 LogoFeaturePkg: Update Intel Logo
Updated Intel corporate logo.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
2021-03-30 12:20:42 -07:00
Ray Ni 33b811ff91 Features/Intel/Readme.md: clarify feature package dependency rule
Original statement only says depending on another feature package
is not allowed. It gives developers impression that board level
packages are allowed to depend on.

This patch clarifies the package dependency rule.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
Cc: Isaac W Oram <isaac.w.oram@intel.com>
2020-07-27 22:09:46 -07:00
Tan, Ming dcacdbe556 Features/Intel/Debugging: Fix build error when use Xcode
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2822

When use Xcode, it will report following compile error:
  duplicate symbol _mRscHandlerProtocol in:

So in the Features/Intel/Debugging/,
change the global variable name in the following files
  RuntimeDxeBeepStatusCodeHandlerLib.c
  RuntimeDxePostCodeStatusCodeHandlerLib.c

Reviewed-by: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
2020-07-27 22:09:45 -07:00
Tan, Ming e2dc0ce63d Features/Intel/PostCodeDebugFeaturePkg: add it.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2478

The PostCodeDebugFeaturePkg include some useful post code debug
libraries, such as get post code from status code and show it.

It provide a library PostCodeStatusCodeHandlerLib used by edk2
StatusCodeHandler.efi, used to show the post code.
It also provide a library of PostCodeMap lib, it map the status code
to post code.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
2020-07-27 22:09:45 -07:00
Tan, Ming 5604456f96 Features/Intel/BeepDebugFeaturePkg: add it.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2792

The BeepDebugFeaturePkg include some useful beep debug
libraries, such as get beep value from status code and beep.

It provide a library BeepStatusCodeHandlerLib used by edk2
StatusCodeHandler.efi, used to do beep if needed.
It also provide a library of BeepMap lib, it map the status code
to beep value.
A library of Beep lib is needed by platform, and this pkg has a
Null implementation.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
2020-07-27 22:09:45 -07:00
Tan, Ming dcd1739d4f Intel/Usb3DebugFeaturePkg: Remove the prefix path of Debugging/
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2795

In Features/Intel/Debugging/Usb3DebugFeaturePkg, remove the prefix
path of Debugging/ in the .inf and .dsc files.

Now the PACKAGES_PATH already include the Features/Intel/Debugging/.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2020-07-27 22:09:45 -07:00
Tan, Ming f9aebebcba Add Features/Intel/OutOfBandManagement/SpcrFeaturePkg.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2710

It is used to support the Serial Port Console Redirection Table (SPCR).

Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2020-07-27 22:09:45 -07:00
Tan, Ming 34ed7d06e8 Features/Intel/UserInterface: Add VirtualKeyboardFeaturePkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2603

It add a VirtualKeyboardDxe driver.
It is used with a touch panel, simulate a keyboard in the screen.

Signed-off-by: Ming Tan <ming.tan@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2020-07-27 22:09:44 -07:00
Eric Dong 58dccc9071 Remove temporary build workaround in Features/Intel/AdvancedFeaturePkg
[edk2-devel] [PATCH]
From: Heng Luo <heng.luo@intel.com>

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2688

Remove Features/Intel/AdvancedFeaturePkg/TemporaryBuildWorkaround,
Add Features/Intel/AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc
to support Feature PCDs.
Use AdvancedFeaturePkg/Include/AdvancedFeaturesPcd.dsc instead of
AdvancedFeaturePkg/TemporaryBuildWorkaround/TemporaryBuildWorkaround.dsc

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
2020-07-27 22:09:44 -07:00
Luo, Heng 58b86259ad Features/Intel: Correct wrong codes and remove unnecessary codes
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2644

Correct wrong codes and remove unnecessary codes in LogoFeaturePkg.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
2020-07-27 22:09:44 -07:00
Luo, Heng 33a7f9cfa8 Features/Intel: Add LogoFeaturePkg to TemporaryBuildWorkaround
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2644

Need to add LogoFeaturePkg to TemporaryBuildWorkaround because
OpenBoard still includes TemporaryBuildWorkaround for building BIOS.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
2020-07-27 22:09:44 -07:00
Heng Luo e0b76c0c9e Features/Intel: Add LogoFeaturePkg to provide logo images and drivers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2584

1. LogoDxe.inf includes a BMP logo in the EFI file,
the driver decodes the BMP file and provide the image
via EDKII_PLATFORM_LOGO_PROTOCOL.
2. JpegLogoDxe.inf includes a JPEG logo in the EFI file,
the driver use EFI_HII_IMAGE_DECODER_PROTOCOL to decode the Jpeg
file and provide the image via EDKII_PLATFORM_LOGO_PROTOCOL.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Heng Luo <heng.luo@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2020-07-27 22:09:44 -07:00
Michael Kubacki 7cab8bc191 Features/Intel: Add a Performance Impact section to Readme.md files
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2417

Performance impact is an important consideration for feature
integration. This new section captures the general expectation
for overall boot performance impact due to using an advanced
feature.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
2020-07-27 22:09:44 -07:00
Michael Kubacki d8f938a90b Features/Intel/AcpiDebugFeaturePkg: Add feature active PCD
Adds a dynamic PCD that specifies whether the feature is active.

This is useful because the feature might be enabled via FeatureFlag
PCD PcdAcpiDebugFeatureEnable meaning it is built and included in
the flash image but the board might need to control whether the
feature is active based on input such as a Setup menu option.

A deactivated feature will be dispatched but simply exit in the
entry point.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 02edd05127 Features/Intel/AdvancedFeaturePkg: Add FDF include files
Adds FDF files that group all currently available advanced features
so they can be conveniently included into board packages.

The Minimum Platform defines two firmware volumes for advanced
features: FvAdvancedPreMemory and FvAdvanced.

This change provides all pre-memory advanced feature modules to
be included in FvAdvancedPreMemory via
AdvancedFeaturePkg/Include/PreMemory.fdf. All post-memory advanced
feature modules to be included in FvAdvanced are available in
AdvancedFeaturePkg/Include/PostMemory.fdf.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 3775e177b6 Features/Intel/AdvancedFeaturePkg: Add temporary build workaround
This change adds a temporary build workaround to allow the advanced
feature PCDs to be used in conditional statements in DSC files even
if they are not referenced in INF files.

Support to allow a FeaturePCD to be used in a conditional statement
without being referenced in an INF file has been requested in the
following Bugzilla item:
https://bugzilla.tianocore.org/show_bug.cgi?id=2270

This change can be reverted when that Bugzilla is completed and the
change is submitted to edk2.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 189dfe46ed Features/Intel/AdvancedFeaturePkg: Add package
This change adds AdvancedFeaturePkg to the Features/Intel
directory. AdvancedFeaturePkg is a special package that is
located at the root level of Features/Intel.

All advanced features can be built using the AdvancedFeaturePkg
build. To build all advanced features, follow the instructions in
the Feature/Intel/Readme.md file. The actual build is performed by
executing the following command in the Features/Intel directory:

"build -p AdvancedFeaturePkg/AdvancedFeaturePkg.dsc -a IA32 -a X64"

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 15942f1528 Features/Intel/NetworkFeaturePkg: Add initial package
Adds a new feature package for the Network feature.

The Network feature code is actually in edk2/NetworkPkg at this
time so this package inclues the content from edk2/NetworkPkg. In
the future, it is preferred to move the source code from
NetworkPkg to NetworkFeaturePkg.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 47fb4ce3dd Features/Intel/UserAuthFeaturePkg: Add initial package
Adds a new feature package for the User Authentication feature.

Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:43 -07:00
Michael Kubacki 3cc5d037dd Features/Intel/Usb3DebugFeaturePkg: Add initial package
Adds a new feature package for the USB3 Debug feature.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:42 -07:00
Michael Kubacki 850c3ca74b Features/Intel/AcpiDebugFeaturePkg: Add initial package
Adds a new feature package for the ACPI Debug feature.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:42 -07:00
Michael Kubacki 166066ce41 Features/Intel/SmbiosFeaturePkg: Update default strings
Updates the PCD string default values so they are generic. The
PCDs should be customized by the package that uses the feature.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:42 -07:00
Michael Kubacki 721e721386 Features/Intel/SmbiosFeaturePkg: Add initial package
Adds a new feature package for the SMBIOS feature.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:42 -07:00
Michael Kubacki 9fdfa32278 Features/Intel/IpmiFeaturePkg: Add modules
This change adds the modules for the IPMI feature to
IpmiFeaturePkg.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:41 -07:00
Michael Kubacki 57315f2015 Features/Intel/IpmiFeaturePkg: Add libraries
This change adds the libraries required for the IPMI feature to
IpmiFeaturePkg.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:41 -07:00
Michael Kubacki 5f7ac84f3b Features/Intel/IpmiFeaturePkg: Add initial package
Adds a new feature package for the IPMI feature.

This change updates the advanced feature package template for IPMI
and adds the updated template to the IpmiFeaturePkg.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:41 -07:00
Michael Kubacki 556a44363e Features/Intel/S3FeaturePkg: Add initial package
Adds a new feature package for the S3 feature.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:40 -07:00
Michael Kubacki a4e03ca7c3 TemplateFeaturePkg: Add initial package
This change adds a new package called TemplateFeaturePkg that
should be used as a starting point for the creation of new advanced
feature packages.

TemplateFeaturePkg is not meant to be built or used directly for
functionality. It simply serves as a template to be copied and
modified. The advanced feature package creation process is
described in detail in Features/Intel/Readme.md.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:40 -07:00
Michael Kubacki 9fa8067a5e Features/Intel/Network: Add Readme.md
Adds the Readme.md file to briefly explain the types of features
supported in the Network feature domain directory.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:39 -07:00
Michael Kubacki 3f086d1e4b Features/Intel/UserInterface: Add Readme.md
Adds the Readme.md file to briefly explain the types of features
supported in the UserInterface feature domain directory.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:39 -07:00
Michael Kubacki 93b7a36953 Features/Intel/Debugging: Add Readme.md
Adds the Readme.md file to briefly explain the types of features
supported in the Debugging feature domain directory.

Note that the domain directory is named "Debugging" as opposed to
"Debug" to help indicate that the directory is related to features
used for debugging and it is not an output directory for a Debug
build target.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:39 -07:00
Michael Kubacki acc3c84210 Features/Intel/SystemInformation: Add Readme.md
Adds the Readme.md file to briefly explain the types of features
supported in the SystemInformation feature domain directory.

Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Sai Chaganty <rangasai.v.chaganty@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
2020-07-27 22:09:39 -07:00