messages from 2025-09-16 15:35:29 to 2026-01-21 04:44:04 UTC [more...]
[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
2026-01-21 2:37 UTC (148+ 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 (11+ messages)
` [PATCH v2 1/6] Emit /plugin/ when compiling to .dts with DTSF_PLUGIN set
` [PATCH v2 2/6] Set DTSF_PLUGIN if needed when compiling from dtb
` [PATCH v2 3/6] Improve type guessing when compiling to dts format
` [PATCH v2 4/6] Restore labels from __symbols__ node
` [PATCH v2 5/6] Restore phandle references from __local_fixups__ node
` [PATCH v2 6/6] Restore phandle references from __fixups__ node
[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
Rust library?
2025-12-05 22:29 UTC (3+ messages)
Please Confirm booking deposit
2025-10-31 15:24 UTC
Device tree representation of (hotplug) connectors: discussion at ELCE
2025-10-10 16:31 UTC (37+ messages)
[PATCH] label: collect labels to __phandles__ node in interger format
2025-10-03 6:29 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox