mailarchive of the pengutronix oss-tools mailing list
 help / color / mirror / Atom feed
[OSS-Tools] [PATCH dt-utils 0/6] barebox-state sync
 2024-02-27 14:26 UTC  (7+ messages)
` [OSS-Tools] [PATCH dt-utils 1/6] state: align state_backend_bucket_direct_create with barebox
` [OSS-Tools] [PATCH dt-utils 2/6] state: don't mix goto labels and statements on same line
` [OSS-Tools] [PATCH dt-utils 3/6] state: drop null pointer checks around of_delete_node
` [OSS-Tools] [PATCH dt-utils 4/6] treewide: rename struct device_d to device
` [OSS-Tools] [PATCH dt-utils 5/6] state: make uninitialized state less verbose
` [OSS-Tools] [PATCH dt-utils 6/6] state: backend_bucket_direct: add debug prints on read/write

[OSS-Tools] [dt-utils] Release 2023.11.0
 2023-11-27 18:10 UTC  (3+ messages)

[OSS-Tools] [PATCH] libdt: prefer first found disk when looking for block devices
 2023-11-24 11:24 UTC  (4+ messages)

[OSS-Tools] [PATCH dt-utils] README: provide git format.subjectPrefix line to copy
 2023-11-24 11:23 UTC  (4+ messages)

[OSS-Tools] [PATCH dt-utils v2] meson: align libdt-utils version with autotools'
 2023-11-24 11:23 UTC  (2+ messages)

[OSS-Tools] [PATCH dt-utils] meson: align libdt-utils version with autotools'
 2023-11-06 14:04 UTC  (7+ messages)

[OSS-Tools] [dt-utils] Release 2023.08.0
 2023-08-01 10:28 UTC 

[OSS-Tools] [PATCH dt-utils 1/4] treewide: add SPDX identifiers to files with GPL-2.0-or-later license
 2023-08-01 10:12 UTC  (19+ messages)
` [OSS-Tools] [PATCH dt-utils 2/4] treewide: add SPDX identifiers to files with GPL-2.0-only license
` [OSS-Tools] [PATCH dt-utils 3/4] treewide: add SPDX identifier to files with Zlib license
` [OSS-Tools] [PATCH dt-utils 4/4] treewide: add SPDX identifiers to files without license

[OSS-Tools] [PATCH 1/3] meson: options: use defaults of type boolean for boolean options
 2023-08-01 10:10 UTC  (7+ messages)
` [OSS-Tools] [PATCH 2/3] test: add test case with non-existent /dev/file
` [OSS-Tools] [PATCH 3/3] meson: set optimization level to -O2 by default

[OSS-Tools] [PATCH dt-utils] README: clarify the need for "real names" with the DCO process
 2023-08-01 10:10 UTC  (3+ messages)

[OSS-Tools] [PATCH dt-utils v2 0/9] make project conform to the REUSE specification
 2023-08-01 10:10 UTC  (20+ messages)
` [OSS-Tools] [PATCH dt-utils v2 1/9] treewide: add SPDX identifiers to files with GPL-2.0-only license
` [OSS-Tools] [PATCH dt-utils v2 2/9] treewide: add SPDX identifiers to files with GPL-2.0-or-later license
` [OSS-Tools] [PATCH dt-utils v2 3/9] treewide: add SPDX identifiers to files with GPL-3.0-or-later license
` [OSS-Tools] [PATCH dt-utils v2 4/9] treewide: add SPDX identifier to file with Zlib license
` [OSS-Tools] [PATCH dt-utils v2 5/9] treewide: add CC0-1.0 SPDX identifiers for trivial files
` [OSS-Tools] [PATCH dt-utils v2 6/9] treewide: add GPL-2.0-only SPDX identifiers to files without license
` [OSS-Tools] [PATCH dt-utils v2 7/9] treewide: add trivial copyright headers
` [OSS-Tools] [PATCH dt-utils v2 8/9] DCO: add SPDX license information
` [OSS-Tools] [PATCH dt-utils v2 9/9] README: mention compatibility with the REUSE specification

[OSS-Tools] [PATCH v2 0/8] state: allow lookup of barebox state partition by Type GUID
 2023-07-03 12:23 UTC  (11+ messages)
