From: Simon Glass Date: Sat, 7 Dec 2019 04:42:31 +0000 (-0700) Subject: x86: Add an fdtmap and image-header X-Git-Tag: v2020.04-rc1~39^2~2^2~44 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=624c70b8ae1a7a7145adcc7e79d6788a01030104;p=oweals%2Fu-boot.git x86: Add an fdtmap and image-header 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 Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index fad3e7c951..5ebff4f407 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -124,6 +124,8 @@ filename = CONFIG_FSP_FILE_S; }; #endif + fdtmap { + }; #ifdef CONFIG_HAVE_CMC intel-cmc { filename = CONFIG_CMC_FILE; @@ -169,5 +171,8 @@ offset = ; }; #endif + image-header { + location = "end"; + }; }; #endif