Sign in
android
/
platform
/
external
/
dtc
/
refs/heads/android12L-d2-release
/
libfdt
/
libfdt.h
2478b16
libfdt: add extern "C" for C++
by Patrick Oppenlander
· 4 years, 10 months ago
0c5326c
libfdt: De-inline fdt_header_size()
by Simon Glass
· 5 years ago
67f790c
libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_st
by Luc Michel
· 6 years ago
7fb0f4d
libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags
by Rob Herring
· 6 years ago
ce01b21
libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed
by Nicholas Piggin
· 6 years ago
fbb6275
libfdt: Introduce fdt_create_with_flags()
by Nicholas Piggin
· 6 years ago
cca6546
libfdt: Make fdt_get_max_phandle() an inline
by David Gibson
· 6 years ago
7308750
libfdt: Add phandle generation helper
by Thierry Reding
· 6 years ago
2bc5b66
libfdt: Add new maximum phandle lookup function
by Thierry Reding
· 6 years ago
7fcf820
libfdt: add fdt_append_addrrange()
by AKASHI Takahiro
· 6 years ago
f67b471
Revert "libfdt: Add phandle generation helper"
by David Gibson
· 6 years ago
54ea41c
libfdt: Add phandle generation helper
by Thierry Reding
· 6 years ago
ea7a8f6
libfdt: Fix FDT_ERR_NOTFOUND typos in documentation
by Geert Uytterhoeven
· 6 years ago
5aafd7c
libfdt: Fix fdt_getprop_by_offset() parameter name in documentation
by Geert Uytterhoeven
· 6 years ago
11738cf
libfdt: Don't use memcpy to handle unaligned reads on ARM
by David Gibson
· 6 years ago
aa7254d
libfdt: return correct value if #size-cells property is not present
by John Clarke
· 6 years ago
c12b2b0
libfdt: fdt_address_cells() and fdt_size_cells()
by Sebastian Huber
· 7 years ago
6dcb8ba
libfdt: Add helpers for accessing unaligned words
by David Gibson
· 7 years ago
9aafa33
pylibfdt: Add functions to update properties
by Simon Glass
· 7 years ago
4b8fcc3
libfdt: Add fdt_check_full() function
by David Gibson
· 7 years ago
0112fda
libfdt: Add fdt_header_size()
by David Gibson
· 7 years ago
70166d6
libfdt: Safer access to strings section
by David Gibson
· 7 years ago
eb890c0
libfdt: Make fdt_check_header() more thorough
by David Gibson
· 7 years ago
f1879e1
Add limited read-only support for older (V2 and V3) device tree to libfdt.
by Nathan Whitehorn
· 7 years ago
c8b38f6
libfdt: Remove leading underscores from identifiers
by David Gibson
· 7 years ago
2e6fe5a
Fix some errors in comments
by David Gibson
· 7 years ago
a33c224
Introduce fdt_setprop_placeholder() method
by Pantelis Antoniou
· 8 years ago
580a9f6
Add a libfdt function to write a property placeholder
by Simon Glass
· 8 years ago
8cb3896
Adjust libfdt.h to work with swig
by Simon Glass
· 8 years ago
397d5ef
libfdt: Add fdt_setprop_empty()
by David Gibson
· 8 years ago
0cdd06c
libfdt: Add overlay application function
by Maxime Ripard
· 8 years ago
39240cc
libfdt: Extend the reach of FDT_ERR_BADPHANDLE
by Maxime Ripard
· 8 years ago
4aa3a6f
libfdt: Add new errors for the overlay code
by Maxime Ripard
· 8 years ago
45fd440
Fix some typing errors in libfdt.h and livetree.c
by Thomas Huth
· 9 years ago
d877364
libfdt: Add fdt_setprop_inplace_namelen_partial
by Maxime Ripard
· 9 years ago
3e9037a
libfdt: Add fdt_getprop_namelen_w
by Maxime Ripard
· 9 years ago
84e0e13
libfdt: Add max phandle retrieval function
by Maxime Ripard
· 9 years ago
d29126c
libfdt: Add iterator over properties
by Maxime Ripard
· 9 years ago
902d0f0
libfdt: Add a subnodes iterator macro
by Thierry Reding
· 9 years ago
beef80b
Correct a missing space in a fdt_header cast
by Simon Glass
· 9 years ago
68d43ce
Correct line lengths in libfdt.h
by Simon Glass
· 9 years ago
b0dbcea
Correct space-after-tab in libfdt.h
by Simon Glass
· 9 years ago
604e61e
fdt: Add functions to retrieve strings
by Thierry Reding
· 10 years ago
8702bd1
fdt: Add a function to get the index of a string
by Thierry Reding
· 10 years ago
2218387
fdt: Add a function to count strings
by Thierry Reding
· 10 years ago
554fde2
libfdt: fix comment block of fdt_get_property_namelen()
by Masahiro Yamada
· 10 years ago
b4150b5
libfdt: Add fdt_path_offset_namelen()
by Peter Hurley
· 10 years ago
40f7f57
libfdt: Add helpers to read #address-cells and #size-cells
by David Gibson
· 11 years ago
79eebb2
libfdt: Add function to resize the buffer for a sequential write tree
by David Gibson
· 11 years ago
4e76ec7
libfdt: Add fdt_next_subnode() to permit easy subnode iteration
by Simon Glass
· 12 years ago
cc11e52
Fix typo
by François Revol
· 12 years ago
b7aa300
Export fdt_stringlist_contains()
by Simon Glass
· 12 years ago
142419e
dtc/libfdt: sparse fixes
by Kim Phillips
· 12 years ago
be60268
libfdt: Add helper function to create a trivial, empty tree
by David Gibson
· 13 years ago
cbf1410
libfdt: Add helpers for 64-bit integer properties
by David Gibson
· 13 years ago
a31e3ef
libfdt: Add support for appending the values to a existing property
by Minghuan Lian
· 13 years ago
73dca9a
libfdt: Implement property iteration functions
by David Gibson
· 15 years ago
f281f52
libfdt: Fix C++ compile-time cast error on gnu 4.2.1
by Laurent Gregoire
· 16 years ago
75bdd84
libfdt: Fix error in documentation for fdt_get_alias_namelen()
by David Gibson
· 16 years ago
9c83115
libfdt: Add function to explicitly expand aliases
by David Gibson
· 17 years ago
b236893
Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
by Jon Loeliger
· 17 years ago
cb650ae
libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
by David Gibson
· 17 years ago
08309aa
libfdt: Improve documentation in libfdt.h
by Wolfram Sang
· 17 years ago
1409097
dtc: Enable and fix -Wcast-qual warnings
by David Gibson
· 17 years ago
fc9769a
libfdt: Add and use a node iteration helper function.
by David Gibson
· 17 years ago
82b327d
libfdt: Add fdt_set_name() function
by David Gibson
· 17 years ago
30f7fbf
libfdt: Add more documentation (patch the seventh)
by David Gibson
· 17 years ago
f819a4e
libfdt: Add more documentation (patch the sixth)
by David Gibson
· 17 years ago
2cf8693
libfdt: Abolish fdt_offset_ptr_typed()
by David Gibson
· 17 years ago
9521dc5
libfdt: Abolish _typed() variants, add _cell() variants
by David Gibson
· 17 years ago
7346858
libfdt: Add phandle related functions
by David Gibson
· 17 years ago
53acf49
libfdt: Add more documentation (path the fifth)
by David Gibson
· 17 years ago
9d3af7a
libfdt: Add more documentation (patch the fourth)
by David Gibson
· 17 years ago
2ec634d
libfdt: Add more documentation (patch the third)
by David Gibson
· 17 years ago
a041dcd
libfdt: Handle v16 and re-ordered trees for r/w
by David Gibson
· 17 years ago
9b91134
libfdt: Remove un-const-safe fdt_set_header macro
by David Gibson
· 17 years ago
57f99b7
libfdt: Documentation (patch the second)
by David Gibson
· 17 years ago
cec0c38
libfdt: Add some documenting comments in libfdt.h
by David Gibson
· 17 years ago
3c44c87
libfdt: Rename and publish _fdt_next_tag()
by David Gibson
· 17 years ago
96b5fad
libfdt: Rename and publish _fdt_check_header()
by David Gibson
· 17 years ago
11d5302
libfdt: Make fdt_string() return a const pointer
by David Gibson
· 17 years ago
333542f
libfdt: Add functions for handling the "compatible" property
by David Gibson
· 17 years ago
6f8b771
libfdt: libfdt_env.h must be included first
by David Gibson
· 17 years ago
fd1bf3a
libfdt: Add functions to get/add/delete memory reservemap entries
by David Gibson
· 17 years ago
ae1454b
libfdt: Add fdt_node_offset_by_prop_value()
by David Gibson
· 18 years ago
1248237
libfdt: Add fdt_parent_offset() and supporting functions
by David Gibson
· 18 years ago
037db26
libfdt: Add fdt_get_path() function
by David Gibson
· 18 years ago
9d26eab
libfdt: Add fdt_get_name() to retrieve a node's name
by David Gibson
· 18 years ago
23cdf23
Move everything into a subdirectory in preparation for merge into dtc.
by David Gibson
· 18 years ago
[Renamed from libfdt.h]
9481605
libfdt: Switch to dual GPL/BSD license
by David Gibson
· 18 years ago
a6c76f9
libfdt: More thorough use of constification
by David Gibson
· 18 years ago
5b344f9
libfdt: Add fdt_strerror() function to library
by David Gibson
· 18 years ago
3aea828
libfdt: Clean up error codes
by David Gibson
· 18 years ago
9a9fdf5
libfdt: More consistent handling of returned error codes.
by David Gibson
· 18 years ago
a7ee95d
libfdt: Abolish encoding of error codes into pointers
by David Gibson
· 18 years ago
73d6092
libfdt: Use void * to refer to device tree blobs
by David Gibson
· 18 years ago
94993f4
libfdt: Abolish fdt_property_offset()
by David Gibson
· 18 years ago
e25487d
libfdt: Fix libfdt for little endian hosts
by David Gibson
· 18 years ago
7ba551f
libfdt: Read-write support
by David Gibson
· 18 years ago
fe92f6b
libfdt: Introduce flat tree format v17
by David Gibson
· 18 years ago
Next »