Currently we are not able to test reservations on the sandbox. Memory
reservations may be either be created in ft_board_setup() or via the device
tree. This series implements both types of reservations for the sandbox.
Further patches will be needed to implement an actual test which could be
based on the 'bootefi hello' and 'efidebug memmap' commands.
Heinrich Schuchardt (2):
sandbox: add reserved-memory node in device tree
sandbox: implement ft_board_setup()
arch/Kconfig | 1 +
arch/sandbox/dts/sandbox.dts | 19 +++++++++++++++++++
arch/sandbox/dts/sandbox64.dts | 20 ++++++++++++++++++++
board/sandbox/sandbox.c | 6 ++++++
4 files changed, 46 insertions(+)
--
2.25.1