pci: auto: Reduce bridge mem alignment boundary for boston
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Fri, 17 May 2024 18:14:50 +0000 (19:14 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 21:08:47 +0000 (15:08 -0600)
commitfc25cd0e1a1d5bea59c651782b93e70289d68c1f
treecff883672a213bbb19a132a1ba3c2d92c560ed55
parentcb5af7aa4f5119faf738542f6c066fa5bb352aa1
pci: auto: Reduce bridge mem alignment boundary for boston

Boston has a very limited memory range for PCI controllers, where
1MB can't easily fit into it.

Make alignment boundary of PCI memory resource allocation a Kconfig
option and default to 0x10000 for boston.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
drivers/pci/Kconfig
drivers/pci/pci_auto.c