Jonathan Zhang | 75985f1 | 2020-01-16 11:20:09 -0800 | [diff] [blame^] | 1 | ## |
| 2 | ## This file is part of the coreboot project. |
| 3 | ## |
| 4 | ## Copyright (C) 2019 - 2020 Intel Corporation. |
| 5 | ## Copyright (C) 2019 - 2020 Facebook Inc |
| 6 | ## |
| 7 | ## This program is free software; you can redistribute it and/or modify |
| 8 | ## it under the terms of the GNU General Public License as published by |
| 9 | ## the Free Software Foundation; either version 2 of the License, or |
| 10 | ## (at your option) any later version. |
| 11 | ## |
| 12 | ## This program is distributed in the hope that it will be useful, |
| 13 | ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | ## GNU General Public License for more details. |
| 16 | ## |
| 17 | |
| 18 | if BOARD_OCP_TIOGAPASS |
| 19 | |
| 20 | config BOARD_SPECIFIC_OPTIONS |
| 21 | def_bool y |
| 22 | select ADD_FSP_BINARIES |
| 23 | select BOARD_ROMSIZE_KB_32768 |
| 24 | select HAVE_ACPI_TABLES |
| 25 | select SOC_INTEL_XEON_SP |
| 26 | select MAINBOARD_USES_FSP2_0 |
| 27 | select FSP_CAR |
| 28 | |
| 29 | config MAINBOARD_DIR |
| 30 | string |
| 31 | default "ocp/tiogapass" |
| 32 | |
| 33 | config MAINBOARD_PART_NUMBER |
| 34 | string |
| 35 | default "TiogaPass" |
| 36 | |
| 37 | config MAINBOARD_FAMILY |
| 38 | string |
| 39 | default "TiogaPass" |
| 40 | |
| 41 | config FMDFILE |
| 42 | string |
| 43 | default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/board.fmd" |
| 44 | |
| 45 | endif # BOARD_OCP_TIOGAPASS |