<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sysfs-class-firmware-attributes</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5dcb5ef1 - platform/x86: think-lmi: Multi-certificate support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#5dcb5ef1</link>
        <description>platform/x86: think-lmi: Multi-certificate supportLenovo are adding support for both Admin and System certificates tothe certificate based authentication featureThis commit adds the support for this.Signed-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Link: https://lore.kernel.org/r/20241024195536.6992-4-mpearson-lenovo@squebb.ca[ij: Added #include &lt;linux/array_size.h&gt; + comment grammar fix]Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 24 Oct 2024 19:55:24 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>c7842e69 - platform/x86: think-lmi: Add certificate as mechanism</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#c7842e69</link>
        <description>platform/x86: think-lmi: Add certificate as mechanismAs both password or certificate authentication are available as mechanismsupdate the documentation to add certificate as an optionUpdate driver to return correct mechanism appropriately.Signed-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Link: https://lore.kernel.org/r/20241024195536.6992-2-mpearson-lenovo@squebb.caReviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 24 Oct 2024 19:55:22 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>318d9784 - platform/x86: think-lmi: Add bulk save feature</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#318d9784</link>
        <description>platform/x86: think-lmi: Add bulk save featureOn Lenovo platforms there is a limitation in the number of times anattribute can be saved. This is an architectural limitation and it limitsthe number of attributes that can be modified to 48.A solution for this is instead of the attribute being saved after everymodification allow a user to bulk set the attributes and then trigger afinal save. This allows unlimited attributes.This patch introduces a save_settings attribute that can be configured toeither single or bulk mode by the user.Single mode is the default but customers who want to avoid the 48attribute limit can enable bulk mode.Displaying the save_settings attribute will display the enabled mode.When in bulk mode writing &apos;save&apos; to the save_settings attribute willtrigger a save. Once this has been done a reboot is required before moreattributes can be modified.Signed-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Link: https://lore.kernel.org/r/20230919141530.4805-1-mpearson-lenovo@squebb.caReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Tue, 19 Sep 2023 14:15:26 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>00d4b352 - platform/x86: hp-bioscfg: Documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#00d4b352</link>
        <description>platform/x86: hp-bioscfg: DocumentationUpdate sysfs-class-firmware-attributes with hp-bioscfg informationHP BIOS Configuration driver purpose is to provide a driver supportingthe latest sysfs class firmware attributes framework allowing the userto change BIOS settings and security solutions on HP Inc.&#8217;s commercialnotebooks.Signed-off-by: Jorge Lopez &lt;jorge.lopez2@hp.com&gt;Reviewed-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Link: https://lore.kernel.org/r/20230608163319.18934-2-jorge.lopez2@hp.comSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 08 Jun 2023 16:33:07 +0000</pubDate>
        <dc:creator>Jorge Lopez &lt;jorge.lopez2@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>3206001f - platform/x86: think-lmi: Correct NVME index default</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#3206001f</link>
        <description>platform/x86: think-lmi: Correct NVME index defaultThe NVME/HDD index used by WMI starts at 1 so corrected the defaultappropriately.Note, zero index is still permitted in case it is required on futureplatforms.Documentation updated correspondinglySigned-off-by: Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;Reviewed-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20230601200552.4396-7-mpearson-lenovo@squebb.caSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 01 Jun 2023 20:05:51 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;mpearson-lenovo@squebb.ca&gt;</dc:creator>
    </item>
<item>
        <title>9aa64714 - Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#9aa64714</link>
        <description>Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanupsCleanup / fix some minor issues.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20220324164737.21765-4-hdegoede@redhat.com

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 24 Mar 2022 16:47:36 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>45440a1d - Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#45440a1d</link>
        <description>Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errorsFix the following warnings from &quot;make htmldocs&quot;:Documentation/ABI/testing/sysfs-class-firmware-attributes:130:  ERROR: Unexpected indentation.  ERROR: Unexpected indentation.  ERROR: Unexpected indentation.Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20220324164737.21765-3-hdegoede@redhat.com

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 24 Mar 2022 16:47:35 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>06384573 - Documentation: syfs-class-firmware-attributes: Lenovo Certificate support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#06384573</link>
        <description>Documentation: syfs-class-firmware-attributes: Lenovo Certificate supportCertificate based authentication is available as an alternative topassword based authentication.The WMI commands are cryptographically signed using a separatesigning server and will be verified by the BIOS before beingaccepted.This commit details the fields that are needed to support thatimplementation. At present the changes are intended for Lenovoplatforms, but have been designed to keep them as flexible as possiblefor future implementations from other vendors.Signed-off-by: Mark Pearson &lt;markpearson@lenovo.com&gt;Link: https://lore.kernel.org/r/20220317214008.3459-1-markpearson@lenovo.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 17 Mar 2022 21:40:07 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;markpearson@lenovo.com&gt;</dc:creator>
    </item>
<item>
        <title>adca4b68 - Documentation: syfs-class-firmware-attributes: Lenovo Opcode support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#adca4b68</link>
        <description>Documentation: syfs-class-firmware-attributes: Lenovo Opcode supportNewer Lenovo BIOS&apos;s have an opcode GUID support interface which provides - improved password setting control - ability to set System, hard drive and NVMe passwordsAdd the support for these new passwords, and the ability to selectuser/master mode and the drive index.Signed-off-by: Mark Pearson &lt;markpearson@lenovo.com&gt;Link: https://lore.kernel.org/r/20211117184453.2476-1-markpearson@lenovo.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Wed, 17 Nov 2021 18:44:52 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;markpearson@lenovo.com&gt;</dc:creator>
    </item>
