[Skiboot] [PATCH 0/3] Minor Secure Variable-related fixes

Eric Richter erichte at linux.ibm.com
Wed Dec 4 11:03:46 AEDT 2019


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(-)

-- 
2.21.0



More information about the Skiboot mailing list