Skip to content

Commit ec36637

Browse files
committed
Let SMM has its own hob list
1 parent 445c55c commit ec36637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qiling/os/uefi/smst.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ def initialize(ql, gSmst : int):
287287
ql.loader.smm_context.conf_table_data_ptr = conf_data
288288
ql.loader.smm_context.conf_table_data_next_ptr = conf_data
289289

290+
install_configuration_table(ql.loader.smm_context, "HOB_LIST", None)
290291
install_configuration_table(ql.loader.smm_context, "SMM_RUNTIME_SERVICES_TABLE", gSmmRT)
291292

292293
__all__ = [

0 commit comments

Comments
 (0)