Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: b35d53d589ce9a03c268e7d2db617360609817d6
https://github.com/tianocore/edk2/commit/b35d53d589ce9a03c268e7d2db617360609817d6
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M MdePkg/Include/IndustryStandard/SmBios.h
Log Message:
-----------
MdePkg: SMBIOS: add Arm processor specific block structures
Add definitions for Arm processor specific block structure and
related sub data structure.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: 071b0778d9ec2d0f5ccfcbcc9c2e3dc841e31da2
https://github.com/tianocore/edk2/commit/071b0778d9ec2d0f5ccfcbcc9c2e3dc841e31da2
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M MdePkg/Include/IndustryStandard/SmBios.h
Log Message:
-----------
MdePkg: SMBIOS: add x86(x64) processor specific block structure
Add definitions for x86 processor specific block structure.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: 143e4441ed678875f8e499ceb0a801df85dd9dce
https://github.com/tianocore/edk2/commit/143e4441ed678875f8e499ceb0a801df85dd9dce
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M MdePkg/Include/IndustryStandard/SmBios.h
Log Message:
-----------
MdePkg: SMBIOS: add RiscV processor specific block structure
Add definitions for RiscV processor specific block structure.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: 2d7734c7a8b42e2582026ccc3a8465b356987db6
https://github.com/tianocore/edk2/commit/2d7734c7a8b42e2582026ccc3a8465b356987db6
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/Library/Smbios/SmbiosType4Lib/SmbiosType4Generator.c
Log Message:
-----------
DynamicTablesPkg: add Type4 record in to SmbiosHandleMap
This is preparatory patch for SMBIOS Type 44 record.
SMBIOS Type 44 record have a reference handle of SMBIOS Type 4 record.
Therefore, register SMBIOS Type 4 record into SmbiosHandleMap
with the Socket Processor Hieararchy token.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: 8a501b5d363adee4bcbda8ca74fdac88f8480c40
https://github.com/tianocore/edk2/commit/8a501b5d363adee4bcbda8ca74fdac88f8480c40
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/Include/ArchCommonNameSpaceObjects.h
Log Message:
-----------
DynamicTablesPkg: add arch common data structure for SMBIOS type 44 record
Add SMBIOS type 44 relevant information for common to
generate SMBIOS type 44 record.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: caac96b38cf6913f5ddc66408dfaec9a17eb3f67
https://github.com/tianocore/edk2/commit/caac96b38cf6913f5ddc66408dfaec9a17eb3f67
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/Include/ArmNameSpaceObjects.h
Log Message:
-----------
DynamicTablesPkg: add arm data structure for SMBIOS type 44 record
Add SMBIOS type 44 relevant information for arm to generate
SMBIOS type 44 record.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: 455b806260c8b17a90e2ccf9aa01dfe58fc4b6f8
https://github.com/tianocore/edk2/commit/455b806260c8b17a90e2ccf9aa01dfe58fc4b6f8
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/DynamicTables.dsc.inc
M DynamicTablesPkg/Include/SmbiosTableGenerator.h
A DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.c
A DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.h
A DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Lib.inf
Log Message:
-----------
DynamicTablesPkg: add SMBIOS type 44 generator
Add Smbios Type 44 generator with the arm processor specific block
support.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: be3aeb7c333c573901aee43fe2980a4aab0a645d
https://github.com/tianocore/edk2/commit/be3aeb7c333c573901aee43fe2980a4aab0a645d
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/Include/X64NameSpaceObjects.h
M DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.c
M DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.h
Log Message:
-----------
DynamicTablesPkg: add SMBIOS type 44 for x86(x64)
Add Smbios Type 44 generator for the x86(x64) processor specific block
support.
Signed-off-by: Yeoreum Yun <[email protected]>
Commit: d7d5ddef074f3d1295370deaef52aad43ed95dab
https://github.com/tianocore/edk2/commit/d7d5ddef074f3d1295370deaef52aad43ed95dab
Author: Yeoreum Yun <[email protected]>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M DynamicTablesPkg/Include/RiscVNameSpaceObjects.h
M DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.c
M DynamicTablesPkg/Library/Smbios/SmbiosType44Lib/SmbiosType44Generator.h
Log Message:
-----------
DynamicTablesPkg: add SMBIOS type 44 for risc-v
Add Smbios Type 44 generator for the risc-v processor specific block
support.
Signed-off-by: Yeoreum Yun <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/c38340a0c198...d7d5ddef074f
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits