@@ -281,6 +281,22 @@ integer values defined between 0 to 255 when EPP feature is enabled by platform
281281firmware, if EPP feature is disabled, driver will ignore the written value
282282This attribute is read-write.
283283
284+ ``boost ``
285+ The `boost ` sysfs attribute provides control over the CPU core
286+ performance boost, allowing users to manage the maximum frequency limitation
287+ of the CPU. This attribute can be used to enable or disable the boost feature
288+ on individual CPUs.
289+
290+ When the boost feature is enabled, the CPU can dynamically increase its frequency
291+ beyond the base frequency, providing enhanced performance for demanding workloads.
292+ On the other hand, disabling the boost feature restricts the CPU to operate at the
293+ base frequency, which may be desirable in certain scenarios to prioritize power
294+ efficiency or manage temperature.
295+
296+ To manipulate the `boost ` attribute, users can write a value of `0 ` to disable the
297+ boost or `1 ` to enable it, for the respective CPU using the sysfs path
298+ `/sys/devices/system/cpu/cpuX/cpufreq/boost `, where `X ` represents the CPU number.
299+
284300Other performance and frequency values can be read back from
285301``/sys/devices/system/cpu/cpuX/acpi_cppc/ ``, see :ref: `cppc_sysfs `.
286302
@@ -406,7 +422,7 @@ control its functionality at the system level. They are located in the
406422``/sys/devices/system/cpu/amd_pstate/ `` directory and affect all CPUs.
407423
408424``status ``
409- Operation mode of the driver: "active", "passive" or "disable".
425+ Operation mode of the driver: "active", "passive", "guided" or "disable".
410426
411427 "active"
412428 The driver is functional and in the ``active mode ``
0 commit comments