mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi_loader: provide firmware revision
Provide a firmware revision in the system table using the Makefile variables VERSION and PATCHLEVEL, e.g. 0x20180700 for v2018.07. Correct the type of the firmware vendor. It is a u16* pointer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
71c846ab84
commit
0b386537a5
3 changed files with 7 additions and 3 deletions
|
@ -303,7 +303,7 @@ struct efi_configuration_table
|
|||
|
||||
struct efi_system_table {
|
||||
struct efi_table_hdr hdr;
|
||||
unsigned long fw_vendor; /* physical addr of wchar_t vendor string */
|
||||
u16 *fw_vendor; /* physical addr of wchar_t vendor string */
|
||||
u32 fw_revision;
|
||||
efi_handle_t con_in_handle;
|
||||
struct efi_simple_input_interface *con_in;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue