Attention is currently required from: Fred Reitberger, Jason Glenesk, Matt DeVillier.
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79924?usp=email )
Change subject: soc/amd/common/data_fabric/domain: write _SEG method in SSDT ......................................................................
soc/amd/common/data_fabric/domain: write _SEG method in SSDT
As a preparation for the multi PCI segment group support, use acpigen_write_BBN to generate the _SEG method that returns the segment group number of the PCI root. Until the multi PCI segment group support is enabled in coreboot, it will always return 0.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I2a812dcc564c5319385e9ad482d29b2984a71b8a --- M src/soc/amd/common/block/data_fabric/domain.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/79924/1
diff --git a/src/soc/amd/common/block/data_fabric/domain.c b/src/soc/amd/common/block/data_fabric/domain.c index 39f5790..c2f1406 100644 --- a/src/soc/amd/common/block/data_fabric/domain.c +++ b/src/soc/amd/common/block/data_fabric/domain.c @@ -287,6 +287,7 @@
acpigen_write_resourcetemplate_footer();
+ acpigen_write_SEG(0); acpigen_write_BBN(domain->link_list->secondary);
/* Scope */