patina_smbios: Add Type 16, Type 17, and Type 19 SMBIOS record types#1334
Merged
kat-perez merged 1 commit intoOpenDevicePartnership:mainfrom Feb 24, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
72203dd to
a2d5ff5
Compare
f249640 to
69e5de3
Compare
os-d
approved these changes
Feb 24, 2026
makubacki
approved these changes
Feb 24, 2026
b622553 to
016dcd5
Compare
bdf784e to
c33452b
Compare
Contributor
Author
|
@codecov re-run |
Contributor
Author
|
https://github.com/codecov re-run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add
Type16PhysicalMemoryArray(Physical Memory Array),Type17MemoryDevice(Memory Device), andType19MemoryArrayMappedAddress(Memory Array Mapped Address) structs to thepatina_smbioscrate. Field layouts verified against EDK2SMBIOS_TABLE_TYPE16/17/19, targeting SMBIOS 3.9 (includes 3.7+ PMIC/RCD fields on Type 17).How This Was Tested
Integrated into SBSA
patina-dxe-core-qemuwith a local patch and verified with patina-qemu smbiosviewIntegration Instructions
use
patina_smbios::smbios_record::{Type16PhysicalMemoryArray, Type17MemoryDevice, Type19MemoryArrayMappedAddress};