commit | 27685f7c295c37519968dee0ae050ef4d35d0da6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 28 12:45:30 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 14:59:44 2018 +0200 |
tree | f0c37ee34c1b38bbb956756b1dc20bfbffb2434b | |
parent | 10204250d77328afd2592b279c00257abd6f795f [diff] |
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>