summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/watson/Kconfig
diff options
context:
space:
mode:
authorDavid Hendricks <dhendricks@fb.com>2018-04-24 14:37:38 -0700
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-06-26 15:17:29 +0000
commit5f187dbe6344d0e3dad4277e64efaf0f0092b559 (patch)
tree9c4dae08cf98b398f12c33051f5ccfaadc08da16 /src/mainboard/facebook/watson/Kconfig
parentc1072f2fc73926bbe73b507dda2e9346d39e041f (diff)
downloadcoreboot-5f187dbe6344d0e3dad4277e64efaf0f0092b559.tar.xz
facebook/watson: Initial commit
This adds another camelbackmountain_fsp derivative, along with a .fmd file for the board. For now it's been tested to build and boot. Change-Id: I9e8804264967c19f6b51fc44575b0db36f600f88 Signed-off-by: David Hendricks <dhendricks@fb.com> Reviewed-on: https://review.coreboot.org/25884 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/facebook/watson/Kconfig')
-rw-r--r--src/mainboard/facebook/watson/Kconfig41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/mainboard/facebook/watson/Kconfig b/src/mainboard/facebook/watson/Kconfig
new file mode 100644
index 0000000000..9771407437
--- /dev/null
+++ b/src/mainboard/facebook/watson/Kconfig
@@ -0,0 +1,41 @@
+if BOARD_FACEBOOK_WATSON
+
+config BOARD_SPECIFIC_OPTIONS
+ def_bool y
+ select SOC_INTEL_FSP_BROADWELL_DE
+ select BOARD_ROMSIZE_KB_16384
+ select HAVE_ACPI_TABLES
+ select HAVE_OPTION_TABLE
+ select INTEGRATED_UART
+ select SERIRQ_CONTINUOUS_MODE
+
+config MAINBOARD_DIR
+ string
+ default "facebook/watson"
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "Watson"
+
+config IRQ_SLOT_COUNT
+ int
+ default 18
+
+config CBFS_SIZE
+ hex
+ default 0x00800000
+
+config VIRTUAL_ROM_SIZE
+ hex
+ # Set to CONFIG_ROM_SIZE*2 if using concatenated flash chips.
+ # See FSP's Kconfig for details.
+ default ROM_SIZE
+
+config DRIVERS_UART_8250IO
+ def_bool n
+
+config FMDFILE
+ string
+ default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd"
+
+endif # BOARD_FACEBOOK_WATSON