Project Mu Microsoft Core UEFI Value
Перейти к файлу
kenlautner 905c13eb88
[Cherry-pick] PcBdsPkg: Fix previous CodeQL change (b6b6c9c) (#281)
## Description

Fixes a previous CodeQL fix (b6b6c9c) that was checking for NULL return
values. In this case a NULL return value is valid so instead of
returning a bogus boot option let the function continue.

- [x] Impacts functionality?
- **Functionality** - Does the change ultimately impact how firmware
functions?
- Examples: Add a new library, publish a new PPI, update an algorithm,
...
- [ ] Impacts security?
- **Security** - Does the change have a direct security impact on an
application,
    flow, or firmware?
  - Examples: Crypto algorithm change, buffer overflow fix, parameter
    validation improvement, ...
- [ ] Breaking change?
- **Breaking change** - Will anyone consuming this change experience a
break
    in build or boot behavior?
- Examples: Add a new library class, move a module to a different repo,
call
    a function in a new library class in a pre-existing module, ...
- [ ] Includes tests?
  - **Tests** - Does the change include any explicit test code?
  - Examples: Unit tests, integration tests, robot tests, ...
- [ ] Includes documentation?
- **Documentation** - Does the change contain explicit documentation
additions
    outside direct code modifications (and comments)?
- Examples: Update readme file, add feature readme file, link to
documentation
    on an a separate Web page, ...

## How This Was Tested

Tested on Physical hardware devices to confirm boot. Also confirmed
CodeQL passes.

## Integration Instructions

N/A
2023-08-08 12:22:58 -07:00
.azurepipelines Repo File Sync: Always publish logs in CodeQL workflow, fix container safe dir, add issue assignment workflow (#230) 2023-04-28 13:24:26 -04:00
.config Personal/miketur/remove dfci pkg (#154) 2023-01-25 12:25:32 -05:00
.devcontainer Repo File Sync: Always publish logs in CodeQL workflow, fix container safe dir, add issue assignment workflow (#230) 2023-04-28 13:24:26 -04:00
.github .github/label-issues.yml: Use Mu DevOps 4.0.5 (#269) 2023-06-28 14:59:03 -04:00
.pytool .pytool/CISettings.py: Use all CodeQL filter files (#187) 2023-02-24 09:20:22 -08:00
AdvLoggerPkg Fix LineParserTestApp Ticks Calculation (#226) 2023-04-24 12:28:08 -07:00
HidPkg Fix CodeQL errors (#273) 2023-07-14 08:32:35 -07:00
MfciPkg Additional CodeQL Fixes (#221) 2023-04-20 19:37:05 +00:00
MsCorePkg MsCorePkg/PlatformBootManagerLib: Update pointer derefernce syntax 2023-06-09 22:07:44 -04:00
MsGraphicsPkg MsGraphicsPkg: More CodeQL fixes (#202) 2023-03-20 23:24:04 +00:00
MsWheaPkg Fix CodeQL errors (#273) 2023-07-14 08:32:35 -07:00
PcBdsPkg [Cherry-pick] PcBdsPkg: Fix previous CodeQL change (b6b6c9c) (#281) 2023-08-08 12:22:58 -07:00
UefiTestingPkg Update BootAuditTestApp to Correctly Test Load Option Variables (#256) 2023-06-06 00:01:31 +00:00
XmlSupportPkg [CodeQL] XmlSupportPkg: Fixing CodeQL failures in this package (#173) 2023-02-17 00:46:53 +00:00
.gitignore Sync pipelines, requirements, and documents with Basecore 2021-03-22 20:31:08 -07:00
.markdownlint.yaml Repo File Sync: Synced file(s) with microsoft/mu_devops (#114) 2022-11-30 11:40:52 -05:00
.markdownlintignore Add final external dependencie to the markdownlint ignore 2021-09-11 00:59:05 -07:00
CONTRIBUTING.md Repo File Sync: synced file(s) with microsoft/mu_devops (#152) 2023-02-02 05:09:21 -05:00
CodeQlFilters.yml Update CodeQlFilters (#205) 2023-03-22 13:05:37 -07:00
LICENSE.txt Repo File Sync: Synced file(s) with microsoft/mu_devops (#114) 2022-11-30 11:40:52 -05:00
Readme.rst Updated readme to include changes for 202208 (#147) 2023-01-23 12:03:29 -08:00
RepoDetails.md Drop the Readme in .pytool and redirect to Mu docs 2020-10-31 17:03:14 -07:00
SECURITY.md Repo File Sync: synced file(s) with microsoft/mu_devops (#161) 2023-02-03 05:07:22 -05:00
pip-requirements.txt pip: bump edk2-pytool-extensions from 0.23.2 to 0.23.3 (#239) 2023-05-22 21:18:53 -04:00

Readme.rst

=================================
Project Mu Common Plus Repository
=================================

============================= ================= =============== ===================
 Host Type & Toolchain        Build Status      Test Status     Code Coverage
============================= ================= =============== ===================
Windows_VS2022_               |WindowsCiBuild|  |WindowsCiTest| |WindowsCiCoverage|
Ubuntu_GCC5_                  |UbuntuCiBuild|   |UbuntuCiTest|  |UbuntuCiCoverage|
============================= ================= =============== ===================

This repository is part of Project Mu.  Please see Project Mu for details https://microsoft.github.io/mu.

Branch Status - release/202208
==============================

:Status:
  In Development

:Entered Development:
  Sep 2022

:Anticipated Stabilization:
  Nov 2022

Branch Changes - release/202208
===============================

Breaking Changes-dev
--------------------

- None

Main Changes-dev
----------------

- Added a DfciVarLockAuditTest
- Replaced MuSecureBootLib and replaced it with SecureBootVariableLib
- Added the ResetIfBootNextFailsDxe module
- Added Dfci unsigned settings support
- Updated Pei core instance to support fixed in RAM mode

Bug Fixes-dev
-------------

- Fixed cspell errors
- Fixed markdown lint errors

Branched from 202202
--------------------

Original sync Commit: fd357a110984a67b85ae088c6803558115eb2d36


Code of Conduct
===============

This project has adopted the Microsoft Open Source Code of Conduct https://opensource.microsoft.com/codeofconduct/

For more information see the Code of Conduct FAQ https://opensource.microsoft.com/codeofconduct/faq/
or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`_. with any additional questions or comments.

Contributions
=============

Contributions are always welcome and encouraged!
Please open any issues in the Project Mu GitHub tracker and read https://microsoft.github.io/mu/How/contributing/


Copyright & License
===================

| Copyright (C) Microsoft Corporation
| SPDX-License-Identifier: BSD-2-Clause-Patent

.. ===================================================================
.. This is a bunch of directives to make the README file more readable
.. ===================================================================

.. CoreCI

.. _Windows_VS2022: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=49&&branchName=release%2F202208
.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20VS2022?branchName=release%2F202208
.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/49.svg
.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue

.. _Ubuntu_GCC5: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=50&&branchName=release%2F202208
.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Mu%20Plus%20CI%20Ubuntu%20GCC5?branchName=release%2F202208
.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/50.svg
.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue