From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 271B1F327C4 for ; Tue, 21 Apr 2026 08:35:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id B2F1E8431E; Tue, 21 Apr 2026 10:35:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=mediatek.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=mediatek.com header.i=@mediatek.com header.b="PLLQ2xri"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 655CA84390; Tue, 21 Apr 2026 10:35:50 +0200 (CEST) Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D976C84258 for ; Tue, 21 Apr 2026 10:35:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=mediatek.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=weijie.gao@mediatek.com X-UUID: 14b7a1503d5d11f19a16598d5ca7f8ec-20260421 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=HqRrDJkGtvQuJaBck1Eem1vcOSdlack2qNrkn0GeAhQ=; b=PLLQ2xriHy47dn9+u953EN2B0vrXZTAxvzDHbBaHrfQoXEvB2ExtCVUdMHCDXPk8E9YYSCsqbH6ofusopVjJCShICUF7jVYbsUu8fOPgcrWCJrzNWGUTxKQjoJpOaInZ2IEMhVb9gyB8dvUNk7j+P0VLLM/I1Ik1LpsGkM/d2ds=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.3.12, REQID:10239a89-288f-4202-b54e-5aa9697c6a23, IP:0, U RL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:-5 X-CID-META: VersionHash:e7bac3a, CLOUDID:cfb01cd6-060f-4ecc-9ee0-121eeeb4a682, B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102|836|865|888|898,TC:-5,Content:0| 15|50,EDM:-3,IP:nil,URL:0,File:130,RT:0,Bulk:nil,QS:nil,BEC:-1,COL:0,OSI:0 ,OSA:0,AV:0,LES:1,SPR:NO,DKR:0,DKP:0,BRR:0,BRE:0,ARC:0 X-CID-BVR: 2,SSN|SDN X-CID-BAS: 2,SSN|SDN,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR X-CID-RHF: D41D8CD98F00B204E9800998ECF8427E X-UUID: 14b7a1503d5d11f19a16598d5ca7f8ec-20260421 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 509235258; Tue, 21 Apr 2026 16:35:41 +0800 Received: from mtkmbs13n1.mediatek.inc (172.21.101.193) by mtkmbs11n2.mediatek.inc (172.21.101.187) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.29; Tue, 21 Apr 2026 16:35:40 +0800 Received: from mcddlt001.gcn.mediatek.inc (10.19.240.15) by mtkmbs13n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.2562.29 via Frontend Transport; Tue, 21 Apr 2026 16:35:39 +0800 From: Weijie Gao To: CC: GSS_MTK_Uboot_upstream , Tom Rini , Marek Vasut , Simon Glass , Weijie Gao Subject: [PATCH v2 0/8] Add support for ubi environment to create volumes Date: Tue, 21 Apr 2026 16:35:39 +0800 Message-ID: X-Mailer: git-send-email 2.17.0 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean 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