From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Alcantara Date: Mon, 30 Nov 2020 15:26:49 -0300 Subject: [PATCH] tools: add a simple script to generate EFI variables In-Reply-To: <4c310159-a751-fcd6-2bb2-ee06d1d3e5e0@gmx.de> References: <20201130151634.3927-1-pc@cjr.nz> <4c310159-a751-fcd6-2bb2-ee06d1d3e5e0@gmx.de> Message-ID: <87tut6r992.fsf@cjr.nz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heinrich, Heinrich Schuchardt writes: > On 11/30/20 4:16 PM, Paulo Alcantara wrote: >> This script generates EFI variables for U-Boot variable store format. > > Wouldn't it make sense to allow overwriting and deleting variables too? Absolutely. I'll repost it with those features. Thanks!