[PATCH v4 03/10] rockchip: binman: Add an fdtmap

Kever Yang kever.yang at rock-chips.com
Sun Apr 6 17:18:31 CEST 2025


On 2025/3/29 23:06, Jonas Karlman wrote:
> From: Simon Glass <sjg at chromium.org>
>
> Add an fdtmap so it is possible to look at the image with 'binman ls'.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
> Changes in v4:
> - Split from "VBE serial part H: Implement VBE on Rockchip RK3399"
>
> Changes in v3:
> - Add blank lines before the node
> ---
>   arch/arm/dts/rockchip-u-boot.dtsi | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/dts/rockchip-u-boot.dtsi b/arch/arm/dts/rockchip-u-boot.dtsi
> index 2b01dc660562..8aea2e6f5713 100644
> --- a/arch/arm/dts/rockchip-u-boot.dtsi
> +++ b/arch/arm/dts/rockchip-u-boot.dtsi
> @@ -170,6 +170,9 @@
>   			offset = <CONFIG_SPL_PAD_TO>;
>   		};
>   #endif
> +
> +		fdtmap {
> +		};
>   	};
>   
>   #ifdef CONFIG_ROCKCHIP_SPI_IMAGE
> @@ -203,6 +206,9 @@
>   			/* Sync with u-boot,spl-payload-offset if present */
>   			offset = <CONFIG_SYS_SPI_U_BOOT_OFFS>;
>   		};
> +
> +		fdtmap {
> +		};
>   	};
>   #endif /* CONFIG_ROCKCHIP_SPI_IMAGE */
>   };


More information about the U-Boot mailing list