northbridge/amd: Keep using old resource allocator
This change selects the old resource allocator RESOURCE_ALLOCATOR_V3 for northbridge/amd chipsets. This is required until the chipsets can be fixed to report the resource requirements correctly before resource allocator runs. Issues identified in the chipset code are captured in the mailing list thread here: https://mail.coreboot.org/hyperkitty/list/coreboot@coreboot.org/thread/QWLUXO3V5IR5AS6ARRI722BFVAPOD5TS Change-Id: Iaf873ee76a67482483e410aede653dd8f662e468 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41444 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Mike Banon <mikebdp2@gmail.com>
This commit is contained in:
parent
f4bc9eb2e6
commit
8bdf3f4a04
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_AGESA_FAMILY14
|
config NORTHBRIDGE_AMD_AGESA_FAMILY14
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_AGESA_FAMILY14
|
if NORTHBRIDGE_AMD_AGESA_FAMILY14
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
config NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
if NORTHBRIDGE_AMD_AGESA_FAMILY15_TN
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
|
config NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
|
if NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_PI_00630F01
|
config NORTHBRIDGE_AMD_PI_00630F01
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_PI_00630F01
|
if NORTHBRIDGE_AMD_PI_00630F01
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_PI_00660F01
|
config NORTHBRIDGE_AMD_PI_00660F01
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_PI_00660F01
|
if NORTHBRIDGE_AMD_PI_00660F01
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
config NORTHBRIDGE_AMD_PI_00730F01
|
config NORTHBRIDGE_AMD_PI_00730F01
|
||||||
bool
|
bool
|
||||||
|
select RESOURCE_ALLOCATOR_V3
|
||||||
|
|
||||||
if NORTHBRIDGE_AMD_PI_00730F01
|
if NORTHBRIDGE_AMD_PI_00730F01
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue