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