blob: 1db86dc27e58f75dec923a98a3d965865edb9995 [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
Lee Leahy5cb9dda2015-05-01 10:34:54 -070033config VGA_BIOS_FILE
34 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020035 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070036 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
37 help
Elyes HAOUAS6dc9d032020-02-16 16:22:52 +010038 The C0 version of the video BIOS gets computed from this name
Martin Rothf812c442016-01-04 12:43:22 -070039 so that they can both be added. Only the correct one for the
40 system will be run.
41
Lee Leahy5cb9dda2015-05-01 10:34:54 -070042config VGA_BIOS_ID
43 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020044 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070045 default "8086,22b0"
46 help
Elyes HAOUAS6dc9d032020-02-16 16:22:52 +010047 The VGA_BIOS_ID for the C0 version of the video BIOS is hardcoded
Martin Rothf812c442016-01-04 12:43:22 -070048 in soc/intel/braswell/Makefile.inc as 8086,22b1
49
Matt DeVillier71447022019-04-30 11:10:03 -050050config CBFS_SIZE
Matt DeVillier71447022019-04-30 11:10:03 -050051 default 0x200000
52
Lee Leahy5cb9dda2015-05-01 10:34:54 -070053endif # BOARD_INTEL_STRAGO