mbox series

[0/3] Minor Secure Variable-related fixes

Message ID 20191204000349.28397-1-erichte@linux.ibm.com
Headers show
Series Minor Secure Variable-related fixes | expand

Message

Eric Richter Dec. 4, 2019, 12:03 a.m. UTC
This set includes a few small patches to fix up some implementation
details that the initial set missed. These patches should be considered
seperately from the forthcoming that includes the initial secvar driver
implementations.

Most notably, this set adds the generic secvar compatible string and
format property for the secvar device tree node as expected in the
secvar-sysfs code in the kernel.


Eric Richter (3):
  secvar_devtree: add generic compatible, and new format device tree
    property
  secvar_api: check that enqueue_update writes successfully before
    returning success
  secvar_main: increase verbosity of the main entrypoint

 doc/device-tree/ibm,opal/secvar/binding.rst | 21 ++++++++++++++++++++-
 libstb/secvar/secvar_api.c                  |  7 ++++---
 libstb/secvar/secvar_devtree.c              |  3 ++-
 libstb/secvar/secvar_main.c                 |  6 +++++-
 4 files changed, 31 insertions(+), 6 deletions(-)

Comments

Oliver O'Halloran Dec. 16, 2019, 3:55 a.m. UTC | #1
On Wed, Dec 4, 2019 at 11:04 AM Eric Richter <erichte@linux.ibm.com> wrote:
>
> This set includes a few small patches to fix up some implementation
> details that the initial set missed. These patches should be considered
> seperately from the forthcoming that includes the initial secvar driver
> implementations.
>
> Most notably, this set adds the generic secvar compatible string and
> format property for the secvar device tree node as expected in the
> secvar-sysfs code in the kernel.

Thanks, series merged as a55c46d5a1be0efd2f0c74755cfb8facb1255361