Attention is currently required from: Arthur Heymans, Cliff Huang, Jincheng Li, Lance Zhao, Tim Wawrzynczak.
Hello Cliff Huang, Jincheng Li, Lance Zhao, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81373?usp=email
to look at the new patch set (#5).
Change subject: acpi: Add soc_pci_domain_fill_ssdt ......................................................................
acpi: Add soc_pci_domain_fill_ssdt
soc_pci_domain_fill_ssdt does SoC layer domain SSDT generation, e.g. device object creation and some SoC specific methods.
SoC specific generation is placed ahead of generic content generation, so that the device object could be created before being referenced in the generic contents.
A default null weak implementation is provided. For platforms with static domain SoC SSDT generation, just use the default weak implementation. For platforms with dynamic domain SoC SSDT generation, the default method should be overridden.
Dynamic domain SSDT generation is not a must. It would be helpful for some SoC codes to better fit multiple SKUs and with strong CPU performance to run table generation logics.
Change-Id: I893eb64c776e78f46737072b475acde5e32a796a Signed-off-by: Shuo Liu shuo.liu@intel.com Signed-off-by: Jincheng Li jincheng.li@intel.com --- M src/acpi/acpigen_pci_root_resource_producer.c M src/include/acpi/acpigen_pci.h 2 files changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/81373/5