Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smbios feature package #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2021

  1. SMBIOS Feature Package

    implemented remaining function types with accompanying files from edk2-platforms/Features/Intel/SystemInformation/SmbiosFeaturePkg
    The package is universal and can be used for anly platform by modifying board-specific PCDs.
    
    Changes to SmbiosBasicDxe.inf, SmbiosBasicEntryPoint.c, SmbiosFeaturePkg.dec,
    and SmbiosFeaturePkg.dsc were done collectively by me (iatsbohdan) and ettorgri.
    
    Signed-off-by: iatsbohdan <[email protected]>
    Reviewed-by: ettorgri <[email protected]>
    iatsbohdan committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5c9325d View commit details
    Browse the repository at this point in the history
  2. SMBIOS Feature Package Function

    Completed remaining type functions from
    edk2-platforms/Features/Intel/SystemInformation/SmbiosFeaturePkg The
    function c files are universal and can be used for any platform by
    modifying board-specific PCDs.
    
    Signed-off-by: Evan Torgrimson <[email protected]>
    Reviewed-by: iatsbohdan <[email protected]>
    Evan Torgrimson committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6da6a60 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'SmbiosFeatureBranch' of https://github.com/iatsbohdan/e…

    …dk2-platforms into SmbiosFeatureBranch
    Evan Torgrimson committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5c31a26 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Fixed spacing inconsistencies

    Signed-off-by: Evan Torgrimson <[email protected]>
    Evan Torgrimson committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    0f857fc View commit details
    Browse the repository at this point in the history