Xiang Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33460
Change subject: Documentatioan: update stage handoff protocol ......................................................................
Documentatioan: update stage handoff protocol
Change-Id: I170fc16675c2701f6ea133cfce6e5fabdfb0e8d3 Signed-off-by: Xiang Wang wxjstz@126.com --- M Documentation/arch/riscv/index.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/33460/1
diff --git a/Documentation/arch/riscv/index.md b/Documentation/arch/riscv/index.md index 888651d..9a5de34 100644 --- a/Documentation/arch/riscv/index.md +++ b/Documentation/arch/riscv/index.md @@ -15,7 +15,7 @@ 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).
Philipp Hug has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33460 )
Change subject: Documentatioan: update stage handoff protocol ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33460 )
Change subject: Documentatioan: update stage handoff protocol ......................................................................
Documentatioan: update stage handoff protocol
Change-Id: I170fc16675c2701f6ea133cfce6e5fabdfb0e8d3 Signed-off-by: Xiang Wang wxjstz@126.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/33460 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Rudolph siro@das-labor.org Reviewed-by: Philipp Hug philipp@hug.cx --- M Documentation/arch/riscv/index.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Rudolph: Looks good to me, approved Philipp Hug: Looks good to me, approved
diff --git a/Documentation/arch/riscv/index.md b/Documentation/arch/riscv/index.md index 888651d..9a5de34 100644 --- a/Documentation/arch/riscv/index.md +++ b/Documentation/arch/riscv/index.md @@ -15,7 +15,7 @@ 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).