From fd618f332541bc6631bc2ae0a166e34f92448d93 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 20 Oct 2022 09:46:27 +0100 Subject: Documentation/mb/starlabs: De-duplicate the building instructions Signed-off-by: Sean Rhodes Change-Id: I20301b3041a62eb416ed61a84544ec4e5cc66c1e Reviewed-on: https://review.coreboot.org/c/coreboot/+/68585 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- Documentation/mainboard/starlabs/lite_glk.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'Documentation/mainboard/starlabs/lite_glk.md') 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 -- cgit v1.2.3