public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Add support for ubi environment to create volumes
@ 2026-04-21  8:35 Weijie Gao
  2026-04-21  8:35 ` [PATCH v2 1/8] ubi: remove unnecessary extern directive from function prototypes Weijie Gao
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Weijie Gao @ 2026-04-21  8:35 UTC (permalink / raw)
  To: u-boot
  Cc: GSS_MTK_Uboot_upstream, Tom Rini, Marek Vasut, Simon Glass,
	Weijie Gao

This patch series expose more ubi helpers to allow the ubi environment to
create ubi env volumes if not exist.

Changes:
v2: Add const qualifier for char */void * in function parameters
    Adjust normal command message

Weijie Gao (8):
  ubi: remove unnecessary extern directive from function prototypes
  cmd: ubi: mark read-only function parameters with const
  cmd: ubi: use void * for buf parameter in ubi_volume_read
  cmd: ubifs: mark string parameters with const
  cmd: ubi: reorganize command messages
  cmd: ubi: expose more APIs to public
  cmd: ubi: allow creating volume with all free spaces in ubi_create_vol
  env: ubi: add support to create environment volume if it does not
    exist

 cmd/ubi.c             | 141 ++++++++++++++++++++++++++++--------------
 cmd/ubifs.c           |   2 +-
 env/Kconfig           |  11 ++++
 env/ubi.c             |  34 +++++++++-
 fs/ubifs/super.c      |   2 +-
 fs/ubifs/ubifs.c      |   2 +-
 include/ubi_uboot.h   |  20 +++---
 include/ubifs_uboot.h |   4 +-
 8 files changed, 154 insertions(+), 62 deletions(-)

-- 
2.45.2


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-04-21  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21  8:35 [PATCH v2 0/8] Add support for ubi environment to create volumes Weijie Gao
2026-04-21  8:35 ` [PATCH v2 1/8] ubi: remove unnecessary extern directive from function prototypes Weijie Gao
2026-04-21  8:35 ` [PATCH v2 2/8] cmd: ubi: mark read-only function parameters with const Weijie Gao
2026-04-21  8:36 ` [PATCH v2 3/8] cmd: ubi: use void * for buf parameter in ubi_volume_read Weijie Gao
2026-04-21  8:36 ` [PATCH v2 4/8] cmd: ubifs: mark string parameters with const Weijie Gao
2026-04-21  8:36 ` [PATCH v2 5/8] cmd: ubi: reorganize command messages Weijie Gao
2026-04-21  8:36 ` [PATCH v2 6/8] cmd: ubi: expose more APIs to public Weijie Gao
2026-04-21  8:36 ` [PATCH v2 7/8] cmd: ubi: allow creating volume with all free spaces in ubi_create_vol Weijie Gao
2026-04-21  8:36 ` [PATCH v2 8/8] env: ubi: add support to create environment volume if it does not exist Weijie Gao

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