]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: eliminate sandbox addresses
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 18 Nov 2018 16:58:46 +0000 (17:58 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit464e9b1638df54f583292f043f93fc6f7d943c75
tree95e4324a003e52b044f811f39faebd7d3a580fec
parent38678984b9b83d01ad231cb9f2d96ed81cabb9c7
efi_loader: eliminate sandbox addresses

Do not use the sandbox's virtual address space for the internal structures
of the memory map. This way we can eliminate a whole lot of unnecessary
conversions.

The only conversion remaining is the one when adding known memory.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_memory.c