Skip to content

Commit

Permalink
mm: Update for consistent description format
Browse files Browse the repository at this point in the history
Update for consistent description format and
remove blank space after text.

Signed-off-by: Joshua Yeong <[email protected]>
  • Loading branch information
Joshua Yeong committed Sep 5, 2024
1 parent 5e8c5a6 commit 42d8ef4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/srvgrp-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ifndef::rootpath[]
:rootpath: ./../
endif::rootpath[]

=== Service Group - *MANAGEMENT_MODE* (SERVICEGROUP_ID: 0x0000A)
=== Service Group - MANAGEMENT_MODE (SERVICEGROUP_ID: 0x0000A)
This MANAGEMENT_MODE service group is designed to be used for software invocation
of Management Mode (MM) in a secure execution environment. For general background
on Management Mode, refer to the Platform Initialization (PI) specifications
Expand Down Expand Up @@ -151,10 +151,10 @@ This service returns the version of a Management Mode.
! Description

! [31:16]
! Major Version
! Major version

! [15:0]
! Minor Version
! Minor version
!===
|===

Expand All @@ -178,22 +178,22 @@ world is signaled by the MM_COMPLETE call from the secure world.
| 0
| MM_COMM_DATA_ADDR_LOW
| uint32
| Lower 32 bits of MM data's physical address from non-secure to secure world.
| Lower 32-bit of MM data's physical address from non-secure to secure world.

| 1
| MM_COMM_DATA_ADDR_HIGH
| uint32
| Upper 32 bits of MM data's physical address from non-secure to secure world.
| Upper 32-bit of MM data's physical address from non-secure to secure world.

| 2
| MM_COMM_DATA_SIZE_LOW
| uint32
| Lower 32 bits of MM data's length from non-secure to secure world.
| Lower 32-bit of MM data's length from non-secure to secure world.

| 3
| MM_COMM_DATA_SIZE_HIGH
| uint32
| Upper 32 bits of MM data's length from non-secure to secure world.
| Upper 32-bit of MM data's length from non-secure to secure world.
|===

[#table_mm_communicate_response_data]
Expand Down Expand Up @@ -229,7 +229,7 @@ world is signaled by the MM_COMPLETE call from the secure world.

==== Service: MM_COMPLETE (SERVICE_ID: 0x04)
Use this MM_COMPLETE as the “world-switch synchronous call” normally at the end
of a synchronous MM_COMMUNICATE call to signal the readiness for handling the
of a synchronous MM_COMMUNICATE call to signal the readiness for handling the
synchronous request. The MM_COMM_DATA contains the returned data of the MM
service invoked.

Expand Down Expand Up @@ -274,20 +274,20 @@ service invoked.
| 0
| MM_COMM_DATA_ADDR_LOW
| uint32
| Lower 32 bits of MM data's physical address from non-secure to secure world.
| Lower 32-bit of MM data's physical address from non-secure to secure world.

| 1
| MM_COMM_DATA_ADDR_HIGH
| uint32
| Upper 32 bits of MM data's physical address from non-secure to secure world.
| Upper 32-bit of MM data's physical address from non-secure to secure world.

| 2
| MM_COMM_DATA_SIZE_LOW
| uint32
| Lower 32 bits of MM data's length from non-secure to secure world.
| Lower 32-bit of MM data's length from non-secure to secure world.

| 3
| MM_COMM_DATA_SIZE_HIGH
| uint32
| Upper 32 bits of MM data's length from non-secure to secure world.
| Upper 32-bit of MM data's length from non-secure to secure world.
|===

0 comments on commit 42d8ef4

Please sign in to comment.