diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-10-20 09:46:27 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-17 01:20:58 +0000 |
commit | fd618f332541bc6631bc2ae0a166e34f92448d93 (patch) | |
tree | 6d1380fd0190c5ee5e4fc941f0f1779eecc19cb0 /Documentation/mainboard/starlabs/lite_glk.md | |
parent | b2db3659a9b1d7b0a7d9e9ca228aa64bcf297922 (diff) |
Documentation/mb/starlabs: De-duplicate the building instructions
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I20301b3041a62eb416ed61a84544ec4e5cc66c1e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68585
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/mainboard/starlabs/lite_glk.md')
-rw-r--r-- | Documentation/mainboard/starlabs/lite_glk.md | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/Documentation/mainboard/starlabs/lite_glk.md b/Documentation/mainboard/starlabs/lite_glk.md index 2b475e58e6..6294b451f1 100644 --- a/Documentation/mainboard/starlabs/lite_glk.md +++ b/Documentation/mainboard/starlabs/lite_glk.md @@ -37,27 +37,7 @@ ## Building coreboot -### Preliminaries - -Prior to building coreboot the following files are required: -* Intel Flash Descriptor file (descriptor.bin) -* Intel Management Engine firmware (me.bin) -* ITE Embedded Controller firmware (ec.bin) - -The files listed below are optional: -- Splash screen image in Windows 3.1 BMP format (Logo.bmp) - -These files exist in the correct location in the StarLabsLtd/blobs repo on GitHub which is used in place of the standard 3rdparty/blobs repo. - -### Build - -The following commands will build a working image: - -```bash -make distclean -make defconfig KBUILD_DEFCONFIG=configs/config.starlabs_lite_glk -make -``` +Please follow the [Star Labs build instructions](../common/building.md) to build coreboot, using `config.starlabs_lite_glk` as config file. ## Flashing coreboot |