Devicetree Compiler
 help / color / mirror / Atom feed
 messages from 2025-05-19 17:17:46 to 2026-01-12 14:20:52 UTC [more...]

[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
 2026-01-12 14:19 UTC  (20+ 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

[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

[PATCH v2 0/6] Restore phandles from binary representations
 2025-12-09  7:57 UTC  (10+ 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

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  (50+ messages)

[PATCH] label: collect labels to __phandles__ node in interger format
 2025-10-03  6:29 UTC  (3+ messages)

[PATCH v2 0/7] of: overlay: Add support for export-symbols node feature
 2025-09-08  4:48 UTC  (20+ messages)
` [PATCH v2 1/7] dt-bindings: Add support for export-symbols node

[PATCH v3 0/4] Introduce fdt_overlay_merge() to allow merge of overlay blobs
 2025-09-02 12:51 UTC  (22+ messages)
` [PATCH v3 1/4] libfdt: overlay_merge: Introduce fdt_overlay_merge()
` [PATCH v3 4/4] fdtoverlaymerge: A tool that merges overlays

[PATCH] checks: Do not check overlays for alias paths
 2025-08-25  1:56 UTC  (2+ messages)

[PATCH 0/6] Restore phandles from binary representations
 2025-08-21  4:31 UTC  (13+ messages)
` [PATCH 1/6] Emit /plugin/ when compiling to .dts with DTSF_PLUGIN set
` [PATCH 2/6] Set DTSF_PLUGIN if needed when compiling from dtb
` [PATCH 3/6] Improve type guessing when compiling to dts format
` [PATCH 4/6] Restore labels from __symbols__ node
` [PATCH 5/6] Restore phandle references from __local_fixups__ node
` [PATCH 6/6] Restore phandle references from __fixups__ node

[PATCH v3 0/2] livetree: Add only new data to fixup nodes instead of complete regeneration
 2025-08-20 11:38 UTC  (9+ messages)
` [PATCH v3 1/2] livetree: Simplify append_to_property()
` [PATCH v3 2/2] livetree: Add only new data to fixup nodes instead of complete regeneration

[PATCH v3] checks: Remove check for graph child addresses
 2025-08-18 23:37 UTC  (2+ messages)

[PATCH v2 0/2] livetree: Add only new data to fixup nodes instead of complete regeneration
 2025-08-18  3:06 UTC  (7+ messages)
` [PATCH v2 1/2] livetree: Simplify append_to_property()
` [PATCH v2 2/2] livetree: Add only new data to fixup nodes instead of complete regeneration

[PATCH v2] checks: Remove check for graph child addresses
 2025-08-17 13:35 UTC  (6+ messages)

[PATCH] livetree: Add only new data to fixup nodes instead of complete regeneration
 2025-08-15  4:10 UTC  (6+ messages)

[PATCH] libfdt: Drop including string.h from libfdt_internal.h
 2025-08-13  1:29 UTC  (3+ messages)

[ANNOUNCEMENT / CFP] LPC 2025 Devicetree Microconference CFP
 2025-08-07 11:46 UTC 

[PATCH] checks: Document possible false warning for graph child addresses
 2025-07-18  9:30 UTC  (6+ messages)

[PATCH] checks: Fix detection of 'i2c-bus' node
 2025-07-10  9:17 UTC  (2+ messages)

[PATCH] checks: Remove check for graph child addresses
 2025-07-08 16:15 UTC 

[PATCH v3 0/4] Add capability to create property from old property
 2025-06-12 10:56 UTC  (7+ messages)
` [PATCH v3 1/4] srcpos: Define srcpos_free
` [PATCH v3 2/4] dtc: Add data_insert_data function
` [PATCH v3 3/4] dtc: Add /./
` [PATCH v3 4/4] tests: Add test for /./

[PATCH] meson: use override_find_program/override_dependency
 2025-06-12  6:34 UTC  (2+ messages)

[PATCH v2 0/4] Add capability to create property from old property
 2025-06-02  8:20 UTC  (7+ messages)
` [PATCH v2 1/4] Add alloc_marker
` [PATCH v2 2/4] srcpos: Define srcpos_free
` [PATCH v2 3/4] dtc: Add /./


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