From f470c101240f50bf23e6dd3e40f9c01996a5c15c Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Mon, 23 Dec 2024 08:00:06 +0000 Subject: [PATCH] device-power: Update ON/OFF states in POWER_STATE Update based on feedback from ARC review. https://github.com/riscv-non-isa/riscv-rpmi/issues/79 Signed-off-by: Ley Foon Tan --- src/srvgrp-device-power.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/srvgrp-device-power.adoc b/src/srvgrp-device-power.adoc index b3977fa..ef80284 100644 --- a/src/srvgrp-device-power.adoc +++ b/src/srvgrp-device-power.adoc @@ -95,7 +95,7 @@ encoding for the power state. ! Description ! 0x0000 -! ON with POWER_STATE[16] = 0 +! ON ! 0x0001 ! _Reserved_ and must be `0`. @@ -104,7 +104,7 @@ encoding for the power state. ! _Reserved_ and must be `0`. ! 0x0003 -! OFF with POWER_STATE[16] = 1 +! OFF ! 0x0004 - 0x0FFF ! _Reserved_ and must be `0`.