Hello Patrick Rudolph, Mario Scheithauer, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30989
to look at the new patch set (#2).
Change subject: intelblocks/systemagent: Add ACPI table generation hook ......................................................................
intelblocks/systemagent: Add ACPI table generation hook
In preparation of generating DMAR tables provide the hook in SoC-scope for the systemagent to write ACPI tables. The complete functionality is SoC-specific. Therefore event the entry hook is defined as a weak-function which can be overridden by SoC-code. If the SoC does not have support for generating DMAR tables this hook will make no harm.
Change-Id: I1333ae2b79f1a855e6f3bb39bf534da170ddc9e1 Signed-off-by: Werner Zeh werner.zeh@siemens.com --- M src/soc/intel/common/block/include/intelblocks/acpi.h M src/soc/intel/common/block/systemagent/systemagent.c 2 files changed, 21 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/30989/2