Re: [U-Boot] [PATCH 4/7] efi_loader: provide firmware revision

2018-06-28 Thread Heinrich Schuchardt
On 06/28/2018 08:32 AM, Bin Meng wrote: Hi Heinrich, On Thu, Jun 28, 2018 at 10:20 AM, Heinrich Schuchardt wrote: 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

Re: [U-Boot] [PATCH 4/7] efi_loader: provide firmware revision

2018-06-27 Thread Bin Meng
Hi Heinrich, On Thu, Jun 28, 2018 at 10:20 AM, Heinrich Schuchardt wrote: > 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: He

[U-Boot] [PATCH 4/7] efi_loader: provide firmware revision

2018-06-27 Thread Heinrich Schuchardt
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 --- include/efi_api.h | 2 +- lib/efi_loader/Makefile