summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/mtl/variants/darp10/board.fmd
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2024-05-22 10:43:43 -0600
committerFelix Held <felix-coreboot@felixheld.de>2024-07-22 13:58:48 +0000
commit8b17b9b1967c5299c021cb65e9322668ad32b9cc (patch)
treeac020e0b01273786612bb4feebda521f2ad3f8c9 /src/mainboard/system76/mtl/variants/darp10/board.fmd
parenta4b9c182dded30d2a9437b6e78df9f60251cb85e (diff)
mb/system76/mtl: Add Darter Pro 10
The Darter Pro 10 (darp10) is an Intel Meteor Lake-H based board. There are 2 variants to differentiate them as they have different keyboards and so use different EC firmware. - darp10: 16" model with 102 key keyboard - darp10-b: 14" model with 83 key keyboard Change-Id: Iaef03a47cf108591ef823bfa779777c7c05c6337 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82609 Reviewed-by: Martin L Roth <gaumless@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/mtl/variants/darp10/board.fmd')
-rw-r--r--src/mainboard/system76/mtl/variants/darp10/board.fmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/system76/mtl/variants/darp10/board.fmd b/src/mainboard/system76/mtl/variants/darp10/board.fmd
new file mode 100644
index 0000000000..8539c86e1e
--- /dev/null
+++ b/src/mainboard/system76/mtl/variants/darp10/board.fmd
@@ -0,0 +1,13 @@
+FLASH 32M {
+ SI_DESC 16K
+ SI_GBE 8K
+ SI_ME 10640K
+ SI_BIOS@16M 16M {
+ RW_MRC_CACHE 64K
+ SMMSTORE(PRESERVE) 256K
+ WP_RO {
+ FMAP 4K
+ COREBOOT(CBFS)
+ }
+ }
+}