From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by mx.groups.io with SMTP id smtpd.web08.897.1618508885525117790 for ; Thu, 15 Apr 2021 10:48:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=IP7SEi93; spf=pass (domain: gmail.com, ip: 209.85.218.49, mailfrom: pintu.ping@gmail.com) Received: by mail-ej1-f49.google.com with SMTP id n2so38113262ejy.7 for ; Thu, 15 Apr 2021 10:48:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xWXfoVvNH8YyIPhWLy9p1+pgMroFxwEosIZbzCQ31Sw=; b=IP7SEi93hbMgPrhc+n7agiCT0+8FE8CLftkUqNjj6Sh1R7lkoCoeZJoTJK9mP/LtCf QkPpugps9BVrxBIqPfYhO85dQZa7N4gNztaMq/hX4gOLC+aWR8t3DBtJHiuc+sn0XCFL fF/kzMdn1va/ifSpVWXhkxs1Yop5NOynaOiCTjReVTKREPF+Df+lo6AimHWyK/dEq9cK ZThbu15exvRT4uteK2ABeXck19gRDWN+WEOD+iBhWzAIOQ48W0YbgrLvkwo6/z+p0wwW ZfswoCMvHTvoyhcvPQUrNppLpzyuwEBt3wqNClnruQ1fvXTHHmXf7vkY08EpU0yWNlHU eLpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xWXfoVvNH8YyIPhWLy9p1+pgMroFxwEosIZbzCQ31Sw=; b=Fj2TvUByimY+/NuZIGYfBlN6+TUZ3hriCaE9OxFQSdFs4kRxA6BriLy/fI9Mt+nSG6 CryzSFXbMNsiCRfrGjGkMd7h0wl3+2C3DMBu2IQ0v4oAyNGC1FbYZxmY36D3wYE9183c Msdv070G+ACJvx6fBHtSm2ePksPYxoYat6f6l7ZrIDWN7iMuzsYrt7ZUf8atuNNP0oTK vJXVizfJc1w1jz09/WET089cGo5P2QS76otzG8UuQsvuXqoMT7I9TUtdRMwG678eRITm b1ukKmX28A8hml1sx/xv5pyHDGHi8FfsnlRSDEBuJMAe0QXKctmq+tFiKdsX37JENRmx DHtg== X-Gm-Message-State: AOAM532+8AyHJt69pf1+mu3YMai+1hkvB1lErKWNyjh8JQddn0Uf+cUH ud882lezpTnzxxkcgdjevQnd3X5mjTroRUJuvNQ= X-Google-Smtp-Source: ABdhPJwas6acb0sC7GsCXBx24bc3pqEZhMnyUo1Kej5aCg+vYuynsv64ziK1be65kqa3SEXewjreV8NiBQ5WMZ5on2s= X-Received: by 2002:a17:906:28cf:: with SMTP id p15mr4874584ejd.191.1618508884139; Thu, 15 Apr 2021 10:48:04 -0700 (PDT) MIME-Version: 1.0 References: <2ac07694-85ff-d6f2-6d02-cc33914d4df5@ipxe.org> <59e74e6a-16f5-3603-72b3-de7abe69664e@redhat.com> In-Reply-To: <59e74e6a-16f5-3603-72b3-de7abe69664e@redhat.com> From: Pintu Agarwal Date: Thu, 15 Apr 2021 23:17:52 +0530 Message-ID: Subject: Re: [edk2-devel] [EDK2 / UEFI]: Support for flashing ubi-volume using fastboot To: Laszlo Ersek Cc: devel@edk2.groups.io, mcb30@ipxe.org, afish@apple.com, edk2-devel Content-Type: text/plain; charset="UTF-8" On Thu, 15 Apr 2021 at 16:30, Laszlo Ersek wrote: > > On 04/14/21 21:41, Michael Brown wrote: > > On 14/04/2021 20:34, Andrew Fish via groups.io wrote: > >> EFI does not have a concept of Volume names, EFI has a concept of > >> EFI_HANDLEs that contain device paths that indentify the volume. > >> > >> The UEFI Shell has volume names, but that is a construct produced by > >> the UEFI Shell. > > > > The filesystem label (if any) also gets exposed via EFI_FILE_SYSTEM_INFO > > in the VolumeLabel field, independently of the UEFI shell. > > Also in "EFI_FILE_SYSTEM_VOLUME_LABEL.VolumeLabel". > > (This is just a side comment, because I believe Pintu may not need > filesystem-level access (as in, SimpleFs).) > Hi All, Thank you so much for your reply so far. Sorry, I am new to UEFI so I think I couldn't quite understand it clearly. Is it possible to explain with an example about how to implement volume concept in UEFI using the EDK2 application? If there are some references available then it will be good to follow. Thanks, Pintu