<item>
        <title>f5bc0157 - platform/x86: think-lmi: add debug_cmd</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#f5bc0157</link>
        <description>platform/x86: think-lmi: add debug_cmdMany Lenovo BIOS&apos;s support the ability to send a debug command whichis useful for debugging and testing unreleased or early features.Adding support for this feature as a module parameter.Signed-off-by: Mark Pearson &lt;markpearson@lenovo.com&gt;Link: https://lore.kernel.org/r/20210817001501.293501-1-markpearson@lenovo.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Tue, 17 Aug 2021 00:15:01 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;markpearson@lenovo.com&gt;</dc:creator>
    </item>
<item>
        <title>8599a12b - platform/x86: Update Mario Limonciello&apos;s email address in the docs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#8599a12b</link>
        <description>platform/x86: Update Mario Limonciello&apos;s email address in the docsVarious pdx86 docs under Documentation/ABI/testing still use Mario&apos;sold, now defunct, &lt;mario.limonciello@dell.com&gt; address.Update the docs to point to either the new Dell.Client.Kernel@dell.comemail alias for Dell specific drivers, or to Mario&apos;s new @outlook.comaddress for other drivers.Cc: Dell.Client.Kernel@dell.comCc: Mario Limonciello &lt;mario.limonciello@outlook.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20210810160900.106512-1-hdegoede@redhat.com

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Tue, 10 Aug 2021 16:09:00 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a40cd7ef - platform/x86: think-lmi: Add WMI interface support on Lenovo platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#a40cd7ef</link>
        <description>platform/x86: think-lmi: Add WMI interface support on Lenovo platformsFor Lenovo platforms that support a WMI interface to the BIOS addsupport, using the firmware-attributes class, to allow users to accessand modify various BIOS related settings.Signed-off-by: Mark Pearson &lt;markpearson@lenovo.com&gt;Link: https://lore.kernel.org/r/20210530223111.25929-3-markpearson@lenovo.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Sun, 30 May 2021 22:31:11 +0000</pubDate>
        <dc:creator>Mark Pearson &lt;markpearson@lenovo.com&gt;</dc:creator>
    </item>
<item>
        <title>5b09081f - docs: ABI: sysfs-class-firmware-attributes: solve some warnings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#5b09081f</link>
        <description>docs: ABI: sysfs-class-firmware-attributes: solve some warningsThe Description: tag is missing on some places, causingscripts/get_abi.pl warnings:	Warning: file Documentation/ABI/testing/sysfs-class-firmware-attributes#172:		What &apos;/sys/class/firmware-attributes/*/authentication/&apos; doesn&apos;t have a descriptionAlso, some warnings are produced when generating html documentation:	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:2: WARNING: Title underline too short.	Dell specific class extensions	--------------------------	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:2: WARNING: Unexpected indentation.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:2: WARNING: Unexpected indentation.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:2: WARNING: Block quote ends without a blank line; unexpected unindent.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:173: WARNING: Unexpected indentation.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:173: WARNING: Unexpected indentation.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:173: WARNING: Block quote ends without a blank line; unexpected unindent.	.../Documentation/ABI/testing/sysfs-class-firmware-attributes:111: WARNING: Inline emphasis start-string without end-string.Address the warnings, making it to produce the expectedoutput for the documentation ABI.Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/44b4181b4f772fcc5ec676e72b295c10df35121b.1603963862.git.mchehab+huawei@kernel.orgSigned-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Thu, 29 Oct 2020 09:31:23 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e8a60aa7 - platform/x86: Introduce support for Systems Management Driver over WMI for Dell Systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes#e8a60aa7</link>
        <description>platform/x86: Introduce support for Systems Management Driver over WMI for Dell SystemsThe Dell WMI Systems Management Driver provides a sysfsinterface for systems management to enable BIOS configurationcapability on certain Dell Systems.This driver allows user to configure Dell systems with auniform common interface. To facilitate this, the patchintroduces a generic way for driver to be able to createconfigurable BIOS Attributes available in Setup (F2) screen.Cc: Hans de Goede &lt;hdegoede@redhat.com&gt;Cc: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Cc: mark gross &lt;mgross@linux.intel.com&gt;Co-developed-by: Mario Limonciello &lt;mario.limonciello@dell.com&gt;Signed-off-by: Mario Limonciello &lt;mario.limonciello@dell.com&gt;Co-developed-by: Prasanth KSR &lt;prasanth.ksr@dell.com&gt;Signed-off-by: Prasanth KSR &lt;prasanth.ksr@dell.com&gt;Signed-off-by: Divya Bharathi &lt;divya.bharathi@dell.com&gt;Link: https://lore.kernel.org/r/20201027134944.316730-1-divya.bharathi@dell.comReviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;

            List of files:
            /linux-6.15/Documentation/ABI/testing/sysfs-class-firmware-attributes</description>
        <pubDate>Tue, 27 Oct 2020 13:49:44 +0000</pubDate>
        <dc:creator>Divya Bharathi &lt;divya.bharathi@dell.com&gt;</dc:creator>
    </item>
</channel>
</rss>
