Add support for building as a coreboot payload

This commit is contained in:
Jeremy Soller 2019-02-25 12:10:16 -07:00
parent f482e41008
commit 0c56ae16e8
8 changed files with 363 additions and 0 deletions

3
.gitmodules vendored
View file

@ -34,3 +34,6 @@
path = relibc
url = https://gitlab.redox-os.org/redox-os/relibc.git
branch = master
[submodule "bootloader-coreboot"]
path = bootloader-coreboot
url = https://gitlab.redox-os.org/redox-os/bootloader-coreboot.git