commit | 12083bafedb7b4ce610ef59de9156194f68e2d55 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Nov 04 22:00:48 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Nov 09 17:28:17 2020 +0100 |
tree | 5545266e69e35ba2305c69b329fb16dea0521cad | |
parent | 0f7a680bf0f1d076565f2ca0eb2bfaba56465366 [diff] |
efi_selftest: add tool to download dtb For validating the fixed up device tree we need a tool to need to save it to a file. dtbdump.efi copies the configuration table with the device tree to a file on the same partition from which dtbdump.efi was invoked. The file name can be entered on the console. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>