Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UEFI Support #27

Merged
merged 2 commits into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jq -n \
},
"lib/setupmanagers/qemuhck/fw.json": {
"uefi": {
"binary": $ovmf_code,
"nvram": $ovmf_vars
},
"uefi_sb": {
"binary": $ovmf_code_sb,
"binary": {
"insecure": $ovmf_code,
"secure": $ovmf_code_sb
},
"nvram": $ovmf_vars_sb
}
},
Expand Down
8 changes: 4 additions & 4 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ TOOLSHCK_REF=88fba7cd89fe9fe4aeded143f3b98df11238bc71
#TOOLSHCK_DIR=

HLK_SETUP_SCRIPTS_GIT=https://github.com/HCK-CI/HLK-Setup-Scripts.git
HLK_SETUP_SCRIPTS_REF=2693c1a0a7cbc6caa59f2332ec43cd9d3f509f63
HLK_SETUP_SCRIPTS_REF=26b9e71d7411ef4a57ffb3dc36af4b0c53a4fac0
# HLK_SETUP_SCRIPTS_DIR=

EXTRA_SOFTWARE_GIT=https://github.com/HCK-CI/extra-software.git
EXTRA_SOFTWARE_REF=e89497d1775b5afa044a42bf82af197d9608a9f0
EXTRA_SOFTWARE_REF=70e96a7cb1726404f63d138c0375002dd9de9bda
# EXTRA_SOFTWARE_DIR=

HLK_PLAYLISTS_GIT=https://github.com/HCK-CI/hlkplaylists.git
HLK_PLAYLISTS_REF=8888fb18c722a00effc4a04cbc6f018ac8290fde
# HLK_PLAYLISTS_DIR=

HCK_FILTERS_GIT=https://github.com/HCK-CI/hckfilters.git
HCK_FILTERS_REF=b6dc24484965fe798e344186d20f3eb2dbc558ad
HCK_FILTERS_REF=2dee62edf2ee2395cbb2c6e14e8e055baa2b52ba
# HCK_FILTERS_DIR=

AUTOHCK_GIT=https://github.com/HCK-CI/AutoHCK.git
AUTOHCK_REF=v0.12.0
AUTOHCK_REF=v0.12.1
# AUTOHCK_DIR=