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: intel/ipmctl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v01.00.00.3518
Choose a base ref
...
head repository: intel/ipmctl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v01.00.00.3584
Choose a head ref
  • 9 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 24, 2021

  1. Update README.md

    Update version release information to use the generations' names
    StevenPontsler authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    3fd4df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

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

Commits on May 1, 2023

  1. Use pointer instead of an assumed-length buffer for path string

    Resolves the GCC 11 compiler warning about a fixed-length
    buffer getting cast as buffer with a different length.
    
    Signed-off-by: Steven Pontsler <steven.pontsler@intel.com>
    StevenPontsler committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ab5b9a6 View commit details
    Browse the repository at this point in the history
  2. Disable all debug and serial printing in release builds

    The first change is to correctly generate build flags on Windows
    builds, which was not happening before! Now the libraries set in
    DcpmPkg.dsc actually have an effect on our official builds (recently
    changed from Linux to Windows).
    
    To cease printing to the serial port on release builds, the libraries
    used for DebugLib and SerialLib are changed to their "null" equivalents.
    
    For some reason Windows builds refused to work from the above changes
    unless SerialLib was added to our various .inf files. Since this is a
    reasonable change, I added it and don't expect any issues to come of it,
    other than maybe a slight increase in driver size.
    
    Signed-off-by: Nolan Hergert <nolan.hergert@intel.com>
    (cherry picked from commit fc52a3cbbae04b66a4aba6fc786630103e88637c)
    nolanhergert authored and StevenPontsler committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a45b02f View commit details
    Browse the repository at this point in the history
  3. Allow create goal to handle media disabled modules correctly

    Make ApplyGoalConfigsToDimms compatible with VerifyTargetDimms and have it
    use the specified subset of PMem modules.
    
    Exclude media not accessible modules when we write out the PCD. The
    existing code is not good practice, but rewriting the APIs would take
    some time as well.
    
    Update a few commands to only use media accessible PMem modules. I confirmed
    that the rest of the PCD-relevant commands (regions, namespaces, and PCD) work
    as expected.
    
    Signed-off-by: Nolan Hergert <nolan.hergert@intel.com>
    nolanhergert authored and StevenPontsler committed May 1, 2023
    Configuration menu
    Copy the full SHA
    08434c3 View commit details
    Browse the repository at this point in the history
  4. Allow error injection and clearing in UEFI

    Signed-off-by: Nolan Hergert <nolan.hergert@intel.com>
    nolanhergert authored and StevenPontsler committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1015745 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2334ba1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed5419 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    2dc6d9e View commit details
    Browse the repository at this point in the history
Loading