diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-09-19 09:29:48 -0600 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-09-19 20:29:40 +0000 |
commit | 0d3606b2df7dc2625c14f981821ab3f09d696065 (patch) | |
tree | 034fbf9a875bc392e955d87563e12ceacbd54bd1 | |
parent | 23b68fe78d6592c935add87b26a026cfea16dcb2 (diff) |
mb/intel/mtlrvp: Add board_info.txt
Builds are failing on upstream master branch because there is no
board_info.txt for the Intel Meteor Lake RVP mainboard; this patch
adds a basic one so the tree will build.
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Change-Id: I3356ad65132dc4aaebd5e7d959a2bdb9ab1316b1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67711
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Tested-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
-rw-r--r-- | src/mainboard/intel/mtlrvp/board_info.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/intel/mtlrvp/board_info.txt b/src/mainboard/intel/mtlrvp/board_info.txt new file mode 100644 index 0000000000..fbf58ef3c1 --- /dev/null +++ b/src/mainboard/intel/mtlrvp/board_info.txt @@ -0,0 +1,6 @@ +Vendor name: Intel +Board name: Meteor Lake rvp +Category: eval +ROM protocol: SPI +ROM socketed: n +Flashrom support: y |