mu
mu copied to clipboard
Project Mu Documentation
There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...
Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...
I'm not sure if it's my fault or there's a bug in build system but I have problem in building mu for qemu. I followed guides and even I did...
You can see perhaps the worst offender here: https://github.com/microsoft/mu_basecore/blob/c4d0d1130454b3e5051bb601c707234e3a91713a/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c#L2185 But the idea is to wrap each of these tests in a descriptive macro or function so that it's more readable...
Hello, it was reported by one of our customers, that incremental build does not work. We tracked it down to the GNUmakefile RELEASE_GCC5/AARCH64/ArmPlatformPkg/PrePi/PeiUniCore/GNUmakefile where a dependency is missing: instead of:...
Standardize a telemetry path on ASSERTs that will enable a telemetry event (with some sort of useful identifier) for any ASSERT that happens on a production system (where ASSERTs don't...
This logic doesn't work on linux https://github.com/microsoft/mu_basecore/blob/release/202008/BaseTools/Plugin/OverrideValidation/OverrideValidation.py#L525 ``` python # Needs to strip os.sep is to take care of the root path case # For a folder, this will do...
I've developed some UEFI firmware with Tianocore/EDK2. I found that mu is another platform for developing UEFI firmware. Is there any tutorial on how I should start developing UEFI firmware...
Placeholder, more details to follow...
Many of the CI DSC's lack ARM and AARCH64 in their SUPPORTED_ARCHITECTURES. Lets add these architectures where possible to get build and host unit test coverage. Examples: ``` FmpDevicePkg\Test\FmpDeviceHostPkgTest.dsc:15: SUPPORTED_ARCHITECTURES...