29 Jan, 2018

1 commit


15 Sep, 2017

1 commit


11 Apr, 2017

1 commit


14 Oct, 2016

1 commit

  • This includes small changes to the following functions, from upstream
    commit 6d1832c:

    - fdt_get_max_phandle() (upstream commit 84e0e134)
    - fdt_node_check_compatible (upstream commit 53bf130b)
    - fdt_setprop_inplace_namelen_partial() to remove useless brackets and
    use idx instead of index
    - _fdt_resize_property() to use idx instead of index
    - _fdt_splice() (upstream commit d4c7c25c)

    It also includes various typo fixes in libfdt.h

    Signed-off-by: Simon Glass

    Simon Glass
     

24 Sep, 2016

1 commit


20 Jun, 2016

1 commit

  • A number of style fixes across the files in this directory, including:

    * Correct invalid kernel-doc content.
    * Tidy up massive comment in fdt_region.c.
    * Use correct spelling of "U-Boot".
    * Replace tests of "! " with "!".
    * Replace "libfdt_env.h" with .

    Signed-off-by: Robert P. J. Day
    Acked-by: Simon Glass

    Robert P. J. Day
     

22 Jul, 2015

1 commit

  • Property names are stored in a string table. When a node property is
    removed, the string table is not updated since other nodes may have a
    property with the same name.

    Thus it is possible for the string table to build up a number of unused
    strings. Add a function to remove these. This works by building a new device
    tree from the old one, adding strings one by one as needed.

    Signed-off-by: Simon Glass

    Simon Glass
     

09 Aug, 2014

1 commit

  • This brings in changes up to commit f9e91a48 in the libfdt repo.
    Mostly this is whitespace/minor changes. But there are a few new
    features:

    - fdt_size_cells() and fdt_address_cells()
    - fdt_resize()

    Signed-off-by: Simon Glass

    Simon Glass
     

10 Aug, 2013

1 commit


08 Feb, 2013

1 commit


16 Oct, 2012

1 commit


13 Apr, 2010

1 commit