public inbox for devicetree-compiler@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-10 06:50:39 to 2026-03-27 11:31:54 UTC [more...]

[PATCH] dtc: Remove unused dts_version in dtc-lexer.l
 2026-03-27  9:27 UTC  (2+ messages)

[RFC PATCH 00/15] Add support for structured tags and v18 dtb version
 2026-03-16 16:16 UTC  (26+ messages)
` [RFC PATCH 01/15] dtc: Use a consistent type for basenamelen
` [RFC PATCH 02/15] fdtdump: Remove dtb version check
` [RFC PATCH 03/15] fdtdump: Return an error code on wrong tag value
` [RFC PATCH 04/15] libfdt: fdt_rw: Introduce fdt_downgrade_version()
` [RFC PATCH 05/15] libfdt: Introduce fdt_first_node()
` [RFC PATCH 06/15] libfdt: Don't assume that a FDT_BEGIN_NODE tag is available at offset 0
` [RFC PATCH 07/15] libfdt: fdt_check_full: Handle FDT_NOP when FDT_END is expected
` [RFC PATCH 08/15] tests: asm: Introduce treehdr_vers macro
` [RFC PATCH 09/15] Introduce structured tag value definition
` [RFC PATCH 10/15] fdtdump: Handle unknown tags
` [RFC PATCH 11/15] flattree: "
` [RFC PATCH 12/15] libfdt: Handle unknown tags in fdt_get_next()
` [RFC PATCH 13/15] libfdt: Introduce fdt_ptr_offset_
` [RFC PATCH 14/15] libfdt: Handle unknown tags on dtb modifications
` [RFC PATCH 15/15] Introduce v18 dtb version

Tag a new dtc version?
 2026-03-09  9:38 UTC  (2+ messages)

[PATCH] label: collect labels to __phandles__ node in interger format
 2026-03-06  2:38 UTC  (4+ messages)

[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
 2026-01-29  5:08 UTC  (160+ messages)
` [RFC PATCH 01/77] checks: Use consistent type for strspn() returned value
` [RFC PATCH 02/77] Introduce v18 dtb version
` [RFC PATCH 03/77] libfdt: Introduce fdt_next_tag_full() and use it in fdt_next_tag()
` [RFC PATCH 04/77] dtc: Allow to use data_append_markers() out of data.c
` [RFC PATCH 05/77] fdtdump: Change FDT_PROP prob handling to ease future addition
` [RFC PATCH 06/77] Add support for FDT_REF_LOCAL dtb tag
` [RFC PATCH 07/77] livetree: Improve get_node_by_phandle()
` [RFC PATCH 08/77] dtc: Introduce update_phandles_ref()
` [RFC PATCH 09/77] dtc: Introduce mark_local_phandles()
` [RFC PATCH 10/77] tests: Add basic metadata tests
` [RFC PATCH 11/77] Add support for FDT_REF_PHANDLE dtb tag
` [RFC PATCH 12/77] tests: metadata: Add external phandle reference tests
` [RFC PATCH 13/77] Introduce dt_flags field in dtb header
` [RFC PATCH 14/77] tests: metadata: Add a first test related to the dt_flags header field
` [RFC PATCH 15/77] Add support for /addon/ keyword
` [RFC PATCH 16/77] tests: metadata: Add a test related to addon dt_flags header value
` [RFC PATCH 17/77] tests: metadata: Add a basic addon test
` [RFC PATCH 18/77] dtc-parser.y: Avoid an empty proplist
` [RFC PATCH 19/77] dtc: Introduce export symbols
` [RFC PATCH 20/77] dtc: Add support for /export/ dts keyword parsing
` [RFC PATCH 21/77] checks: Handle export symbols in fixup_phandle_references()
` [RFC PATCH 22/77] dtc: Add export symbols (/export/ keyword) in generated dts file
` [RFC PATCH 23/77] dtc: Introduce mark_local_exports()
` [RFC PATCH 24/77] dtc: Introduce update_exports_ref()
` [RFC PATCH 25/77] Add support for FDT_EXPORT_SYM dtb tag
` [RFC PATCH 26/77] tests: metadata: Add export symbols with local references tests
` [RFC PATCH 27/77] dtc: Add support for export symbols sorting
` [RFC PATCH 28/77] tests: metadata: Add a test "
` [RFC PATCH 29/77] Add support for FDT_EXPORT_SYM_REF dtb tag
` [RFC PATCH 30/77] tests: metadata: Add export symbols with external references tests
` [RFC PATCH 31/77] dtc: Introduce import symbols
` [RFC PATCH 32/77] dtc-parser: Introduce last_header_flags
` [RFC PATCH 33/77] dtc: Add support for /import/ dts keyword parsing
` [RFC PATCH 34/77] dtc: Add import symbols (/import/ keyword) in generated dts file
` [RFC PATCH 35/77] Add support for FDT_IMPORT_SYM dtb tag
` [RFC PATCH 36/77] tests: metadata: Add import symbols tests
` [RFC PATCH 37/77] dtc: Add support for import symbols sorting
` [RFC PATCH 38/77] tests: metadata: Improve sort test to check "
` [RFC PATCH 39/77] check: Get 'chosen' node using get_subnode()
` [RFC PATCH 40/77] dtc: Introduce dti_get_node_by_path()
` [RFC PATCH 41/77] dtc: Introduce dti_get_node_by_label()
` [RFC PATCH 42/77] dtc: Introduce dti_get_node_by_phandle()
` [RFC PATCH 43/77] dtc: Introduce dti_get_node_by_ref()
` [RFC PATCH 44/77] dtc: Introduce dti_get_node_phandle()
` [RFC PATCH 45/77] dtc: Introduce dti_get_property_by_label()
` [RFC PATCH 46/77] dtc: Introduce dti_get_marker_label()
` [RFC PATCH 47/77] dtc: Introduce dti_fill_fullpaths()
` [RFC PATCH 48/77] dtc: Introduce orphan nodes
` [RFC PATCH 49/77] dtc: Handle orphan nodes in dti_get_xxx_by_yyy()
` [RFC PATCH 50/77] dtc: Handle orphan nodes in mark_local_xxx() and update_xxx_ref()
` [RFC PATCH 51/77] dtc: Avoid NULL fullpath for nodes in orphan trees
` [RFC PATCH 52/77] checks: Perform checks for orphan nodes
` [RFC PATCH 53/77] dtc: Rename add_orphan_node() to plugin_add_orphan_node()
` [RFC PATCH 54/77] dtc: Add basic support for addon orphan nodes dts parsing
` [RFC PATCH 55/77] dtc: Add orphan nodes in generated dts file
` [RFC PATCH 56/77] Add support for FDT_BEGIN_NODE_REF_SYM dtb tag
` [RFC PATCH 57/77] tests: metadata: Add basic test for addon orphan nodes
` [RFC PATCH 58/77] dtc: Add support for missing root node in addon device-tree
` [RFC PATCH 59/77] tests: metadata: Add a test for addon without root node
` [RFC PATCH 60/77] dtc: Allow parser_get_node_by_ref() to return an orphan node for merging purpose
` [RFC PATCH 61/77] tests: metadata: Add a test related to orphan node merging
` [RFC PATCH 62/77] dtc: Add support for orphan nodes sorting
` [RFC PATCH 63/77] tests: metadata: Improve sort test to check "
` [RFC PATCH 64/77] dtc: Add support for references by path involving orphan nodes
` [RFC PATCH 65/77] tests: metadata: Add a test "
` [RFC PATCH 66/77] dtc: Add support for namespace labels references
` [RFC PATCH 67/77] tests: metadata: Add a test "
` [RFC PATCH 68/77] libfdt: Introduce fdt_getprop_by_offset_w()
` [RFC PATCH 69/77] libfdt: Introduce fdt_getprop_offset()
` [RFC PATCH 70/77] libfdt: Add support for applying an addon on a base device-tree blob
` [RFC PATCH 71/77] Add fdtaddon tool to apply an addon
` [RFC PATCH 72/77] tests: Add a first basic test for fdtaddon
` [RFC PATCH 73/77] tests: fdtaddon: Add a basic test for addons using an orphan nodes
` [RFC PATCH 74/77] tests: fdtaddon: Add a basic test for addons with unresolved phandle references
` [RFC PATCH 75/77] tests: fdtaddon: Add a test for addons using namespace label references
` [RFC PATCH 76/77] tests: fdtaddon: Add a test for using 'stacked' addons
` [RFC PATCH 77/77] tests: fdtaddon: Add a test using more realistic dts and dtsa

delete-node without label or address from overlay dts
 2026-01-20 11:10 UTC  (5+ messages)

[PATCH v2 0/6] Restore phandles from binary representations
 2026-01-16  2:51 UTC  (5+ messages)

[PATCH 0/3] libfdt: A few more size improvements
 2025-12-10  6:47 UTC  (7+ messages)
` [PATCH 1/3] libfdt: libfdt_internal.h correct final comment in ASSUME block
` [PATCH 2/3] libfdt: Improve size savings in FDT_RO_PROBE slightly
` [PATCH 3/3] libfdt: fdt_get_name: Add can_assume(VALID_DTB) check


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox