From patchwork Sat Mar 14 11:13:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 243636 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Sat, 14 Mar 2020 12:13:38 +0100 Subject: [PATCH 0/2] sandbox: provide memory reservations Message-ID: <20200314111340.278897-1-xypron.glpk@gmx.de> 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