Change in coreboot[master]: nb/intel/nehalem: Use defined DEFAULT_RCBA
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36476 ) Change subject: nb/intel/nehalem: Use defined DEFAULT_RCBA ...................................................................... nb/intel/nehalem: Use defined DEFAULT_RCBA Change-Id: I163eb268a0d7ad75b6c286d76fbe77ea36dc58d8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> --- M src/northbridge/intel/nehalem/acpi/nehalem.asl 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/36476/1 diff --git a/src/northbridge/intel/nehalem/acpi/nehalem.asl b/src/northbridge/intel/nehalem/acpi/nehalem.asl index df8aad7..404801e 100644 --- a/src/northbridge/intel/nehalem/acpi/nehalem.asl +++ b/src/northbridge/intel/nehalem/acpi/nehalem.asl @@ -16,6 +16,7 @@ #include "../nehalem.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) -- To view, visit https://review.coreboot.org/c/coreboot/+/36476 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I163eb268a0d7ad75b6c286d76fbe77ea36dc58d8 Gerrit-Change-Number: 36476 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> Gerrit-MessageType: newchange
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36476 ) Change subject: nb/intel/nehalem: Use defined DEFAULT_RCBA ...................................................................... Abandoned see https://review.coreboot.org/c/coreboot/+/36464 -- To view, visit https://review.coreboot.org/c/coreboot/+/36476 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I163eb268a0d7ad75b6c286d76fbe77ea36dc58d8 Gerrit-Change-Number: 36476 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: abandon
participants (1)
-
HAOUAS Elyes (Code Review)