mbox series

[0/2] sandbox: provide memory reservations

Message ID 20200314111340.278897-1-xypron.glpk@gmx.de
Headers show
Series sandbox: provide memory reservations | expand

Message

Heinrich Schuchardt March 14, 2020, 11:13 a.m. UTC
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