[U-Boot] [PATCH v3 01/14] Introduce fdt_setprop_placeholder() method

sjg at google.com sjg at google.com
Fri Sep 15 19:25:31 UTC 2017


On 4 September 2017 at 14:12, Pantelis Antoniou
<pantelis.antoniou at konsulko.com> wrote:
> In some cases you need to add a property but the contents of it
> are not known at creation time, merely the extend of it.
>
> This method allows you to create a property of a given size (filled
> with garbage) while a pointer to the property data will be provided.
>
> Signed-off-by: Pantelis Antoniou <pantelis.antoniou at konsulko.com>
> [dwg: Corrected commit message]
> Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
> ---
>  lib/libfdt/fdt_rw.c | 20 +++++++++++++++++---
>  lib/libfdt/libfdt.h | 31 +++++++++++++++++++++++++++++++
>  2 files changed, 48 insertions(+), 3 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-fdt thanks!


More information about the U-Boot mailing list