blob: 4637a22561ba1e68e202b82d7a2d2581c3993316 [file] [log] [blame]
Elyes HAOUAS36787b02020-05-07 12:07:24 +02001# SPDX-License-Identifier: GPL-2.0-only
Patrick Georgi2efc8802012-11-06 11:03:53 +01002
3config NORTHBRIDGE_INTEL_GM45
4 bool
5
6if NORTHBRIDGE_INTEL_GM45
7
8config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
9 def_bool y
10 select HAVE_DEBUG_RAM_SETUP
Vladimir Serbinenko88010112014-08-16 03:35:33 +020011 select VGA
12 select INTEL_EDID
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +010013 select INTEL_GMA_ACPI
Nico Huber561bebf2017-01-19 16:28:18 +010014 select INTEL_GMA_SSC_ALTERNATE_REF
Arthur Heymans6336d4c2018-01-25 21:38:25 +010015 select PARALLEL_MP
Patrick Georgi2efc8802012-11-06 11:03:53 +010016
Arthur Heymansea2bec22019-10-12 19:19:02 +020017config VBOOT
18 select VBOOT_STARTS_IN_BOOTBLOCK
19 select VBOOT_SEPARATE_VERSTAGE
20
Martin Roth59ff3402016-02-09 09:06:46 -070021config CBFS_SIZE
22 hex
23 default 0x100000
24
Vladimir Serbinenkod668cce2014-08-10 21:58:23 +020025config VGA_BIOS_ID
26 string
27 default "8086,2a42"
28
Arthur Heymans1dcb2ac2017-05-10 13:11:11 +020029config MMCONF_BASE_ADDRESS
Arthur Heymans1dcb2ac2017-05-10 13:11:11 +020030 default 0xf0000000
31
Arthur Heymansc3e9ba02018-04-10 16:12:29 +020032config SMM_RESERVED_SIZE
33 hex
34 default 0x100000
35
Nico Huber612a8672019-02-19 19:11:29 +010036config INTEL_GMA_BCLV_OFFSET
37 default 0x61254
38
39config INTEL_GMA_BCLM_OFFSET
40 default 0x61256
41
Patrick Georgi2efc8802012-11-06 11:03:53 +010042endif