- Notifications
You must be signed in to change notification settings - Fork112
Comparing changes
Open a pull request
base repository:microsoft/mu_plus
Uh oh!
There was an error while loading.Please reload this page.
base:release/202502
head repository:Pateldisolution/mu_plus
Uh oh!
There was an error while loading.Please reload this page.
compare:release/201808
Uh oh!
There was an error while loading.Please reload this page.
- 10commits
- 119files changed
- 4contributors
Commits on Jan 14, 2019
Merged PR 654: Fix byte packing issue with GCC
Fix byte packing issue with GCC. MS_UI_FONT_DESCRIPTION had different packing than included structures producing different output between Visual Studio and GCC.
Commits on Jan 15, 2019
Merged PR 617: Fix build errors with LLVM, add FltUsedLib, change Gop…
…OverrideDxe a bitFix build errors with LLVM, add FltUsedLib, change GopOverrideDxe a bit
dmitryantipov committedJan 15, 2019
Commits on Jan 16, 2019
Commits on Jan 18, 2019
Merged PR 700: Add destructor to clean up registered event
Add destructor to clean up registered event. If a driver with this library exits, the destructor will close the registered event.Related work items:#276
mikeytdisco committedJan 18, 2019 Merged PR 707: Removing hardcoded address bit width by changing to co…
…mmand line inputRemoving hardcoded address bit width by changing to command line input and minor error log improvement
kuqin12 committedJan 18, 2019 Merged PR 705: Fixing guard page count issue in Dxe PagingAudit drive…
…r and minor code clean upFixing guard page count issue in Dxe PagingAudit driver and minor code clean up
kuqin12 committedJan 18, 2019 Merged PR 655: Correct usage of EFI_FONT_INFO
Correct usage of EFI_FONT_INFO. EFI_FONT_INFO structure ends with a string. The definition is only for the first character. The code did not allow for a font name to be specified, nor did it set the first character to a NULL when a font name was not needed.
mikeytdisco committedJan 18, 2019
Commits on Jan 22, 2019
Merged PR 714: Fixed boot policy cannot iterate through all boot opti…
…ons in the listFixed boot policy cannot iterate through all boot options in the list
kuqin12 committedJan 22, 2019
Commits on Jan 23, 2019
Merged PR 725: Remove FltUsedLib.h and its usage
The lib itself stays, but the header file is unnecessary, thus removing it.
Commits on Jan 25, 2019
Merged PR 706: Added a UEFI_APPLICATION version of paging audit tool
Added a UEFI_APPLICATION version of paging audit tool
kuqin12 committedJan 25, 2019
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff release/202502...release/201808
Uh oh!
There was an error while loading.Please reload this page.