mu_basecore icon indicating copy to clipboard operation
mu_basecore copied to clipboard

Project Mu BaseCore

Results 131 mu_basecore issues
Sort by recently updated
recently updated
newest added

## Description Cherry-picked from the following commits: 621b31e009 ac8ba933fb 8256e15a5c 2a29c92335 - [x] Impacts functionality? - **Functionality** - Does the change ultimately impact how firmware functions? - Examples: Add a...

language:python

## Description Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE resource attribute as per the PI 1.8 spec. This flag is used to indicate that the memory should be treated as special purpose memory (SPM)....

## Description Changes from the following commits: d3138534f6 93260d499b - [ ] Impacts functionality? - **Functionality** - Does the change ultimately impact how firmware functions? - Examples: Add a new...

impact:non-functional

## Description Unsets the text attribute on all files to prevent their line endings from being normalized. See https://git-scm.com/docs/gitattributes for background. This was previously accomplished solely by instructing users to...

impact:non-functional

## Description Some AARCH64 platforms are incompatible with 64k runtime granularity. This PR adds a build option that is consumed to enable a deprecated option to set the runtime page...

## Description The `SMM_REV_ID` is defined in the STM specification: https://www.intel.com/content/www/us/en/content-details/671521/smi-transfer-monitor-stm-developer-or-user-guide.html?wapkw=stm, section 10.1.1. This change adds it into the `StmApi.h` for potential STM usage. - [ ] Impacts functionality? -...

impact:non-functional

## Description This change is added to incorporate basic implementation for CRC16-CCITT-FALSE algorithm. This function is useful for providing CRC16 value used in other data structures that requires CRC16 value...

## Description This change fixed an issue where the returned section data length is always 4 bytes larger than the real section. This would cause an issue where the caller...

## Description Adds a late initialize in DxeMain for the debug agent. This is required for the debug agent to be able to setup events to handle image loads, exit...

# 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 Cherry picked and squashed the following commits:...