mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
docs: fix discrepancies in value type of manifest fields
In order to avoid the complexity of supporting value types smaller than u32 and avoid discrepancies for the various manifest fields among different projects, the value type for relevant fields are upgraded to u32. Change-Id: Ib033019b3b8c26bf4b8b50f89b7a6d1a772e5e51 Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
This commit is contained in:
parent
3b63eef981
commit
9a01089df5
1 changed files with 3 additions and 3 deletions
|
@ -91,10 +91,10 @@ Partition Properties
|
|||
- 0x2: 64k
|
||||
|
||||
- boot-order
|
||||
- value type: <u16>
|
||||
- value type: <u32>
|
||||
- A unique number amongst all partitions that specifies if this partition
|
||||
must be booted before others. The partition with the smaller number will be
|
||||
booted first.
|
||||
booted first. Highest vlue allowed for this field is 0xFFFF.
|
||||
|
||||
- rx-tx-buffer
|
||||
- value type: "memory-regions" node
|
||||
|
@ -103,7 +103,7 @@ Partition Properties
|
|||
The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
|
||||
|
||||
- messaging-method [mandatory]
|
||||
- value type: <u16>
|
||||
- value type: <u32>
|
||||
- Specifies which messaging methods are supported by the partition, set bit
|
||||
means the feature is supported, clear bit - not supported:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue