-
- Downloads
platform/x86: Introduce support for Systems Management Driver over WMI for Dell Systems
The Dell WMI Systems Management Driver provides a sysfs interface for systems management to enable BIOS configuration capability on certain Dell Systems. This driver allows user to configure Dell systems with a uniform common interface. To facilitate this, the patch introduces a generic way for driver to be able to create configurable BIOS Attributes available in Setup (F2) screen. Cc: Hans de Goede <hdegoede@redhat.com> Cc: Andy Shevchenko <andy.shevchenko@gmail.com> Cc: mark gross <mgross@linux.intel.com> Co-developed-by:Mario Limonciello <mario.limonciello@dell.com> Signed-off-by:
Mario Limonciello <mario.limonciello@dell.com> Co-developed-by:
Prasanth KSR <prasanth.ksr@dell.com> Signed-off-by:
Prasanth KSR <prasanth.ksr@dell.com> Signed-off-by:
Divya Bharathi <divya.bharathi@dell.com> Link: https://lore.kernel.org/r/20201027134944.316730-1-divya.bharathi@dell.com Reviewed-by:
Hans de Goede <hdegoede@redhat.com> Signed-off-by:
Hans de Goede <hdegoede@redhat.com>
Showing
- Documentation/ABI/testing/sysfs-class-firmware-attributes 224 additions, 0 deletionsDocumentation/ABI/testing/sysfs-class-firmware-attributes
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/platform/x86/Kconfig 12 additions, 0 deletionsdrivers/platform/x86/Kconfig
- drivers/platform/x86/Makefile 1 addition, 0 deletionsdrivers/platform/x86/Makefile
- drivers/platform/x86/dell-wmi-sysman/Makefile 8 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/Makefile
- drivers/platform/x86/dell-wmi-sysman/biosattr-interface.c 186 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/biosattr-interface.c
- drivers/platform/x86/dell-wmi-sysman/dell-wmi-sysman.h 191 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/dell-wmi-sysman.h
- drivers/platform/x86/dell-wmi-sysman/enum-attributes.c 189 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/enum-attributes.c
- drivers/platform/x86/dell-wmi-sysman/int-attributes.c 173 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/int-attributes.c
- drivers/platform/x86/dell-wmi-sysman/passobj-attributes.c 194 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/passobj-attributes.c
- drivers/platform/x86/dell-wmi-sysman/passwordattr-interface.c 153 additions, 0 deletions...ers/platform/x86/dell-wmi-sysman/passwordattr-interface.c
- drivers/platform/x86/dell-wmi-sysman/string-attributes.c 159 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/string-attributes.c
- drivers/platform/x86/dell-wmi-sysman/sysman.c 625 additions, 0 deletionsdrivers/platform/x86/dell-wmi-sysman/sysman.c
Loading
Please register or sign in to comment