summaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs/labtop/variants/cml/board.fmd
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2021-06-04 18:34:45 +0000
committerPatrick Georgi <pgeorgi@google.com>2021-06-04 18:52:32 +0000
commitfb1858539f7451317730fda785600c81ec44dfd2 (patch)
tree3e1521c08d35ff708de495f91a233da0af181129 /src/mainboard/starlabs/labtop/variants/cml/board.fmd
parentfc7900b6b96cdb7044122bc00bbd5c760a069325 (diff)
Revert "src/mainboard: Add Star Labs labtop series"
This reverts commit 2e665eb8daa2963c52092e694a5316dc544a23f5. Reason for revert: Was submitted too early and out-of-order. Change-Id: I119b7a81b849bbe3424d73d5fdf9b55481444686 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54971 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs/labtop/variants/cml/board.fmd')
-rw-r--r--src/mainboard/starlabs/labtop/variants/cml/board.fmd14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/cml/board.fmd b/src/mainboard/starlabs/labtop/variants/cml/board.fmd
deleted file mode 100644
index 9018104edd..0000000000
--- a/src/mainboard/starlabs/labtop/variants/cml/board.fmd
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Manually defined FMD in order to ensure that space is reserved for the EC
-# at the top of the BIOS region.
-#
-FLASH 16M {
- BIOS@0x400000 0xC00000 {
- EC@0x0 0x20000
- RW_MRC_CACHE@0x20000 0x10000
- SMMSTORE@0x30000 0x40000
- CONSOLE@0x70000 0x20000
- FMAP@0x90000 0x200
- COREBOOT(CBFS)
- }
-}