mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
Merge branch 'seabios-race' of xloem/lbmk into master
This commit is contained in:
@@ -40,6 +40,7 @@ cd seabios/
|
||||
# for libgfxinit setup:
|
||||
[[ -f Makefile ]] && make distclean
|
||||
cp ../resources/seabios/config/libgfxinit .config
|
||||
make silentoldconfig -j$(nproc)
|
||||
make -j$(nproc)
|
||||
mv out/bios.bin.elf ../payload/seabios/seabios_libgfxinit.elf
|
||||
mv out/vgabios.bin ../payload/seabios/seavgabios.bin
|
||||
@@ -48,6 +49,7 @@ rm .config
|
||||
# for vgarom setup:
|
||||
[[ -f Makefile ]] && make distclean
|
||||
cp ../resources/seabios/config/vgarom .config
|
||||
make silentoldconfig -j$(nproc)
|
||||
make -j$(nproc)
|
||||
mv out/bios.bin.elf ../payload/seabios/seabios_vgarom.elf
|
||||
rm .config
|
||||
|
||||
Reference in New Issue
Block a user