blob: da04d78a0548075733d30abcb7117878d74776c0 [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
Lee Leahy5cb9dda2015-05-01 10:34:54 -07008 select EC_GOOGLE_CHROMEEC_MEC
9 select EC_GOOGLE_CHROMEEC_ACPI_MEMMAP
Lee Leahy5cb9dda2015-05-01 10:34:54 -070010 select ENABLE_BUILTIN_COM1
11 select HAVE_ACPI_RESUME
12 select HAVE_ACPI_TABLES
13 select HAVE_OPTION_TABLE
14 select MAINBOARD_HAS_CHROMEOS
15 select MAINBOARD_HAS_LPC_TPM
16 select SOC_INTEL_BRASWELL
Kenji Chenb1e4bd02015-11-16 17:08:32 +080017 select PCIEXP_L1_SUB_STATE
Martin Roth967cd9a2015-08-18 14:22:58 -060018
Julius Werner58c39382017-02-13 17:53:29 -080019config VBOOT
Furquan Shaikhcd2afc02016-11-15 20:33:29 -080020 select EC_GOOGLE_CHROMEEC_SWITCHES
Julius Werner58c39382017-02-13 17:53:29 -080021 select VBOOT_LID_SWITCH
Furquan Shaikh2a12e2e2016-07-25 11:48:03 -070022 select VBOOT_VBNV_CMOS
Lee Leahy5cb9dda2015-05-01 10:34:54 -070023
Lee Leahy5cb9dda2015-05-01 10:34:54 -070024config MAINBOARD_DIR
25 string
26 default intel/strago
27
28config MAINBOARD_PART_NUMBER
29 string
30 default "Strago"
31
32config MAINBOARD_VENDOR
33 string
34 default "Intel"
35
Lee Leahy5cb9dda2015-05-01 10:34:54 -070036config VGA_BIOS_FILE
37 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020038 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070039 default "3rdparty/blobs/mainboard/intel/strago/vgabios.bin"
40 help
41 The C0 version of the video bios gets computed from this name
42 so that they can both be added. Only the correct one for the
43 system will be run.
44
Lee Leahy5cb9dda2015-05-01 10:34:54 -070045config VGA_BIOS_ID
46 string
Nico Huber2e7f6cc2017-05-22 15:58:03 +020047 depends on VGA_BIOS
Martin Rothf812c442016-01-04 12:43:22 -070048 default "8086,22b0"
49 help
50 The VGA_BIOS_ID for the C0 version of the video bios is hardcoded
51 in soc/intel/braswell/Makefile.inc as 8086,22b1
52
Patrick Georgic3686b32016-02-01 15:28:02 +010053config EC_GOOGLE_CHROMEEC_BOARDNAME
54 string
55 default "strago"
56
Patrick Georgia0f6abc2016-02-05 11:30:19 +010057config GBB_HWID
58 string
59 depends on CHROMEOS
60 default "STRAGO TEST A-A 9657"
Matt DeVillier71447022019-04-30 11:10:03 -050061
62config CBFS_SIZE
63 hex
64 default 0x200000
65
Lee Leahy5cb9dda2015-05-01 10:34:54 -070066endif # BOARD_INTEL_STRAGO