We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445c55c commit ec36637Copy full SHA for ec36637
qiling/os/uefi/smst.py
@@ -287,6 +287,7 @@ def initialize(ql, gSmst : int):
287
ql.loader.smm_context.conf_table_data_ptr = conf_data
288
ql.loader.smm_context.conf_table_data_next_ptr = conf_data
289
290
+ install_configuration_table(ql.loader.smm_context, "HOB_LIST", None)
291
install_configuration_table(ql.loader.smm_context, "SMM_RUNTIME_SERVICES_TABLE", gSmmRT)
292
293
__all__ = [
0 commit comments