Begin work on coreboot-t440p script

This commit is contained in:
2025-04-16 11:06:49 -07:00
parent 07507b1485
commit cf15115731
6 changed files with 83 additions and 10 deletions
View File
View File
+22
View File
@@ -0,0 +1,22 @@
# Main scripts
main.sh
utils.sh
config.sh
system.sh
# Step scripts
steps/attach_ch341a.sh
steps/extract_bios.sh
steps/backup_bios.sh
steps/combine_bios.sh
steps/clone_coreboot.sh
steps/build_ifdtool.sh
steps/build_cbfstool.tsh
steps/build_peppy.sh
steps/configure.sh
steps/build_bios.sh
steps/flash_bios.sh
steps/update_bios.sh
steps/revert_bios.sh
# Resources
View File
View File