Re: [U-Boot] [PATCH v3 6/6] efi_loader: update runtime services table crc32

2018-07-08 Thread Alexander Graf
On 07.07.18 15:36, Heinrich Schuchardt wrote: > The crc32 of the runtime services table must be updated after detaching. > > efi_update_table_header_crc32() must be __efi_runtime. So move it to > efi_runtime.c > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Alexander Graf Alex

[U-Boot] [PATCH v3 6/6] efi_loader: update runtime services table crc32

2018-07-07 Thread Heinrich Schuchardt
The crc32 of the runtime services table must be updated after detaching. efi_update_table_header_crc32() must be __efi_runtime. So move it to efi_runtime.c Signed-off-by: Heinrich Schuchardt --- v3 new patch --- include/efi_loader.h | 3 +++ lib/efi_loader/efi_boottime.c | 12