]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7e1d23f044d14d5fcdd952463755de97b7286540
treec56fdf1df31c2b16e8f8f6c8b85728a83bbb9530
parent4753c7ee669ef6ec3bd44ce7e4a64f6ce3ee2d76
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