[U-Boot] [PATCH 20/30] dtoc: Support finding the offset of a property
Simon Glass
sjg at chromium.org
Sat Aug 27 18:06:06 CEST 2016
On 25 July 2016 at 18:59, Simon Glass <sjg at chromium.org> wrote:
> Add a way to find the byte offset of a property within the device tree. This
> is only supported with the normal libfdt implementation since fdtget does
> not provide this information.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> lib/libfdt/libfdt.swig | 3 +++
> tools/dtoc/fdt.py | 11 +++++++++++
> tools/dtoc/fdt_normal.py | 18 ++++++++++++++++++
> 3 files changed, 32 insertions(+)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list