Attention is currently required from: Lance Zhao, Anjaneya "Reddy" Chagam, Jonathan Zhang, Subrata Banik. Hello Lance Zhao, build bot (Jenkins), Anjaneya "Reddy" Chagam, Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52047
to look at the new patch set (#2).
Change subject: src/acpi: Add initial support for HMAT ......................................................................
src/acpi: Add initial support for HMAT
Add initial HMAT (Heterogeneous Memory Attribute Table) support based on ACPI spec 6.4 section 5.2.27.
Add functions to create HMAT table and create HMAT Memory Proximity Domain Attribute (MPDA) Structure.
TESTED=Simulated HMAT table creation on OCP DeltaLake server, dumped the HMAT table and exmained the content. HMAT table and one MPDA structure are added.
OCP Delatake server is based on Intel CooperLake Scalable Processor which does not support CXL (Compute Express Link). Therefore solution level testing is not done.
Signed-off-by: Jonathan Zhang jonzhang@fb.com Change-Id: I5ee60ff990c3cea799c5cbdf7eead818b1bb4f9b --- M src/acpi/acpi.c M src/include/acpi/acpi.h 2 files changed, 116 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/52047/2