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

MdePkg,ShellPkg: Add New Socket Type for SMBIOS Type4 #6115

Merged
merged 3 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. MdePkg/SmBios.h: Add new Socket Type for SMBIOS Type4

    The patch adds new socket type(Type 4, Offset 32h) for
    SMBIOS Type4 based on SMBIOS v3.8.0.
    
    Signed-off-by: Jason Zhao <[email protected]>
    jiahuanzhao committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    bf6ecc4 View commit details
    Browse the repository at this point in the history
  2. MdePkg/SmBios.h: Add new Processor Upgrade definition for SMBIOS Type4

    The patch adds ProcessorUpgradeInvalid(0xFF) definition in Processor
    Upgrade(Type 4, Offset 19h) for SMBIOS Type4 based on SMBIOS v3.8.0.
    Processor Upgrade should be 0xFF when no other valid enumeration is
    available.
    
    Signed-off-by: Jason Zhao <[email protected]>
    jiahuanzhao committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0424937 View commit details
    Browse the repository at this point in the history
  3. ShellPkg/SmbiosView: Add new Socket Type for SMBIOS Type4

    The patch prints new socket type(Type 4, Offset 32h) for
    SMBIOS Type4 based on SMBIOS v3.8.0.
    
    Signed-off-by: Jason Zhao <[email protected]>
    jiahuanzhao committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7d00a36 View commit details
    Browse the repository at this point in the history