index
:
rtems
4.10
4.11
4.8
4.9
5
master
RTEMS Kernel, file-systems, drivers, BSPs, samples, and testsuite.
devel@rtems.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpukit
/
include
/
libfdt.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libfdt: add fdt_get_property_by_offset_w helper
Tadeusz Struk
2022-12-22
1
-0
/
+7
*
libfdt: overlay: make overlay_get_target() public
Vikram Garhwal
2021-12-14
1
-0
/
+18
*
fdtget: Fix signedness comparisons warnings
Andre Przywara
2021-12-14
1
-0
/
+7
*
Set last_comp_version correctly in new dtb and fix potential version issues i...
Justin Covell
2021-12-14
1
-0
/
+1
*
libfdt: Internally perform potentially unaligned loads
Tom Rini
2021-12-14
1
-5
/
+3
*
libfdt: Check for 8-byte address alignment in fdt_ro_probe_()
Tom Rini
2021-12-14
1
-1
/
+5
*
libfdt: Fix kernel-doc comments
Andre Przywara
2021-12-14
1
-36
/
+75
*
libfdt: add extern "C" for C++
Patrick Oppenlander
2021-12-14
1
-0
/
+8
*
libfdt: De-inline fdt_header_size()
Simon Glass
2020-03-02
1
-4
/
+5
*
libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_st
Luc Michel
2020-03-02
1
-2
/
+2
*
libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags
Rob Herring
2020-03-02
1
-46
/
+1
*
libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speed
Nicholas Piggin
2020-03-02
1
-1
/
+7
*
libfdt: Introduce fdt_create_with_flags()
Nicholas Piggin
2020-03-02
1
-1
/
+37
*
libfdt: Make fdt_get_max_phandle() an inline
David Gibson
2020-03-02
1
-1
/
+11
*
libfdt: Add phandle generation helper
Thierry Reding
2020-03-02
1
-0
/
+19
*
libfdt: Add new maximum phandle lookup function
Thierry Reding
2020-03-02
1
-0
/
+16
*
libfdt: add fdt_append_addrrange()
AKASHI Takahiro
2020-03-02
1
-0
/
+61
*
Revert "libfdt: Add phandle generation helper"
David Gibson
2020-03-02
1
-19
/
+0
*
libfdt: Add phandle generation helper
Thierry Reding
2020-03-02
1
-0
/
+19
*
libfdt: Fix FDT_ERR_NOTFOUND typos in documentation
Geert Uytterhoeven
2020-03-02
1
-2
/
+2
*
libfdt: Fix fdt_getprop_by_offset() parameter name in documentation
Geert Uytterhoeven
2020-03-02
1
-1
/
+1
*
libfdt: Don't use memcpy to handle unaligned reads on ARM
David Gibson
2020-03-02
1
-7
/
+15
*
libfdt: return correct value if #size-cells property is not present
John Clarke
2020-03-02
1
-1
/
+1
*
libfdt: fdt_address_cells() and fdt_size_cells()
Sebastian Huber
2018-07-20
1
-1
/
+1
*
libfdt: Add helpers for accessing unaligned words
David Gibson
2018-07-19
1
-1
/
+24
*
pylibfdt: Add functions to update properties
Simon Glass
2018-07-19
1
-0
/
+3
*
libfdt: Add fdt_check_full() function
David Gibson
2018-07-19
1
-0
/
+2
*
libfdt: Add fdt_header_size()
David Gibson
2018-07-19
1
-0
/
+11
*
libfdt: Safer access to strings section
David Gibson
2018-07-19
1
-1
/
+17
*
libfdt: Make fdt_check_header() more thorough
David Gibson
2018-07-19
1
-6
/
+9
*
Add limited read-only support for older (V2 and V3) device tree to libfdt.
Nathan Whitehorn
2018-07-19
1
-1
/
+4
*
libfdt: Remove leading underscores from identifiers
David Gibson
2018-07-19
1
-15
/
+15
*
Fix some errors in comments
David Gibson
2018-07-19
1
-1
/
+1
*
Introduce fdt_setprop_placeholder() method
Pantelis Antoniou
2018-07-19
1
-0
/
+31
*
Add a libfdt function to write a property placeholder
Simon Glass
2018-07-19
1
-0
/
+16
*
Adjust libfdt.h to work with swig
Simon Glass
2018-07-19
1
-1
/
+20
*
libfdt: Add fdt_setprop_empty()
David Gibson
2018-07-19
1
-0
/
+30
*
libfdt: Add overlay application function
Maxime Ripard
2018-07-19
1
-0
/
+31
*
libfdt: Extend the reach of FDT_ERR_BADPHANDLE
Maxime Ripard
2018-07-19
1
-2
/
+4
*
libfdt: Add new errors for the overlay code
Maxime Ripard
2018-07-19
1
-1
/
+10
*
Fix some typing errors in libfdt.h and livetree.c
Thomas Huth
2018-07-19
1
-2
/
+2
*
libfdt: Add fdt_setprop_inplace_namelen_partial
Maxime Ripard
2018-07-19
1
-0
/
+21
*
libfdt: Add fdt_getprop_namelen_w
Maxime Ripard
2018-07-19
1
-0
/
+7
*
libfdt: Add max phandle retrieval function
Maxime Ripard
2018-07-19
1
-0
/
+15
*
libfdt: Add iterator over properties
Maxime Ripard
2018-07-19
1
-0
/
+27
*
libfdt: Add a subnodes iterator macro
Thierry Reding
2018-07-19
1
-0
/
+28
*
Correct a missing space in a fdt_header cast
Simon Glass
2018-07-19
1
-1
/
+1
*
Correct line lengths in libfdt.h
Simon Glass
2018-07-19
1
-12
/
+23
*
Correct space-after-tab in libfdt.h
Simon Glass
2018-07-19
1
-13
/
+12
*
Remove make preinstall
Chris Johns
2018-01-25
1
-0
/
+1653