messages from 2026-01-12 14:20:46 to 2026-04-07 08:51:21 UTC [more...]
[RFC PATCH 00/15] Add support for structured tags and v18 dtb version
2026-04-07 8:51 UTC (37+ 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
Devicetree spec: Specifying /cpus/cpu@* unit address format?
2026-04-06 16:08 UTC (5+ messages)
reserved-memory: node naming - generic name vs binding recommendation
2026-03-19 18:15 UTC (2+ messages)
Question regarding non-volatile memory mapped memory in embedded systems
2026-03-02 17:50 UTC (2+ messages)
[PATCH v4] schemas: pci: Document PCIe T_POWER_ON
2026-02-19 13:45 UTC (2+ messages)
Ranges - Intended use case
2026-02-14 2:02 UTC (7+ messages)
[RFC PATCH 00/77] Add support for dtb metadata and addon device-trees
2026-01-29 5:08 UTC (158+ 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 13/77] Introduce dt_flags field in dtb header
` [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
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