mbox series

[v6,0/4] Introduction of HP-BIOSCFG driver

Message ID 20230309201022.9502-1-jorge.lopez2@hp.com (mailing list archive)
Headers show
Series Introduction of HP-BIOSCFG driver | expand

Message

Jorge Lopez March 9, 2023, 8:10 p.m. UTC
Version 6 restructures the patches submitted in previous versions.
Earlier hp-bioscfg patches were squashed together before creating
the new split.  SureAdmin-attributes was removed completely and 
new functionality was introduced to replace its behavior.  The
new functionality is fully compliant to firmware-attributes 
framework.
 

Version 6
	- Breaks down the changes into 4 patches
	- SureAdmin-attributes was removed


Jorge Lopez (4):
  Introduction of HP-BIOSCFG driver
  Introduction of HP-BIOSCFG driver [2]
  Introduction of HP-BIOSCFG driver [3]
  Introduction of HP-BIOSCFG driver [4]

 .../testing/sysfs-class-firmware-attributes   |  107 +-
 MAINTAINERS                                   |    6 +
 drivers/platform/x86/hp/hp-bioscfg/Makefile   |   13 +
 .../x86/hp/hp-bioscfg/biosattr-interface.c    |  303 +++++
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c  | 1017 +++++++++++++++++
 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h  |  654 +++++++++++
 .../x86/hp/hp-bioscfg/enum-attributes.c       |  553 +++++++++
 .../x86/hp/hp-bioscfg/int-attributes.c        |  472 ++++++++
 .../x86/hp/hp-bioscfg/ordered-attributes.c    |  571 +++++++++
 .../x86/hp/hp-bioscfg/passwdattr-interface.c  |   51 +
 .../x86/hp/hp-bioscfg/passwdobj-attributes.c  |  676 +++++++++++
 .../x86/hp/hp-bioscfg/spmobj-attributes.c     |  460 ++++++++
 .../x86/hp/hp-bioscfg/string-attributes.c     |  459 ++++++++
 .../x86/hp/hp-bioscfg/surestart-attributes.c  |  149 +++
 14 files changed, 5490 insertions(+), 1 deletion(-)
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/Makefile
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/biosattr-interface.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/enum-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/int-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/ordered-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/passwdattr-interface.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/passwdobj-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/spmobj-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/string-attributes.c
 create mode 100644 drivers/platform/x86/hp/hp-bioscfg/surestart-attributes.c

--
2.34.1