Skip to content

Commit

Permalink
trivial: harmonize sources spacing after paragraphs
Browse files Browse the repository at this point in the history
For sources consistency; no effect on the resulting specification.

Signed-off-by: Vincent Stehlé <[email protected]>
  • Loading branch information
vstehle committed Mar 27, 2024
1 parent c3e0844 commit bb18daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/chapter1-about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ This document uses the following typographic conventions:

Cross References
================

This document cross-references sources that are listed in the References
section by using the section sign §.

Expand Down
3 changes: 3 additions & 0 deletions source/chapter3-secureworld.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Privileged or Secure Firmware

AArch32 Multiprocessor Startup Protocol
=======================================

There is no standard multiprocessor startup or CPU power management mechanism
for ARMv7 and earlier platforms.
The OS is expected to use platform specific drivers for CPU power management.
Expand All @@ -16,6 +17,7 @@ At `ExitBootServices()` time, all secondary CPUs must be parked or powered off.

AArch64 Multiprocessor Startup Protocol
=======================================

On AArch64 platforms, Firmware resident in Trustzone EL3 must implement and
conform to the Power State Coordination Interface specification [PSCI]_ and to
the SMC Calling Convention [SMCCC]_.
Expand All @@ -42,6 +44,7 @@ It is recommended that firmware implementing PSCI supports version 1.0 or later
RISC-V Multiprocessor Startup Protocol
======================================

The resident firmware in M mode or hypervisor running in HS mode must implement
and conform to at least SBI [RVSBISPEC]_ v0.2 with HART State Management(HSM)
extension for both RV32 and RV64.

0 comments on commit bb18daf

Please sign in to comment.