` [OSS-Tools] [PATCH v2 1/8] state: backend: direct: open block device in read-only mode if possible
` [OSS-Tools] [PATCH v2 2/8] libdt: factor out u64 sysattr parsing into helper
` [OSS-Tools] [PATCH v2 3/8] libdt: drop broken if-branch
` [OSS-Tools] [PATCH v2 4/8] libdt: factor out __of_cdev_find helper
` [OSS-Tools] [PATCH v2 5/8] libdt: use block device partition instead of parent if found
` [OSS-Tools] [PATCH v2 6/8] state: align with barebox use of of_cdev_find
` [OSS-Tools] [PATCH v2 7/8] libdt: use of_find_device_by_uuid for partuuid lookup
` [OSS-Tools] [PATCH v2 8/8] state: allow lookup of barebox state partition by Type GUID

[OSS-Tools] [PATCH platsch 1/5] avoid unnecessary indirections
 2023-06-21 14:17 UTC  (5+ messages)
` [OSS-Tools] [PATCH platsch 2/5] use pointers to immutable strings for cmdline options
` [OSS-Tools] [PATCH platsch 3/5] allow directory/basename selection via environment
` [OSS-Tools] [PATCH platsch 4/5] README.rst: fix typos
` [OSS-Tools] [PATCH platsch 5/5] README.rst: fix documented purpose of commandline arguments

[OSS-Tools] [PATCH] libdt: generalize of_find_device_by_uuid for scoped lookup of all UUIDs
 2023-06-14  9:35 UTC  (4+ messages)

[OSS-Tools] [PATCH 0/5] Add meson support and first test suite
 2023-06-12 11:57 UTC  (9+ messages)
` [OSS-Tools] [PATCH 1/5] Add meson as build system
` [OSS-Tools] [PATCH 2/5] state: add option to lock device node
` [OSS-Tools] [PATCH 3/5] meson: add simple integration test
` [OSS-Tools] [PATCH 4/5] libdt: add CONFIG_TEST_LOOPBACK
` [OSS-Tools] [PATCH 5/5] test: add barebox-state loop block device tests

[OSS-Tools] [PATCH] libdt: fix of_get_devicepath looking up sibling if device unavailable
 2023-06-07 11:02 UTC  (4+ messages)

[OSS-Tools] [PATCH 0/8] state: allow lookup of barebox state partition by Type GUID
 2023-06-07  9:02 UTC  (13+ messages)
` [OSS-Tools] [PATCH 1/8] state: backend: direct: open block device in read-only mode if possible
` [OSS-Tools] [PATCH 2/8] libdt: factor out u64 sysattr parsing into helper
` [OSS-Tools] [PATCH 3/8] libdt: drop broken if-branch
` [OSS-Tools] [PATCH 4/8] libdt: factor out __of_cdev_find helper
` [OSS-Tools] [PATCH 5/8] libdt: use block device partition instead of parent if found
` [OSS-Tools] [PATCH 6/8] state: align with barebox use of of_cdev_find
` [OSS-Tools] [PATCH 7/8] libdt: use of_find_device_by_uuid for partuuid lookup
` [OSS-Tools] [PATCH 8/8] state: allow lookup of barebox state partition by Type GUID

[OSS-Tools] [PATCH dt-utils 00/14] Sync Barebox-State code base
 2023-06-05 13:12 UTC  (17+ messages)
` [OSS-Tools] [PATCH dt-utils 01/14] state: Remove duplicate incudes
` [OSS-Tools] [PATCH dt-utils 02/14] state: backend_raw: fix ignoring unpack failures
` [OSS-Tools] [PATCH dt-utils 03/14] state: backend_storage: deal gracefully with runtime bucket corruption
` [OSS-Tools] [PATCH dt-utils 04/14] state: treat state with all-invalid buckets as dirty
` [OSS-Tools] [PATCH dt-utils 05/14] state: remove param member from struct state_string
` [OSS-Tools] [PATCH dt-utils 06/14] state: remove param member from state_uint32, state_enum32, state_mac
` [OSS-Tools] [PATCH dt-utils 07/14] state: remove unused function
` [OSS-Tools] [PATCH dt-utils 08/14] state: propagate failure to fixup enum32 into DT
` [OSS-Tools] [PATCH dt-utils 09/14] state: add SPDX-License-Identifier for files without explicit license
` [OSS-Tools] [PATCH dt-utils 10/14] state: fix typos found with codespell
` [OSS-Tools] [PATCH dt-utils 11/14] common: xstrdup: don't panic on xstrdup(NULL)
` [OSS-Tools] [PATCH dt-utils 12/14] libdt: add of_property_write_strings support
` [OSS-Tools] [PATCH dt-utils 13/14] libdt: add partition search function
` [OSS-Tools] [PATCH dt-utils 14/14] state: sync with barebox to support new backend type

[OSS-Tools] [PATCH v4 0/3] improve barebox-state support on EFI system
 2023-06-05 12:33 UTC  (16+ messages)
` [OSS-Tools] [PATCH v4 1/3] libdt: only requires a partname for mtd
` [OSS-Tools] [PATCH v4 2/3] libdt: add support for barebox, storage-by-uuid
  ` [OSS-Tools] [PATCH fixup 1/2] libdt: remove ultimately unused variables
    ` [OSS-Tools] [PATCH fixup 2/2] libdt: fix possible use of uninitialized variable
` [OSS-Tools] [PATCH v4 3/3] state: automatically find state.dtb in the ESP

