[U-Boot] [PATCH v4 0/2] efi_loader: correctly initialize system table crc32

Heinrich Schuchardt xypron.glpk at gmx.de
Sun Jul 29 07:49:02 UTC 2018


Update the crc32 of the runtime services table when detaching.

Travis results where ok except for two file size limits exceeded:
https://travis-ci.org/xypron2/u-boot/builds/409390055

v4:
	Remove patches accepted for efi-next
	Rebase on current master
	Do not put functions into runtime data

Heinrich Schuchardt (2):
  lib: crc32: mark function crc32() as __efi_runtime
  efi_loader: update runtime services table crc32

 include/efi_loader.h          |  3 +++
 lib/crc32.c                   | 26 ++++++++++++++------------
 lib/efi_loader/efi_boottime.c | 12 ------------
 lib/efi_loader/efi_runtime.c  | 15 +++++++++++++++
 4 files changed, 32 insertions(+), 24 deletions(-)

-- 
2.18.0



More information about the U-Boot mailing list