source: rtems/cpukit/dtc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fd8c87a   02/28/20 06:49:40 Sebastian Huber dtc: Update VERSION 5
(edit) @5fa49fa   02/20/20 21:45:57 sjg libfdt: Allow exclusion of fdt_check_full() This function is used to … 5
(edit) @83cd341   02/20/20 21:45:56 sjg libfdt: Add support for disabling ordering check/fixup Add a way to … 5
(edit) @0791bdf   02/20/20 21:45:55 sjg libfdt: Add support for disabling version checks Allow enabling … 5
(edit) @23fe4d7b   02/20/20 21:45:54 sjg libfdt: Add support for disabling rollback handling Allow enabling … 5
(edit) @52d4c65   02/20/20 21:45:53 sjg libfdt: Add support for disabling sanity checks Allow enabling … 5
(edit) @e9ebc6ab   02/20/20 21:45:52 sjg libfdt: Add support for disabling dtb checks Support ASSUME_VALID_DTB … 5
(edit) @b44c574d   02/20/20 21:45:51 sjg Add a way to control the level of checks in the code Add a new … 5
(edit) @461c7354   02/20/20 21:45:50 sjg libfdt: De-inline fdt_header_size() There does not seem to be a … 5
(edit) @7217a4f   11/08/19 14:42:53 david libfdt: Correct prototype for fdt_ro_probe_() This function returns … 5
(edit) @39f64e08   07/28/19 06:25:51 david libfdt: Allow #size-cells of 0 c12b2b0c20eb "libfdt: … 5
(edit) @1a5c324   07/05/19 03:42:40 david libfdt: Tweak data handling to satisfy Coverity In libfdt we often … 5
(edit) @0b83b822   06/20/19 21:19:39 robh libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Replace … 5
(edit) @b00040b2   05/09/19 09:41:22 npiggin libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for … 5
(edit) @adb403b9   05/09/19 09:41:21 npiggin libfdt: Introduce fdt_create_with_flags() There is a need to be able … 5
(edit) @4902d42   05/09/19 09:41:20 npiggin libfdt: Ensure fdt_add_property frees allocated name string on failure … 5
(edit) @3d4c1c89   03/29/19 02:59:04 david libfdt: Make fdt_get_max_phandle() an inline It's now a trivial … 5
(edit) @5a45775   03/26/19 15:33:02 treding libfdt: Add phandle generation helper The new fdt_generate_phandle() … 5
(edit) @6505fe0e   03/26/19 15:33:00 treding libfdt: Add new maximum phandle lookup function The … 5
(edit) @d5203fe   03/27/19 06:15:52 takahiro.akashi libfdt: add fdt_append_addrrange() This function will append an … 5
(edit) @3d75d7c   03/25/19 03:51:27 david Revert "libfdt: Add phandle generation helper" This reverts commit … 5
(edit) @a0dea644   03/20/19 15:10:03 treding libfdt: Add phandle generation helper The new fdt_generate_phandle() … 5
(edit) @8bd3915   11/02/18 01:46:22 johnc libfdt: return correct value if #size-cells property is not present … 5
(edit) @8fb3443   09/13/18 04:37:56 Sebastian Huber build: Merge libfdt/Makefile.am 5
(edit) @68e1ccc4   09/11/18 04:30:20 Sebastian Huber build: Remove specialized CPPFLAGS 5
(edit) @1554a8c5   07/20/18 06:47:25 Sebastian Huber dtc: Update VERSION 5
(edit) @ec2de39   07/19/18 06:19:43 Sebastian Huber libfdt: fdt_address_cells() and fdt_size_cells() Add internal … 5
(edit) @2af004e   07/18/18 07:32:28 Sebastian Huber dtc: Add VERSION file Close #3471. 5
(edit) @80eaf45   07/09/18 04:50:38 david libfdt: Add necessary header padding in fdt_create() At present … 5
(edit) @4fd05d3   07/07/18 19:57:19 sjg libfdt: Copy the struct region in fdt_resize() At present this … 5
(edit) @78ad048   06/21/18 05:32:40 david libfdt: Add helpers for accessing unaligned words This adds some … 5
(edit) @0d851d4   03/17/18 13:12:12 david libfdt: Add fdt_check_full() function This new function implements a … 5
(edit) @9a7de8e   03/16/18 11:40:26 david libfdt: Add fdt_header_size() We have a couple of places within … 5
(edit) @c81f432   03/09/18 12:28:56 david libfdt: Safer access to memory reservations fdt_num_mem_rsv() and … 5
(edit) @6bc883b   03/25/18 11:54:22 david libfdt: Propagate name errors in fdt_getprop_by_offset() … 5
(edit) @72273b6   11/14/17 11:45:56 david libfdt: Safer access to strings section fdt_string() is used to … 5
(edit) @8073f95e   10/23/17 03:45:56 david libfdt: Make fdt_check_header() more thorough Currently … 5
(edit) @c4267b1   04/10/18 07:06:18 david libfdt: Improve sequential write state checking When creating a tree … 5
(edit) @85d1769   10/22/17 05:32:15 david libfdt: Clean up header checking functions Many of the libfdt entry … 5
(edit) @c13e400   01/25/18 05:13:40 nwhitehorn Add limited read-only support for older (V2 and V3) device tree to … 5
(edit) @42f1b37   10/18/17 06:22:40 david libfdt: Remove leading underscores from identifiers In a lot of … 5
(edit) @a1c3b41a   07/27/17 16:33:11 pantelis.antoniou Introduce fdt_setprop_placeholder() method In some cases you need to … 5
(edit) @903d2ec   04/08/17 16:14:42 sjg Fix a few whitespace and style nits These were noticed when synching … 5
(edit) @f984d8f   04/01/17 15:31:41 sjg Add a libfdt function to write a property placeholder The existing … 5
(edit) @6dbbd277   02/23/17 23:51:05 david libfdt: Remove undefined behaviour setting empty properties The … 5
(edit) @8cd96f47   11/03/16 15:47:42 b-fair libfdt: add missing errors to fdt_strerror() Some error values were … 5
(edit) @d8c856b   10/17/16 06:08:24 yamada.masahiro libfdt: fix fdt_stringlist_search() If fdt_getprop() fails, negative … 5
(edit) @aa9389f   10/17/16 06:08:23 yamada.masahiro libfdt: fix fdt_stringlist_count() If fdt_getprop() fails, negative … 5
(edit) @c753d9d   10/11/16 08:10:31 maxime.ripard fdt: strerr: Remove spurious BADOVERLAY There's one … 5
(edit) @4f7c3ac9   10/06/16 11:39:56 maxime.ripard libfdt: Add BADPHANDLE error string The BADPHANDLE error was missing … 5
(edit) @2679534b   09/30/16 13:57:14 maxime.ripard libfdt: Add new errors for the overlay code Add a few new error codes … 5
(edit) @607b70f   08/22/16 09:55:49 yamada.masahiro libfdt: simplify fdt_del_mem_rsv() The variable "err" is unneeded. … 5
(edit) @6112fb0b   07/29/16 09:55:48 maxime.ripard libfdt: Add fdt_setprop_inplace_namelen_partial Add a function to … 5
(edit) @220cde8   07/27/16 12:55:55 maxime.ripard libfdt: Add max phandle retrieval function Add a function to retrieve … 5
(edit) @0ddfe029   02/12/16 05:45:12 yamada.masahiro libfdt: simplify fdt_node_check_compatible() Because … 5
(edit) @87acb61e   12/17/15 06:19:11 david libfdt: Fix undefined behaviour in fdt_offset_ptr() Using pointer … 5
(edit) @b41cd6c   12/02/15 00:43:10 courtney.cavin libfdt: check for potential overrun in _fdt_splice() This patch … 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @c03c71b   10/19/15 06:57:31 Sebastian Huber libfdt: Merge into librtemscpu This allows BSPs to use this library. 5
(add) @175263e   10/15/15 09:38:03 Sebastian Huber libfdt: Initial import Import from: … 5
Note: See TracRevisionLog for help on using the revision log.