UEFI 2.6 released

UEFI 2.6 has been released! I’ll have another post shortly that lists the changes to the spec.

Jiewen Yao of Intel checked in a patch to UEFI’s EDK-II trunk today for UEFI 2.6 Memory Attributes Tale support, apparently one of the first 2.6-centric checkins.

Click to access UEFI%20Spec%202_6.pdf

http://uefi.org/specifications

Subject:     [edk2] [patch 0/7] Add UEFI2.6 MemoryAttributesTable support.

This series patches add UEFI2.6 MemoryAttributesTable support. This table is used to retire old PropertiesTable. This is standalone table published by DxeCore, so there is no compatibility issue. The patch is validated with or without properties table.

  MdePkg: Add UEFI2.6 MemoryAttributes Table definition.
  MdePkg: Add UEFI2.6 MemoryAttributesTable GUID
  MdeModulePkg: Add MemoryAttributesTable generation.
  MdeModulePkg: Update PropertiesTable for MemoryAttributesTable.
  MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file.
  MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.
  MdePkg: Update DxeCore INF for MemoryAttributesTable.

 

More information:
https://lists.01.org/mailman/listinfo/edk2-devel

Leave a comment