Building manual
Intro
This document describes the procedure for compiling coreboot for Protectli VP2410.
Requirements
- Docker
- Git
Build Dasharo BIOS firmware
-
Clone the coreboot repository:
git clone https://github.com/Dasharo/coreboot.git \ -b protectli_vault_glk/release
-
Check out the desired version e.g.
v1.0.10
:cd coreboot git checkout protectli_vault_glk_v1.0.10
-
Start build process (note it requires certain blobs to proceed):
# you will need to put the ZIP with blobs and FSP at this point ./build.sh vp2410
The resulting coreboot image will be placed in build/coreboot.rom
.