Age | Commit message (Expand) | Author |
2017-09-15 | fdt: Allow stacked overlays phandle references | Pantelis Antoniou |
2017-09-15 | libfdt: Initialize the stack variable | Tien Fong Chee |
2017-09-15 | fdt: Sync libfdt up to upstream | Simon Glass |
2017-09-11 | moveconfig: Use fd.write() instead of print >> | Simon Glass |
2017-07-10 | libfdt: Drop -FDT_ERR_TOODEEP | Simon Glass |
2017-06-02 | fdt: Stop building the old python libfdt module | Simon Glass |
2017-06-02 | fdt: Rename existing python libfdt module | Simon Glass |
2017-06-02 | fdt: Allow swig options to be provided by Makefile | Simon Glass |
2017-06-02 | fdt: Move header files into lib/libfdt | Simon Glass |
2017-06-02 | fdt: Add Python bindings | Simon Glass |
2017-04-13 | fdtgrep: Cope with the /aliases node being last | Simon Glass |
2017-04-10 | libfdt: fix build with Python 3 | Stefan Agner |
2017-04-10 | fdt: Bring in changes from v1.4.4 | Simon Glass |
2017-01-13 | libfdt: Correct fdt handling of overlays without fixups and base trees withou... | David Gibson |
2016-10-24 | libfdt: fix fdt_stringlist_search() | Masahiro Yamada |
2016-10-24 | libfdt: fix fdt_stringlist_count() | Masahiro Yamada |
2016-10-23 | libfdt: Sync overlay with upstream | Maxime Ripard |
2016-10-13 | libfdt: Drop inlining of fdt_path_offset() | Simon Glass |
2016-10-13 | libfdt: Sync fdt_for_each_subnode() with upstream | Simon Glass |
2016-10-13 | libfdt: Bring in upstream stringlist functions | Simon Glass |
2016-10-13 | libfdt: Sync up with upstream | Simon Glass |
2016-10-13 | libfdt: Fix undefined behaviour in fdt_offset_ptr() | David Gibson |
2016-09-23 | libfdt: simplify fdt_del_mem_rsv() | Masahiro Yamada |
2016-09-18 | dtoc: Support finding the offset of a property | Simon Glass |
2016-09-18 | dtoc: Support packing the device tree | Simon Glass |
2016-09-18 | dtoc: Support deleting device tree properties | Simon Glass |
2016-09-18 | dtoc: Move to using bytearray | Simon Glass |
2016-08-20 | tests: Introduce DT overlay tests | Maxime Ripard |
2016-08-20 | cmd: fdt: add fdt overlay application subcommand | Maxime Ripard |
2016-08-20 | libfdt: Add overlay application function | Maxime Ripard |
2016-08-20 | libfdt: Add fdt_setprop_inplace_namelen_partial | Maxime Ripard |
2016-08-20 | libfdt: Add fdt_path_offset_namelen | Maxime Ripard |
2016-08-20 | libfdt: Fix separator spelling | Maxime Ripard |
2016-08-20 | libfdt: Add max phandle retrieval function | Maxime Ripard |
2016-07-14 | dm: Add a more efficient libfdt library | Simon Glass |
2016-06-19 | lib/libfdt/: General aesthetic/style fixes. | Robert P. J. Day |
2016-03-14 | libfdt: Add a function to write a property placeholder | Simon Glass |
2015-11-04 | fdt: Correct handling of alias regions | Simon Glass |
2015-07-21 | fdt: Add fdt_first/next_region() functions | Simon Glass |
2015-07-21 | fdt: Add a function to remove unused strings from a device tree | Simon Glass |
2015-07-20 | libfdt: fix error code of fdt_count_strings() | Masahiro Yamada |
2015-07-20 | libfdt: fix error code of fdt_get_string_index() | Masahiro Yamada |
2015-04-23 | fdt: Fix handling of paths with options in them | Hans de Goede |
2014-12-08 | libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile | Masahiro Yamada |
2014-10-22 | fdt: Add functions to retrieve strings | Thierry Reding |
2014-10-22 | fdt: Add a function to get the index of a string | Thierry Reding |
2014-10-22 | fdt: Add a function to count strings | Thierry Reding |
2014-08-09 | fdt: Sync up with libfdt | Simon Glass |
2014-06-19 | libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images | Jon Nalley |
2013-10-31 | lib: convert makefiles to Kbuild style | Masahiro Yamada |