blob: 246add18957cedbe5805cc5f78d07cd12b995096 [file] [log] [blame]
Lee Leahy5cb9dda2015-05-01 10:34:54 -07001if BOARD_INTEL_STRAGO
2
3config BOARD_SPECIFIC_OPTIONS
4 def_bool y
Lee Leahy5cb9dda2015-05-01 10:34:54 -07005 select BOARD_ROMSIZE_KB_8192
Lee Leahy5cb9dda2015-05-01 10:34:54 -07006 select EC_GOOGLE_CHROMEEC
Furquan Shaikha4ab6652017-09-25 08:06:56 -07007 select EC_GOOGLE_CHROMEEC_BOARDID
Martin Rothdcf86e02019-08-29 12:32:53 -06008 select EC_GOOGLE_CHROMEEC_LPC
Lee Leahy5cb9dda2015-05-01 10:34:54 -07009 select EC_GOOGLE_CHROMEEC_MEC
10 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -070011 select ENABLE_BUILTIN_COM1
12 select HAVE_ACPI_RESUME
13 select HAVE_ACPI_TABLES
14 select HAVE_OPTION_TABLE
15 select MAINBOARD_HAS_CHROMEOS
16 select MAINBOARD_HAS_LPC_TPM
17 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080018 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060019
Julius Werner58c39382017-02-13 17:53:29 -080020config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080021 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080022 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070023 select VBOOT_VBNV_CMOS
Lee Leahy5cb9dda2015-05-01 10:34:54 -070024
Lee Leahy5cb9dda2015-05-01 10:34:54 -070025config MAINBOARD_DIR
26 string
Patrick Georgi0bb83462019-11-22 20:58:58 +010027 default "intel/strago"
Lee Leahy5cb9dda2015-05-01 10:34:54 -070028
29config MAINBOARD_PART_NUMBER
30 string
31 default "Strago"
32
33config MAINBOARD_VENDOR
34 string
35 default "Intel"
36
Lee Leahy5cb9dda2015-05-01 10:34:54 -070037config VGA_BIOS_FILE
38 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020039 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070040 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
41 help
42 The C0 version of the video bios gets computed from this name
43 so that they can both be added. Only the correct one for the
44 system will be run.
45
Lee Leahy5cb9dda2015-05-01 10:34:54 -070046config VGA_BIOS_ID
47 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020048 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070049 default "8086,22b0"
50 help
51 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
52 in soc/intel/braswell/Makefile.inc as 8086,22b1
53
Patrick Georgic3686b32016-02-01 15:28:02 +010054config EC_GOOGLE_CHROMEEC_BOARDNAME
55 string
56 default "strago"
57
Matt DeVillier71447022019-04-30 11:10:03 -050058config CBFS_SIZE
59 hex
60 default 0x200000
61
Lee Leahy5cb9dda2015-05-01 10:34:54 -070062endif # BOARD_INTEL_STRAGO