mailarchive of the pengutronix oss-tools mailing list
 help / color / mirror / Atom feed
[OSS-Tools] [PATCH dt-utils 00/14] Sync Barebox-State code base
 2022-10-21  7:37 UTC  (16+ 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
 2022-05-16  7:58 UTC  (8+ 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 v4 3/3] state: automatically find state.dtb in the ESP

[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] [PATCH dt-utils 1/4] treewide: add SPDX identifiers to files with GPL-2.0-or-later license
 2021-03-31 10:10 UTC  (17+ 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] [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  (6+ messages)
` [OSS-Tools] [PATCH v5 1/2] libdt: support upper-case hexadecimals in value of partuuid property
` [OSS-Tools] [PATCH v5 2/2] barebox-state: get devicetree from file

[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)

[OSS-Tools] [PATCH dt-utils] state: use /run to store lockfile
 2020-11-29 21:10 UTC 

[OSS-Tools] [PATCH] barebox-state: add new --update option to avoid writes if possible
 2020-10-08 15:48 UTC 

[OSS-Tools] [PATCH dt-utils] barebox-mark-successful-boot: adopt naming from barebox
 2020-01-19 23:19 UTC  (6+ messages)

[OSS-Tools] [PATCH dt-utils 00/13] Harmonize dt-utils' and barebox' shared code base
 2019-10-22  9:46 UTC  (15+ messages)
` [OSS-Tools] [PATCH dt-utils 01/13] state: Fix lseek error check in state_backend_bucket_direct_read()
` [OSS-Tools] [PATCH dt-utils 02/13] state: Fix lseek error check in state_backend_bucket_direct_write()
` [OSS-Tools] [PATCH dt-utils 03/13] state: Fix lseek error check in state_mtd_peb_read()
` [OSS-Tools] [PATCH dt-utils 04/13] state: Fix lseek error check in state_mtd_peb_write()
` [OSS-Tools] [PATCH dt-utils 05/13] state: check length
` [OSS-Tools] [PATCH dt-utils 06/13] state: backend_bucket_circular: mark block as bad if mtd_peb_torture() failed
` [OSS-Tools] [PATCH dt-utils 07/13] state: drop unused code and declarations for non-existing functions
` [OSS-Tools] [PATCH dt-utils 08/13] state: keep backward compatibility
` [OSS-Tools] [PATCH dt-utils 09/13] state: backend_storage: harmonize code with barebox
` [OSS-Tools] [PATCH dt-utils 10/13] state: "
` [OSS-Tools] [PATCH dt-utils 11/13] "
` [OSS-Tools] [PATCH dt-utils 12/13] configure: remove build time option '--disable-logging'
` [OSS-Tools] [PATCH dt-utils 13/13] configure: remove build time option '--enable-debug'

[OSS-Tools] [PATCH dt-utils] state: backend_bucket_circular: fix double free()
 2019-09-23  8:31 UTC  (4+ messages)

[OSS-Tools] [PATCH dt-utils 00/12] Diverse patches mainly removing bugs and warnings
 2019-02-07 11:43 UTC  (17+ messages)
` [OSS-Tools] [PATCH dt-utils 01/12] common: align declarations of dev_add_param_*() functions with barebox
` [OSS-Tools] [PATCH dt-utils 02/12] of_get_devicepath: again correct comment
` [OSS-Tools] [PATCH dt-utils 03/12] barebox-state: fix usage of multiple state instances
` [OSS-Tools] [PATCH dt-utils 04/12] barebox-state: complete cmdline options
` [OSS-Tools] [PATCH dt-utils 05/12] barebox-state: add cmdline option "--version"
` [OSS-Tools] [PATCH dt-utils 06/12] barebox-state: remove declaration of __state_uint8_get()
` [OSS-Tools] [PATCH dt-utils 07/12] barebox-state: remove unused variables
` [OSS-Tools] [PATCH dt-utils 08/12] keystore-blob: remove unused variable
` [OSS-Tools] [PATCH dt-utils 09/12] base64: "
` [OSS-Tools] [PATCH dt-utils 10/12] base64: remove duplicate ‘const’ declaration specifier
` [OSS-Tools] [PATCH dt-utils 11/12] state: fix formatting of "off_t" variables
` [OSS-Tools] [PATCH dt-utils 12/12] state: fix formatting of "uint32_t" variables

[OSS-Tools] [PATCH dt-utils] state: fix typo
 2019-02-07 11:37 UTC  (2+ messages)

[OSS-Tools] [dt-utils] Release 2019.01.0
 2019-01-28 13:04 UTC 

[OSS-Tools] [dt-utils] Release 2018.05.1
 2018-12-14 16:01 UTC 

[OSS-Tools] [PATCH microcom 1/2] Handle EOF from port with a better error message
 2018-07-05  7:41 UTC  (4+ messages)
` [OSS-Tools] [PATCH microcom 2/2] fix debug printf about WILL/WONT/DO/DONT

[OSS-Tools] [PATCH 1/2] serial: open port with O_NONBLOCK
 2018-03-06 10:06 UTC  (3+ messages)
` [OSS-Tools] [PATCH 2/2] Advertise oss-tools@pengutronix.de as address to send patches to

[OSS-Tools] Public List Archive
 2017-11-15 11:32 UTC 

page:              |  | latest

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