cmd: map addresses to sysmem in efidebug memmap
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Mar 2020 07:44:07 +0000 (08:44 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 17 Mar 2020 07:29:52 +0000 (08:29 +0100)
commita415d61eac26a9108c26ef779f2009dc3062f5d8
treed8ead5be50911e2853bf36b660eede16767df561
parentfef907b2e4406da8addebd7fefb6fd87ca7875ab
cmd: map addresses to sysmem in efidebug memmap

Addresses in the sandbox's device tree are in the sandbox's virtual address
space. If we want to compare memory reservations in the device-tree with
the output of 'efidebug memmap', we need to convert back to this address
space.

Adjust the output of the 'efidebug memmap' command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c