aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/i945.h
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-06-03 00:26:03 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-06-03 09:32:50 +0200
commit50684638bea678d6aec94c1345b45684a627fded (patch)
treea88ac004b395e7f6a766c8ee098891fed81ddf47 /src/northbridge/intel/i945/i945.h
parent12fcb86bba5004ce1b6f8172a08e6d89de2cfed8 (diff)
northbridge/intel/i945/i945.h: Move define `BSM` to section D2F0
The Base of Stolen Memory (BSM) register belongs to device 2, function 0. Change-Id: I2381f87ffaccb2f8034c160fc30c1d92f8b19402 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/5922 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/northbridge/intel/i945/i945.h')
-rw-r--r--src/northbridge/intel/i945/i945.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/i945/i945.h b/src/northbridge/intel/i945/i945.h
index 728fe0a8ff..8212386c72 100644
--- a/src/northbridge/intel/i945/i945.h
+++ b/src/northbridge/intel/i945/i945.h
@@ -63,8 +63,6 @@
#define BOARD_DEVEN ( DEVEN_D0F0 | DEVEN_D2F0 | DEVEN_D2F1 )
#endif /* BOARD_DEVEN */
-#define BSM 0x5c
-
#define PAM0 0x90
#define PAM1 0x91
#define PAM2 0x92
@@ -89,6 +87,7 @@
/* Device 0:2.0 PCI configuration space (Graphics Device) */
+#define BSM 0x5c
#define GCFC 0xf0 /* Graphics Clock Frequency & Gating Control */