Attention is currently required from: Nico Huber, Michał Żygowski, Michał Kopeć, Piotr Król. Michał Kopeć has uploaded a new patch set (#13) to the change originally created by Michał Żygowski. ( https://review.coreboot.org/c/coreboot/+/52934 )
Change subject: nb/amd/agesa/family14: Use generic allocation functions for northbridge ......................................................................
nb/amd/agesa/family14: Use generic allocation functions for northbridge
Remove obsolete resource assigning functions. IO and MMIO address registers are currently set by amd_initcpuio to cover whole PCI hole under 4G to MMIO and IO 0x0000-0xFFFF is configured to be routed to southbridge already. Use generic PCI and resource allocation functions wherever possible to set northbridge resources.
TEST=boot Debian with Linux 4.14 on apu1 2GB
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I74a0ed1fcbbc9e066c42c4d51d30ab1d7138134a Signed-off-by: Michał Kopeć michal.kopec@3mdeb.com --- M src/northbridge/amd/agesa/family14/northbridge.c 1 file changed, 7 insertions(+), 236 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/52934/13