
25 Sep
2019
25 Sep
'19
5 p.m.
Add these entries to the ROM so that we can list the contents of an image with 'binman ls'. The image-header is not essential but does speed up access.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/dts/u-boot.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index 8fc5146f26c..f2fb4c2abaa 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -125,6 +125,8 @@ filename = CONFIG_FSP_FILE_M; }; #endif + fdtmap { + }; #ifdef CONFIG_HAVE_CMC intel-cmc { filename = CONFIG_CMC_FILE; @@ -170,5 +172,8 @@ offset = <CONFIG_RESET_VEC_LOC>; }; #endif + image-header { + location = "end"; + }; }; #endif
--
2.23.0.444.g18eeb5a265-goog