Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and Run support for a Dfci Enabled Device Under Test #489

Merged
merged 4 commits into from
May 26, 2023

Conversation

mikeytdisco
Copy link
Contributor

Description

Fixes #470.

PRE-REQ. This PR requires the following PR's before this one will work correctly:
#473
#471
microsoft/mu_feature_dfci#84

This PR will have to bump DfciPkg to include PR 84 above before it is completed.

This change adds the prereqs for DFCI - that is, platform specific libraries required to interface between DFCI and a particular platform. The required DFCI libraries are in PR 471. A convenience PR for booting to FrontPage or with certain USB device mounted is also require (PR 473).

  • Impacts functionality?

  • Impacts security?

  • Breaking change?

  • Includes tests?

  • Includes documentation?

How This Was Tested

With all of the prerequisites included, a Q35 Virtual System was used to run the Dfci End to End UnitTest with satisfactory results. That is, all of the test cases ran will full success except Dfci_IntuneSettings - which exhibits some know errors. This is not fixed due to another pending change.

Integration Instructions

N/A

@github-actions github-actions bot added language:python Pull requests that update Python code type:documentation Improvements or additions to documentation labels Apr 16, 2023
@makubacki makubacki requested review from Flickdm and apop5 April 28, 2023 19:31
@mikeytdisco mikeytdisco force-pushed the personal/mikeut/SupportDfci branch from b0e9d3b to 185b603 Compare May 1, 2023 23:37
@mikeytdisco mikeytdisco force-pushed the personal/mikeut/SupportDfci branch from 34ba941 to e7e7a7f Compare May 26, 2023 19:57
@Flickdm Flickdm enabled auto-merge (squash) May 26, 2023 21:49
@Flickdm Flickdm merged commit a5f312d into microsoft:main May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language:python Pull requests that update Python code type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support for DFCI In Q35
3 participants