x86: Add an fdtmap and image-header
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:31 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:20 +0000 (11:44 +0800)
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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/dts/u-boot.dtsi

index fad3e7c951604ff6421236fca8b19174490d5d50..5ebff4f4079f273e6d13e96fb7a3e6831ae0df5a 100644 (file)
                filename = CONFIG_FSP_FILE_S;
        };
 #endif
+       fdtmap {
+       };
 #ifdef CONFIG_HAVE_CMC
        intel-cmc {
                filename = CONFIG_CMC_FILE;
                offset = <CONFIG_RESET_VEC_LOC>;
        };
 #endif
+       image-header {
+               location = "end";
+       };
 };
 #endif