Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/mu_plus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev/202502
Choose a base ref
...
head repository: Pateldisolution/mu_plus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/201808
Choose a head ref
  • 10 commits
  • 119 files changed
  • 4 contributors

Commits on Jan 14, 2019

  1. 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.
    mikeytdisco authored and Bret Barkelew committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6264c2a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merged PR 617: Fix build errors with LLVM, add FltUsedLib, change Gop…

    …OverrideDxe a bit
    
    Fix build errors with LLVM, add FltUsedLib, change GopOverrideDxe a bit
    dmitryantipov committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9590194 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    25ec415 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. 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 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    1e27357 View commit details
    Browse the repository at this point in the history
  2. Merged PR 707: Removing hardcoded address bit width by changing to co…

    …mmand line input
    
    Removing hardcoded address bit width by changing to command line input and minor error log improvement
    kuqin12 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    7d26cd8 View commit details
    Browse the repository at this point in the history
  3. Merged PR 705: Fixing guard page count issue in Dxe PagingAudit drive…

    …r and minor code clean up
    
    Fixing guard page count issue in Dxe PagingAudit driver and minor code clean up
    kuqin12 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b2737ec View commit details
    Browse the repository at this point in the history
  4. 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 committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    d324a2a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Merged PR 714: Fixed boot policy cannot iterate through all boot opti…

    …ons in the list
    
    Fixed boot policy cannot iterate through all boot options in the list
    kuqin12 committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    2992c5a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merged PR 725: Remove FltUsedLib.h and its usage

    The lib itself stays, but the header file is unnecessary, thus removing it.
    dmitryantipov authored and Bret Barkelew committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    63f0a2b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Merged PR 706: Added a UEFI_APPLICATION version of paging audit tool

    Added a UEFI_APPLICATION version of paging audit tool
    kuqin12 committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    58472e7 View commit details
    Browse the repository at this point in the history
Loading