| Commit message (Expand) | Author | Age | Files | Lines |
* | libfdt: Drop -FDT_ERR_TOODEEP | Simon Glass | 2017-07-10 | 2 | -7/+2 |
* | fdt: Stop building the old python libfdt module | Simon Glass | 2017-06-02 | 2 | -150/+0 |
* | fdt: Rename existing python libfdt module | Simon Glass | 2017-06-02 | 2 | -5/+4 |
* | fdt: Allow swig options to be provided by Makefile | Simon Glass | 2017-06-02 | 1 | -2/+2 |
* | fdt: Move header files into lib/libfdt | Simon Glass | 2017-06-02 | 2 | -0/+2211 |
* | fdt: Add Python bindings | Simon Glass | 2017-06-02 | 2 | -0/+512 |
* | fdtgrep: Cope with the /aliases node being last | Simon Glass | 2017-04-13 | 1 | -5/+35 |
* | libfdt: fix build with Python 3 | Stefan Agner | 2017-04-10 | 1 | -1/+1 |
* | fdt: Bring in changes from v1.4.4 | Simon Glass | 2017-04-10 | 3 | -12/+17 |
* | libfdt: Correct fdt handling of overlays without fixups and base trees withou... | David Gibson | 2017-01-13 | 1 | -1/+6 |
* | libfdt: fix fdt_stringlist_search() | Masahiro Yamada | 2016-10-24 | 1 | -1/+1 |
* | libfdt: fix fdt_stringlist_count() | Masahiro Yamada | 2016-10-24 | 1 | -1/+1 |
* | libfdt: Sync overlay with upstream | Maxime Ripard | 2016-10-23 | 2 | -73/+129 |
* | libfdt: Drop inlining of fdt_path_offset() | Simon Glass | 2016-10-13 | 1 | -0/+5 |
* | libfdt: Sync fdt_for_each_subnode() with upstream | Simon Glass | 2016-10-13 | 1 | -4/+4 |
* | libfdt: Bring in upstream stringlist functions | Simon Glass | 2016-10-13 | 1 | -40/+64 |
* | libfdt: Sync up with upstream | Simon Glass | 2016-10-13 | 3 | -10/+10 |
* | libfdt: Fix undefined behaviour in fdt_offset_ptr() | David Gibson | 2016-10-13 | 1 | -6/+7 |
* | libfdt: simplify fdt_del_mem_rsv() | Masahiro Yamada | 2016-09-23 | 1 | -5/+1 |
* | dtoc: Support finding the offset of a property | Simon Glass | 2016-09-18 | 1 | -0/+3 |
* | dtoc: Support packing the device tree | Simon Glass | 2016-09-18 | 1 | -0/+1 |
* | dtoc: Support deleting device tree properties | Simon Glass | 2016-09-18 | 1 | -0/+12 |
* | dtoc: Move to using bytearray | Simon Glass | 2016-09-18 | 1 | -0/+8 |
* | tests: Introduce DT overlay tests | Maxime Ripard | 2016-08-20 | 1 | -49/+262 |
* | cmd: fdt: add fdt overlay application subcommand | Maxime Ripard | 2016-08-20 | 1 | -7/+7 |
* | libfdt: Add overlay application function | Maxime Ripard | 2016-08-20 | 2 | -0/+407 |
* | libfdt: Add fdt_setprop_inplace_namelen_partial | Maxime Ripard | 2016-08-20 | 1 | -4/+25 |
* | libfdt: Add fdt_path_offset_namelen | Maxime Ripard | 2016-08-20 | 1 | -8/+10 |
* | libfdt: Fix separator spelling | Maxime Ripard | 2016-08-20 | 1 | -4/+4 |
* | libfdt: Add max phandle retrieval function | Maxime Ripard | 2016-08-20 | 1 | -0/+26 |
* | dm: Add a more efficient libfdt library | Simon Glass | 2016-07-14 | 3 | -0/+141 |
* | lib/libfdt/: General aesthetic/style fixes. | Robert P. J. Day | 2016-06-19 | 11 | -97/+109 |
* | libfdt: Add a function to write a property placeholder | Simon Glass | 2016-03-14 | 1 | -2/+14 |
* | fdt: Correct handling of alias regions | Simon Glass | 2015-11-04 | 1 | -1/+1 |
* | fdt: Add fdt_first/next_region() functions | Simon Glass | 2015-07-21 | 2 | -1/+493 |
* | fdt: Add a function to remove unused strings from a device tree | Simon Glass | 2015-07-21 | 1 | -0/+32 |
* | libfdt: fix error code of fdt_count_strings() | Masahiro Yamada | 2015-07-20 | 1 | -1/+1 |
* | libfdt: fix error code of fdt_get_string_index() | Masahiro Yamada | 2015-07-20 | 1 | -1/+1 |
* | fdt: Fix handling of paths with options in them | Hans de Goede | 2015-04-23 | 1 | -3/+22 |
* | libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile | Masahiro Yamada | 2014-12-08 | 1 | -4/+1 |
* | fdt: Add functions to retrieve strings | Thierry Reding | 2014-10-22 | 1 | -0/+30 |
* | fdt: Add a function to get the index of a string | Thierry Reding | 2014-10-22 | 1 | -0/+26 |
* | fdt: Add a function to count strings | Thierry Reding | 2014-10-22 | 1 | -0/+20 |
* | fdt: Sync up with libfdt | Simon Glass | 2014-08-09 | 5 | -7/+95 |
* | libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images | Jon Nalley | 2014-06-19 | 1 | -1/+1 |
* | lib: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | 1 | -25/+2 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2013-10-14 | 1 | -1/+0 |
* | libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause | Roger Meier | 2013-08-10 | 8 | -368/+8 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | libfdt: Add fdt_find_regions() | Simon Glass | 2013-06-26 | 1 | -0/+129 |