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

31 Коммитов

Автор SHA1 Сообщение Дата
Ken Lautner a2251f4a13 REBASE: Updated changelog in the Readme 2023-05-13 22:42:54 -07:00
Ken Lautner 1b752dc034 Updated readme and CI for the 202302 release 2023-05-13 21:56:04 -07:00
kenlautner af0e760e8b Updated readme to include changes for 202208 (#147)
# Preface

Please ensure you have read the [contribution
docs](https://github.com/microsoft/mu/blob/master/CONTRIBUTING.md) prior
to submitting the pull request. In particular,
[pull request
guidelines](https://github.com/microsoft/mu/blob/master/CONTRIBUTING.md#pull-request-best-practices).

## Description

Updated repo readme to include changes that happened when updating to
202208.

For each item, place an "x" in between `[` and `]` if true. Example:
`[x]`.
_(you can also check items in the GitHub UI)_

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [x] Includes documentation?

## How This Was Tested

No test necessary.

## Integration Instructions

N/A
2023-05-13 21:56:01 -07:00
Michael Kubacki e2c0b13609 Convert line endings from LF to CRLF (#148)
# Preface

Please ensure you have read the [contribution
docs](https://github.com/microsoft/mu/blob/master/CONTRIBUTING.md) prior
to submitting the pull request. In particular,
[pull request
guidelines](https://github.com/microsoft/mu/blob/master/CONTRIBUTING.md#pull-request-best-practices).

## Description

Updates the repo to match Tianocore requirements to use CRLF line
endings.

This allows this repo to pass CI against the latest mu_basecore.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

Verified results with Line Ending Check CI plugin on Ubuntu.

## Integration Instructions

N/A

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2023-05-13 21:56:01 -07:00
Ken Lautner effd787beb Updated Readme and CIBuild to 202208 2022-09-27 18:20:04 -07:00
Kun Qin cd2578c058 Merged PR 5029: Switching Windows pipelines to build with VS2022
Switching Windows pipelines to build with VS2022
2022-03-28 23:37:05 +00:00
Ken Lautner e0c62b02fb REBASE: Updated readme for 2202 2022-03-10 14:47:43 -08:00
Taylor Beebe d0aa2f9e8c Update Readme and CI for 202111 2022-02-07 10:08:24 -08:00
Sean Brogan 60a5445a24 Update Readme for stabilization 2022-01-21 23:35:41 -08:00
Sean Brogan a6cbcfa1d3 Update readme for 202108 2021-09-11 00:59:22 -07:00
Bret Barkelew b2c0f37c5d UefiTestingPkg/FunctionalSystemTests/VarPolicyUnitTestApp dropped
It's now in Basecore.
2021-03-22 20:31:08 -07:00
Bret Barkelew c396938e31 MsCorePkg/MuVarPolicyFoundationDxe: Make changes for updated VarPol
Drop the -EDKII_VARIABLE_LOCK_PROTOCOL instance, since that's now part
of the Basecore implementation. Also update all variable and structure
names for the new version.
2021-03-22 20:31:08 -07:00
Bret Barkelew c362dc4219 Update Readme and CI branches for 202102 2021-03-22 20:31:08 -07:00
Bret Barkelew c419b1bb6b Update Readme with new format and badges 2020-10-14 14:15:54 -07:00
Bret Barkelew 61877dc8dc Remove unused mPeiVariableNotifyList global from MfciPei 2020-10-07 19:15:28 -07:00
Bret Barkelew 098119f8c5 Update Readme for new 202008 release 2020-10-06 12:33:08 -07:00
Michael Kubacki 0a171d9172 Merged PR 2522: Check PCI link speed and return PCI check results
DeviceSpecificBusInfoLib change:

* Changes the "MinimumGenSpeed" field in DEVICE_PCI_INFO to be a new
   enum type (PCIE_LINK_SPEED) that indicates the link speed.

 * Adds a new function ProcessPciDeviceResults () to the
   DeviceSpecificBusInfoLib interface that enables a library
   implementation to process the results of a PCI device
   check to perform custom actions in response to the results. A
   result is returned for each device returned by the library in
   the call to GetPciCheckDevices ().

CheckHardwareConnected change:

  * Updates CheckHardwareConnected to use the PCIE_LINK_SPEED type
    to determine device link speed.

  * Updates CheckHardwareConnected to use the PCI_DEVICE_CHECK_RESULT
    type to report PCI check results to DeviceSpecificBusInfoLib.

  * Implements support to read the PCI device link speed from the
    link status capability register.

  * Calls ProcessPciDeviceResults () to report the PCI device check
    results to the linked DeviceSpecificBusInfoLib instance.

  * Reports telemetry results when the link speed cannot be read
    or the link speed does not meet the minimum link speed specified

  * Updates the driver readme

Readme.rst:

  * Includes a note about breaking changes due to this library interface change
2020-06-10 23:42:01 +00:00
Bret Barkelew 16fd23e726 Add a note about the state of SharedCrypto to the Readme 2020-03-11 20:26:27 -07:00
Bret Barkelew be5246e6d6 Pivot to 202002 release notes and dependency branches. 2020-03-11 13:01:40 -07:00
Matthew Carlson 4ba238ec39 Updated Readme for 201911 as well as added template files to match the rest of MU 2019-12-06 11:25:41 -08:00
Bret Barkelew f2a49bf9cf Update all build files and readme for 1908. 2019-09-27 11:21:04 -07:00
Matthew Carlson 67c2855148 Merged PR 1429: [1905] Stuart EDK2 Pytools update
This includes fixes for 1905 changes as well as an update to use stuart instead of mu_build as the infrastructure for CI
2019-08-12 21:58:31 +00:00
Bret Barkelew 8feb09d8b6
Relicense entire repo for BSD2+Patent to align with TianoCore (#27) 2019-08-02 09:33:06 -07:00
Bret Barkelew 6bf9f569d8 Finalize release notes for 1903_RC1. 2019-07-11 18:01:00 -07:00
Bret Barkelew c840d8c70c Merged PR 1187: Add driver to install foundational Variable Policies for working with Mu.
Creates the MuVarPolicyFoundationDxe driver, which creates the DXE Phase Variables and generic Write-Once State Variable policy. See the feature README for details.
2019-05-18 17:17:52 +00:00
Matthew Carlson ed346e1ace [Feature] Added SharedCrypto (drop-in replacement for BaseCryptLib) (#22)
* Merged PR 1071: Added SharedCrypto (an drop in replacement for BaseCryptLib that uses a precompiled EFI)
2019-04-22 17:18:39 -07:00
John Schock d17aa04779 Add bars for Platform Mode 2 & 3 and remove STATE_UNDEFINED color bar (#21) 2019-03-27 11:01:59 -07:00
Bret Barkelew e6ca2d4495 REBASE: Token update of DisplayEngineDxe fingerprint. 2019-03-21 23:12:27 -07:00
Bret Barkelew ca066d12f3 Update branch documentation and CI branches. 2019-03-21 16:53:15 -07:00
Matthew Carlson 3a579a9f3b Merged PR 584: added build badges
added build badges
2018-12-29 01:27:09 +00:00
Sean Brogan 2ca7e82c75 Merged PR 413: Add CI/Pr Gate build support
Add CI/Pr Gate build support
Convert uni files to UTF-8
2018-11-08 01:28:27 +00:00