Skip to content

Commit f5f8a39

Browse files
committed
Drop txt_os_mle_data::boot_params_addr
Signed-off-by: Sergii Dmytruk <[email protected]>
1 parent 45b4004 commit f5f8a39

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'intel-txt-aem*'
7-
- 'xen-uefi'
7+
- 'xen-uefi*'
88
tags:
99
- '*'
1010

grub-core/loader/slaunch/txt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ init_txt_heap (struct grub_slaunch_params *slparams, struct grub_txt_acm_header
607607
grub_memset (os_mle_data, 0, sizeof (*os_mle_data));
608608

609609
os_mle_data->version = GRUB_SL_OS_MLE_STRUCT_VERSION;
610-
os_mle_data->boot_params_addr = slparams->boot_params_base;
611610
os_mle_data->slrt = slparams->slr_table_base;
612611

613612
os_mle_data->ap_wake_block = slparams->ap_wake_block;

include/grub/i386/txt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ struct grub_txt_os_mle_data
354354
{
355355
grub_uint32_t version;
356356
grub_uint32_t reserved;
357-
grub_uint64_t boot_params_addr;
358357
grub_uint64_t slrt;
359358
grub_uint64_t txt_info;
360359
grub_uint32_t ap_wake_block;

0 commit comments

Comments
 (0)