Skip to content

Commit

Permalink
Drop txt_os_mle_data::boot_params_addr
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Jan 25, 2025
1 parent 45b4004 commit f5f8a39
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- 'intel-txt-aem*'
- 'xen-uefi'
- 'xen-uefi*'
tags:
- '*'

Expand Down
1 change: 0 additions & 1 deletion grub-core/loader/slaunch/txt.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ init_txt_heap (struct grub_slaunch_params *slparams, struct grub_txt_acm_header
grub_memset (os_mle_data, 0, sizeof (*os_mle_data));

os_mle_data->version = GRUB_SL_OS_MLE_STRUCT_VERSION;
os_mle_data->boot_params_addr = slparams->boot_params_base;
os_mle_data->slrt = slparams->slr_table_base;

os_mle_data->ap_wake_block = slparams->ap_wake_block;
Expand Down
1 change: 0 additions & 1 deletion include/grub/i386/txt.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ struct grub_txt_os_mle_data
{
grub_uint32_t version;
grub_uint32_t reserved;
grub_uint64_t boot_params_addr;
grub_uint64_t slrt;
grub_uint64_t txt_info;
grub_uint32_t ap_wake_block;
Expand Down

0 comments on commit f5f8a39

Please sign in to comment.