efi_loader: update runtime services table crc32
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 29 Jul 2018 07:49:04 +0000 (09:49 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 20 Aug 2018 12:43:12 +0000 (14:43 +0200)
commita39f39cdd8be5cd3e7a8b696a463b621e3d827e0
treec56fdf1df31c2b16e8f8f6c8b85728a83bbb9530
parent483dbab9f9318149e5ea97daacbfae320f53e35a
efi_loader: update runtime services table crc32

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 <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_runtime.c