aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/hostbridge_regs.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-22 16:43:48 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-03 05:30:59 +0000
commit45008930626bda902c8f37880e6f09d517b8cdd2 (patch)
treebe885c8deea5a176a9f0423b25a239df98ad7f8d /src/northbridge/intel/ironlake/hostbridge_regs.h
parent3ab19b32a2d417a03e2b3d9942eae981dd951233 (diff)
nb/intel/ironlake: Correct PCIEXBAR definition
This register resides within the SAD's config space, and is 64-bit. Change-Id: I19458f7c6be6b1a5fcd47ac93ee0597f1251a770 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43733 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/ironlake/hostbridge_regs.h')
-rw-r--r--src/northbridge/intel/ironlake/hostbridge_regs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/ironlake/hostbridge_regs.h b/src/northbridge/intel/ironlake/hostbridge_regs.h
index b835736e4c..a681734c13 100644
--- a/src/northbridge/intel/ironlake/hostbridge_regs.h
+++ b/src/northbridge/intel/ironlake/hostbridge_regs.h
@@ -11,7 +11,6 @@
#define DEVEN_PEG10 (1 << 1)
#define DEVEN_HOST (1 << 0)
-#define PCIEXBAR 0x60
#define DMIBAR 0x68
#define LAC 0x87 /* Legacy Access Control */