[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819145417.23367-3-piliu@redhat.com>
Date: Mon, 19 Aug 2024 22:53:35 +0800
From: Pingfan Liu <piliu@...hat.com>
To: linux-efi@...r.kernel.org
Cc: Pingfan Liu <piliu@...hat.com>,
Ard Biesheuvel <ardb@...nel.org>,
Jan Hendrik Farr <kernel@...rr.cc>,
Philipp Rudo <prudo@...hat.com>,
Lennart Poettering <mzxreary@...inter.de>,
Jarkko Sakkinen <jarkko@...nel.org>,
Eric Biederman <ebiederm@...ssion.com>,
Baoquan He <bhe@...hat.com>,
Dave Young <dyoung@...hat.com>,
Mark Rutland <mark.rutland@....com>,
Will Deacon <will@...nel.org>,
Catalin Marinas <catalin.marinas@....com>,
kexec@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [RFCv2 2/9] efi/libstub: Complete efi_simple_text_output_protocol
Some uefi applications e.g systemd-stub uses more members in
efi_simple_text_output_protocol, hence extending its members as UEFI
specification.
Signed-off-by: Pingfan Liu <piliu@...hat.com>
Cc: Ard Biesheuvel <ardb@...nel.org>
To: linux-efi@...r.kernel.org
---
drivers/firmware/efi/libstub/efistub.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/firmware/efi/libstub/efistub.h b/drivers/firmware/efi/libstub/efistub.h
index 27abb4ce02917..a075d327a11ba 100644
--- a/drivers/firmware/efi/libstub/efistub.h
+++ b/drivers/firmware/efi/libstub/efistub.h
@@ -506,6 +506,13 @@ union efi_simple_text_output_protocol {
efi_status_t (__efiapi *output_string)(efi_simple_text_output_protocol_t *,
efi_char16_t *);
void *test_string;
+ void *query_mode;
+ void *set_mode;
+ void *set_attribute;
+ void *clean_screen;
+ void *set_cursor_pos;
+ void *enable_cursor;
+ void *mode;
};
struct {
u32 reset;
--
2.41.0
Powered by blists - more mailing lists