From 2cfc55125fa84a0d5ef0fca63ad26868c3a9b13d Mon Sep 17 00:00:00 2001 From: Lee Ballard Date: Tue, 15 Aug 2023 13:47:45 -0500 Subject: [PATCH] docs: box xpumgmt and xpucpu with autonumber Signed-off-by: Lee Ballard --- boot/COORDINATION.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/boot/COORDINATION.md b/boot/COORDINATION.md index e03c9ba..7f6a276 100644 --- a/boot/COORDINATION.md +++ b/boot/COORDINATION.md @@ -186,10 +186,13 @@ No defacto standards in BIOS/UEFI <-> BMC communication. ```mermaid sequenceDiagram + autonumber participant ServerBmc participant ServerBios - participant xPUmngmnt - participant xPUCpu + box rgb(100,100,100) xPU + participant xPUmngmnt + participant xPUCpu + end ServerBmc->>ServerBios: Power On ServerBmc->>xPUmngmnt: Power On xPUmngmnt->>xPUCpu: Power On