From 3d5bb2a5df7c16d0faa5e6e84b42f3220ccf8405 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Fri, 14 Jun 2019 11:16:13 +0800 Subject: Documentatioan: update stage handoff protocol Change-Id: I170fc16675c2701f6ea133cfce6e5fabdfb0e8d3 Signed-off-by: Xiang Wang Reviewed-on: https://review.coreboot.org/c/coreboot/+/33460 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Philipp Hug --- Documentation/arch/riscv/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/arch/riscv/index.md') diff --git a/Documentation/arch/riscv/index.md b/Documentation/arch/riscv/index.md index 888651dba6..9a5de34f09 100644 --- a/Documentation/arch/riscv/index.md +++ b/Documentation/arch/riscv/index.md @@ -15,7 +15,7 @@ Payloads run from the ramstage are started in S mode, and trap delegation will have been done. These payloads rely on the SBI and can not replace it. ## Stage handoff protocol -On entry to a stage or payload, +On entry to a stage or payload (including SELF payloads), * all harts are running. * A0 is the hart ID. * A1 is the pointer to the Flattened Device Tree (FDT). -- cgit v1.2.3