From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Wed, 20 Feb 2019 13:58:50 +0900 Subject: [U-Boot] [PATCH v6 2/7] cmd: add efidebug command In-Reply-To: <361445ab-7bdc-9951-de4a-f80dd79ee37f@gmx.de> References: <20190124110437.6837-1-takahiro.akashi@linaro.org> <20190124110437.6837-3-takahiro.akashi@linaro.org> <361445ab-7bdc-9951-de4a-f80dd79ee37f@gmx.de> Message-ID: <20190220045848.GH20286@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, Feb 19, 2019 at 08:32:52PM +0100, Heinrich Schuchardt wrote: > On 1/24/19 12:04 PM, AKASHI Takahiro wrote: > > Currently, there is no easy way to add or modify UEFI variables. > > In particular, bootmgr supports BootOrder/BootXXXX variables, it is > > quite hard to define them as u-boot variables because they are represented > > in a complicated and encoded format. > > > > The new command, efidebug, helps address these issues and give us > > more friendly interfaces: > > * efidebug boot add: add BootXXXX variable > > * efidebug boot rm: remove BootXXXX variable > > * efidebug boot dump: display all BootXXXX variables > > * efidebug boot next: set BootNext variable > > * efidebug boot order: set/display a boot order (BootOrder) > > > > Signed-off-by: AKASHI Takahiro > I could not make this work on qemu_arm_defconfig: > > Usage: > efidebug boot add