commit | a415d61eac26a9108c26ef779f2009dc3062f5d8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 14 08:44:07 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 17 08:29:52 2020 +0100 |
tree | d8ead5be50911e2853bf36b660eede16767df561 | |
parent | fef907b2e4406da8addebd7fefb6fd87ca7875ab [diff] |
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>