Add mention of runtime components in the BIOS early
This commit is contained in:
parent
1912aa1afc
commit
4b797e3d5c
|
@ -462,7 +462,9 @@
|
||||||
and timing parameters to match the specifications of the installed
|
and timing parameters to match the specifications of the installed
|
||||||
memory \cite{uefi_spec}\cite{BKDG}. Beyond memory management,
|
memory \cite{uefi_spec}\cite{BKDG}. Beyond memory management,
|
||||||
firmware responsibilities have broadened to encompass a wide range
|
firmware responsibilities have broadened to encompass a wide range
|
||||||
of system-critical tasks. One key area is power management, where
|
of system-critical tasks, and even so by including runtime components
|
||||||
|
in addition to its initialization tasks.
|
||||||
|
One key area is power management, where
|
||||||
firmware is responsible for optimizing energy consumption across
|
firmware is responsible for optimizing energy consumption across
|
||||||
various components of the system. Efficient power management is
|
various components of the system. Efficient power management is
|
||||||
essential not only for extending battery life in portable devices
|
essential not only for extending battery life in portable devices
|
||||||
|
|
Loading…
Reference in New Issue