All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] HP WMI Security Features
@ 2022-04-04 20:36 Jorge Lopez
  2022-04-04 20:36 ` [PATCH v1 1/6] Correct code style related issues in hp-wmi Jorge Lopez
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Jorge Lopez @ 2022-04-04 20:36 UTC (permalink / raw)
  To: platform-driver-x86

These set of patches include new driver support of HP Security Features,
documentation, and other minor changes.

These changes include  documentation for three new security features
introduced in the hp-wmi driver. The security features include
Secure Platform, Management, Sure Admin, and Sure Start.
Each documentation section provides security feature description,
identifies sysfs directories, and files exposed by the driver.

Sure Admin allows the user to configure the system to use a Sure Admin
cryptographic signature-based authorization string that the BIOS will
use to verify authorization to modify the setting.
    
Sure Start provides advanced firmware protection and resiliency by
identifying and repairing unauthorized BIOS changes.  

Secure Platform Management (SPM)  replaces older password-based BIOS settings
management with public key cryptography.  PC secure product management
begins when a target system is provisioned with cryptographic keys that
are used to ensure the integrity of communications between system
management utilities and the BIOS.

Lastly, changes were introduced in preparation to submission of three
security features.  The addition of hp_wmi_groups will simplify the
integration of driver security features.
    

Jorge Lopez (6):
  Correct code style related issues in hp-wmi
  Update hp_wmi_group to simplify feature addition
  Secure Platform Management Security Feature
  Sure Start Security Feature
  Sure Admin Security Feature
  HP Security Features Documentation

 .../ABI/testing/sysfs-platform-hp-wmi         |   96 ++
 Documentation/admin-guide/hp_wmi.rst          |  141 ++
 Documentation/admin-guide/index.rst           |    1 +
 drivers/platform/x86/hp-wmi.c                 | 1298 ++++++++++++++++-
 4 files changed, 1535 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-hp-wmi
 create mode 100644 Documentation/admin-guide/hp_wmi.rst

-- 
2.25.1


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-04-11 14:00 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 20:36 [PATCH v1 0/6] HP WMI Security Features Jorge Lopez
2022-04-04 20:36 ` [PATCH v1 1/6] Correct code style related issues in hp-wmi Jorge Lopez
2022-04-11 12:47   ` Hans de Goede
2022-04-11 14:00     ` Jorge Lopez
2022-04-04 20:36 ` [PATCH v1 2/6] Update hp_wmi_group to simplify feature addition Jorge Lopez
2022-04-04 20:36 ` [PATCH v1 3/6] Secure Platform Management Security Feature Jorge Lopez
2022-04-04 20:36 ` [PATCH v1 4/6] Sure Start " Jorge Lopez
2022-04-04 22:05   ` Limonciello, Mario
2022-04-05 16:56     ` Jorge Lopez
2022-04-05 17:09       ` Limonciello, Mario
2022-04-05 18:52         ` Jorge Lopez
2022-04-05 18:54           ` Limonciello, Mario
2022-04-04 20:36 ` [PATCH v1 5/6] Sure Admin " Jorge Lopez
2022-04-04 21:59   ` Limonciello, Mario
2022-04-05 11:54     ` Hans de Goede
2022-04-05 16:52       ` Jorge Lopez
2022-04-05 17:13         ` Limonciello, Mario
2022-04-07 13:44           ` Jorge Lopez
2022-04-07 19:17             ` Limonciello, Mario
2022-04-07 20:57               ` Jorge Lopez
2022-04-08  9:21             ` Hans de Goede
2022-04-08 14:46               ` Jorge Lopez
2022-04-08 14:54                 ` Limonciello, Mario
2022-04-08 15:04                   ` Hans de Goede
2022-04-04 20:36 ` [PATCH v1 6/6] HP Security Features Documentation Jorge Lopez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.