[OSS-Tools] [PATCH 1/5] configure: pass -fno-strict-aliasing to GCC
 2023-06-02 12:45 UTC  (6+ messages)
` [OSS-Tools] [PATCH 2/5] libdt: fix issues of external function without prototype
` [OSS-Tools] [PATCH 3/5] libdt: use memcpy instead of strncpy
` [OSS-Tools] [PATCH 4/5] libdt: don't use old-style function definition
` [OSS-Tools] [PATCH 5/5] barebox-state: fix use after free in error path

[OSS-Tools] [PATCH 0/3] state: void partition table reread when possible
 2023-04-06 13:33 UTC  (4+ messages)
` [OSS-Tools] [PATCH 1/3] state: backend: direct: open block device in read-only mode if possible
` [OSS-Tools] [PATCH 2/3] libdt: factor out u64 sysattr parsing into helper
` [OSS-Tools] [PATCH 3/3] libdt: use block device partition instead of parent if found

[OSS-Tools] [PATCH 1/3] gstplayer: make use of playbin3
 2023-02-13 15:08 UTC  (5+ messages)
` [OSS-Tools] [PATCH 2/3] set pipeline latency and add some max-lateness slack
` [OSS-Tools] [PATCH 3/3] plugin: remove sync variable

[OSS-Tools] [PATCH] plugin: remove sync variable
 2023-01-05 16:05 UTC 

[OSS-Tools] [PATCH v3 0/3] improve barebox-state support on EFI system
 2022-05-11  8:02 UTC  (7+ messages)
` [OSS-Tools] [PATCH v3 1/3] libdt: only requires a partname for mtd
` [OSS-Tools] [PATCH v3 2/3] libdt: add support for barebox, storage-by-uuid
` [OSS-Tools] [PATCH v3 3/3] state: automatically find state.dtb in the ESP

[OSS-Tools] [PATCH v2 0/3] improve barebox-state support on EFI system
 2022-04-14 10:17 UTC  (5+ messages)
` [OSS-Tools] [PATCH v2 1/3] libdt: only requires a partname for mtd
` [OSS-Tools] [PATCH v2 2/3] libdt: add support for barebox, storage-by-uuid
  ` [OSS-Tools] [PATCH] fixup! "
` [OSS-Tools] [PATCH v2 3/3] state: automatically find state.dtb in the ESP

[OSS-Tools] [PATCH 0/4] improve barebox-state support on EFI system
 2022-02-06  7:22 UTC  (7+ messages)
` [OSS-Tools] [PATCH 1/4] state: support deep probe
` [OSS-Tools] [PATCH 2/4] state: implement helper to find device path from diskuuid
` [OSS-Tools] [PATCH 3/4] state: support backend-diskuuid / backend-offset
` [OSS-Tools] [PATCH 4/4] state: automatically find state.dtb in the ESP

[OSS-Tools] [dt-utils] Release 2021.03.0
 2021-03-26 21:19 UTC 

[OSS-Tools] [PATCH dt-utils] state: use /run to store lockfile
 2021-03-16 14:31 UTC  (2+ messages)

[OSS-Tools] [PATCH v2] barebox-state: have the --set option to avoid writes if possible
 2021-03-16 14:24 UTC  (2+ messages)

[OSS-Tools] [PATCH] libdt: enumerate amba bus as well
 2021-03-16 14:19 UTC  (3+ messages)

[OSS-Tools] [PATCH dt-utils v5 0/2] barebox-state: get devicetree from file
 2021-03-16 14:18 UTC  (2+ messages)

[OSS-Tools] [PATCH] barebox-state: introduce --no-lock option to avoid lock file
 2021-02-10  9:43 UTC  (2+ messages)

[OSS-Tools] [PATCH dt-utils] state: use /run to store lockfile
 2021-02-10  9:41 UTC  (2+ messages)

page: 

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