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>
This commit is contained in:
parent
12fcb86bba
commit
50684638be
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue