Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/87206?usp=email )
Change subject: doc/internals/devicetree_language: multiple segment groups supported ......................................................................
doc/internals/devicetree_language: multiple segment groups supported
coreboot supports more than just one PCI segment group by having more than one domain in the devicetree, so update the PCI device description.
Change-Id: I9911b5e43732dd32638d540fcec6ca57b34d4fbc Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M Documentation/internals/devicetree_language.md 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/87206/1
diff --git a/Documentation/internals/devicetree_language.md b/Documentation/internals/devicetree_language.md index ab1b646..43a2233 100644 --- a/Documentation/internals/devicetree_language.md +++ b/Documentation/internals/devicetree_language.md @@ -973,11 +973,11 @@ Resources for all PCI devices are assigned automatically, or must be assigned in code if they're non-standard.
-Currently, only a single segment is supported, but there is work to make -multiple different segments supported, each with a bus 0. Because the -bus is not specified, It's assumed that all pci devices that are not -behind a pci bridge device are on bus 0. If there are additional pci -busses in a chip, they can be added behind their bridge device. +Only a single segment group is supported per domain, but there can be multiple +domains to support the case of multiple segment groups, each with a bus 0. +Because the bus is not specified, It's assumed that all pci devices that are +not behind a pci bridge device are on bus 0. If there are additional pci busses +in a chip, they can be added behind their bridge device.
Examples: