From: Weijie Gao <weijie.gao@mediatek.com>
To: <u-boot@lists.denx.de>
Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
Tom Rini <trini@konsulko.com>,
Marek Vasut <marek.vasut+renesas@mailbox.org>,
Weijie Gao <weijie.gao@mediatek.com>
Subject: [PATCH 0/3] Add support for ubi environment to auto create volumes
Date: Fri, 17 Apr 2026 10:35:14 +0800 [thread overview]
Message-ID: <cover.1776392312.git.weijie.gao@mediatek.com> (raw)
This patch series expose more ubi helpers to allow the ubi environment to
create ubi env volumes if not exist.
Weijie Gao (3):
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 | 16 ++++++++++------
env/Kconfig | 6 ++++++
env/ubi.c | 20 ++++++++++++++++++++
include/ubi_uboot.h | 5 +++++
4 files changed, 41 insertions(+), 6 deletions(-)
--
2.45.2
next reply other threads:[~2026-04-17 2:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 2:35 Weijie Gao [this message]
2026-04-17 2:35 ` [PATCH 1/3] cmd: ubi: expose more APIs to public Weijie Gao
2026-04-18 0:47 ` Simon Glass
2026-04-20 7:18 ` Weijie Gao
2026-04-20 19:32 ` Simon Glass
2026-04-17 2:35 ` [PATCH 2/3] cmd: ubi: allow creating volume with all free spaces in ubi_create_vol Weijie Gao
2026-04-18 0:47 ` Simon Glass
2026-04-20 7:25 ` Weijie Gao
2026-04-20 19:32 ` Simon Glass
2026-04-17 2:35 ` [PATCH 3/3] env: ubi: add support to create environment volume if it does not exist Weijie Gao
2026-04-18 0:47 ` Simon Glass
2026-04-20 7:27 ` Weijie Gao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1776392312.git.weijie.gao@mediatek.com \
--to=weijie.gao@mediatek.com \
--cc=GSS_MTK_Uboot_upstream@mediatek.com \
--cc=marek.vasut+renesas@mailbox.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.