Fix syntax error and add space

This commit is contained in:
Adrien Bourmault 2024-08-27 13:52:27 +02:00
parent 4fd0cb13fb
commit d76a94b5a8
Signed by: neox
GPG Key ID: 57BC26A3687116F6
2 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -733,7 +733,7 @@
Built-In Self-Test (BIST) information, which involves checking the Built-In Self-Test (BIST) information, which involves checking the
integrity of the processor's internal components to ensure they are integrity of the processor's internal components to ensure they are
functioning correctly. The BSP also determines the type of reset functioning correctly. The BSP also determines the type of reset
that has occurredwhether it's a cold reset, which happens when that has occurred whether it's a cold reset, which happens when
the system is powered on from an off state, or a warm reset, which the system is powered on from an off state, or a warm reset, which
is a restart without turning off the power. Identifying the reset is a restart without turning off the power. Identifying the reset
type is crucial for deciding which initialization procedures need type is crucial for deciding which initialization procedures need
@ -1397,8 +1397,8 @@
restricting their freedom \cite{uefi_what_is_uefi}. This is further restricting their freedom \cite{uefi_what_is_uefi}. This is further
reinforced by Intel ME's remote attestation capabilities, where the reinforced by Intel ME's remote attestation capabilities, where the
systems state is reported to a remote server. This process verifies systems state is reported to a remote server. This process verifies
that only systems meeting specific security standardsdictated by third that only systems meeting specific security standards dictated by third
partiesare allowed to access DRM-protected content, potentially parties are allowed to access DRM-protected content, potentially
limiting users' control over their own devices \cite{proprivacy_intel_me}. limiting users' control over their own devices \cite{proprivacy_intel_me}.
Moreover, Intel ME supports High-bandwidth Digital Content Protection Moreover, Intel ME supports High-bandwidth Digital Content Protection
(HDCP), a technology that restricts how digital content is transmitted (HDCP), a technology that restricts how digital content is transmitted
@ -4166,7 +4166,9 @@ if (best_count > 2) {
advanced firmware interfaces such as UEFI and \textit{coreboot}. The advanced firmware interfaces such as UEFI and \textit{coreboot}. The
evolution from a simple set of routines stored in ROM to complex systems evolution from a simple set of routines stored in ROM to complex systems
like UEFI and \textit{coreboot} highlights the growing importance of like UEFI and \textit{coreboot} highlights the growing importance of
firmware in modern computing. Firmware now plays a critical role not firmware in modern computing.
Firmware now plays a critical role not
only in hardware initialization but also in memory management, security, only in hardware initialization but also in memory management, security,
and system performance optimization. \\ and system performance optimization. \\