]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: relocate pointer to tables
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 Aug 2018 21:16:06 +0000 (23:16 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 20 Aug 2018 09:39:19 +0000 (11:39 +0200)
commit1e438c0b0611502f40b38d942a9845c29a183041
tree3673c73545cbdf2418c060706a367bc0342ccd00
parentfa80f9b2bbf83ac301713d44e22804796a98bf97
efi_loader: relocate pointer to tables

When applying a virtual memory map we have to update the pointer to the
list of configuration tables.

Fixes: aec87cfba71e ("efi_loader: allocate configuration table array")
Reported-by: Mark Kettenis <mark.kettenis@xs4all.nl>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Tested-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_runtime.c