index
:
platform/external/dtc
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libfdt
/
fdt.c
Age
Commit message (
Expand
)
Author
2024-03-26
Upgrade dtc to v1.7.0
Sadaf Ebrahimi
2023-10-11
FROMLIST: libdft: fdt_next_tag: Harden offset overflow check
Pierre-Clément Tosi
2023-10-11
FROMGIT: libfdt: prevent integer overflow in fdt_next_tag
Tadeusz Struk
2023-10-11
ANDROID: Revert "Fix integer wrap sanitisation."
Pierre-Clément Tosi
2022-10-12
libfdt: prevent integer overflow in fdt_next_tag
Tadeusz Struk
2022-09-16
libdtc: remove duplicate judgments
Jia Xianhua
2022-08-03
Fix integer wrap sanitisation. am: 0e783e26f7 am: caa9558dbe
Mike McTernan
2022-08-01
Fix integer wrap sanitisation.
Mike McTernan
2021-04-07
libfdt: Add FDT alignment check to fdt_check_header()
Rob Herring
2020-11-24
libfdt: Check for 8-byte address alignment in fdt_ro_probe_()
Tom Rini
2020-10-02
libfdt: fdt_move(): Fix comparison warnings
Andre Przywara
2020-09-23
libfdt: fdt_offset_ptr(): Fix comparison warnings
Andre Przywara
2020-08-14
libfdt: fix fdt_check_node_offset_ w/ VALID_INPUT
Frank Mehnert
2020-03-03
libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checks
Simon Glass
2020-02-24
libfdt: Add support for disabling version checks
Simon Glass
2020-02-24
libfdt: Add support for disabling sanity checks
Simon Glass
2020-02-24
libfdt: Add support for disabling dtb checks
Simon Glass
2020-02-24
libfdt: De-inline fdt_header_size()
Simon Glass
2019-07-05
libfdt: Tweak data handling to satisfy Coverity
David Gibson
2019-06-21
libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags
Rob Herring
2018-06-07
libfdt: Add fdt_header_size()
David Gibson
2018-06-07
libfdt: Make fdt_check_header() more thorough
David Gibson
2018-06-07
libfdt: Clean up header checking functions
David Gibson
2018-01-27
Add limited read-only support for older (V2 and V3) device tree to libfdt.
Nathan Whitehorn
2017-10-26
libfdt: Remove leading underscores from identifiers
David Gibson
2015-12-17
libfdt: Fix undefined behaviour in fdt_offset_ptr()
David Gibson
2013-04-28
libfdt: Add fdt_next_subnode() to permit easy subnode iteration
Simon Glass
2013-01-06
dtc/libfdt: sparse fixes
Kim Phillips
2010-03-10
libfdt: Implement property iteration functions
David Gibson
2009-02-06
libfdt: Rework/cleanup fdt_next_tag()
David Gibson
2009-02-06
libfdt: Rework fdt_next_node()
David Gibson
2008-09-25
Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
Jon Loeliger
2008-07-14
libfdt: Increase namespace-pollution paranoia
David Gibson
2008-07-14
dtc: Enable and fix -Wpointer-arith warnings
David Gibson
2008-05-29
libfdt: Several cleanups to parameter checking
David Gibson
2008-02-18
libfdt: Trivial cleanup for CHECK_HEADER)
David Gibson
2008-02-12
libfdt: Add and use a node iteration helper function.
David Gibson
2007-10-24
libfdt: Rename and publish _fdt_next_tag()
David Gibson
2007-10-24
libfdt: Rename and publish _fdt_check_header()
David Gibson
2007-06-14
Move everything into a subdirectory in preparation for merge into dtc.
David Gibson