Re: [PATCH v1 1/2] docs: filesystems: add info about efivars content
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-05-25 16:45:04
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-05-25 16:45:04
Also in:
lkml
On Tue, 19 May 2020 10:41:27 +0200 Flavio Suligoi [off-list ref] wrote:
When an EFI variable is reading from: /sys/firmware/efi/efivars (for example using "hexdump"), the first 4 bytes of the output are not the real EFI variable data, but the variable attributes (in little-endian format). Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Both patches applied, thanks. jon