HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36475 )
Change subject: nb/intel/haswell: Use defined DEFAULT_RCBA ......................................................................
nb/intel/haswell: Use defined DEFAULT_RCBA
Change-Id: Id405ac4943618f43d0f2e4b726019915f144cdff Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/intel/haswell/acpi/haswell.asl 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/36475/1
diff --git a/src/northbridge/intel/haswell/acpi/haswell.asl b/src/northbridge/intel/haswell/acpi/haswell.asl index 0f0d383..45ebff2 100644 --- a/src/northbridge/intel/haswell/acpi/haswell.asl +++ b/src/northbridge/intel/haswell/acpi/haswell.asl @@ -16,6 +16,7 @@
#include "../haswell.h" #include "hostbridge.asl" +#include <southbridge/intel/common/rcba.h>
/* PCI Device Resource Consumption */ Device (PDRC) @@ -24,7 +25,7 @@ Name (_UID, 1)
Name (PDRS, ResourceTemplate() { - Memory32Fixed(ReadWrite, 0xfed1c000, 0x00004000) // RCBA + Memory32Fixed(ReadWrite, DEFAULT_RCBA, 0x00004000) Memory32Fixed(ReadWrite, DEFAULT_MCHBAR, 0x00008000) Memory32Fixed(ReadWrite, DEFAULT_DMIBAR, 0x00001000) Memory32Fixed(ReadWrite, DEFAULT_EPBAR, 0x00001000)
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36475 )
Change subject: nb/intel/haswell: Use defined DEFAULT_RCBA ......................................................................
Abandoned
see https://review.coreboot.org/c/coreboot/+/36464