Re: [U-Boot] [PATCH 5/7] efi_loader: calculate crc32 for EFI tables

2018-06-27 Thread Bin Meng
On Thu, Jun 28, 2018 at 10:20 AM, Heinrich Schuchardt wrote: > For the boot and runtime services tables and for the system table the > crc32 has to be set in the header. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/bootefi.c | 5 + > include/efi_loader.h | 2

[U-Boot] [PATCH 5/7] efi_loader: calculate crc32 for EFI tables

2018-06-27 Thread Heinrich Schuchardt
For the boot and runtime services tables and for the system table the crc32 has to be set in the header. Signed-off-by: Heinrich Schuchardt --- cmd/bootefi.c | 5 + include/efi_loader.h | 2 ++ lib/efi_loader/efi_boottime.c | 32 3