Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36493 )
Change subject: [WIP] Documentation: PCI resource allocations ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36493/1/Documentation/device/pci_re... File Documentation/device/pci_resource.md:
https://review.coreboot.org/c/coreboot/+/36493/1/Documentation/device/pci_re... PS1, Line 16: *.init*
I was just trying to understand the change in policy. […]
Not sure if we understood Rule C below the same way. I tried to indicate that .init or .final without .find_resource() calls implies it does not need the resources allocated.
Yes, the cases where statically assigned resources are accessed without find_resource() call, but directly via some #define address, would have to be banned. Other than that, I don's see static bars as an added complication.