mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
docs(fconf): update device tree binding for FCONF
Added a description for the newly introduced 'ns-load-address' property in the dtb-registry node of FCONF. Change-Id: Ief8e8a55a6363fd42b23491d000b097b0c48453b Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
This commit is contained in:
parent
39f0b86a76
commit
b80e751d99
1 changed files with 7 additions and 0 deletions
|
@ -30,3 +30,10 @@ contains, and must be formed with the following fields:
|
||||||
- value type: <u32>
|
- value type: <u32>
|
||||||
- Image ID of the configuration.
|
- Image ID of the configuration.
|
||||||
|
|
||||||
|
- ns-load-address [optional]
|
||||||
|
- value type: <u64>
|
||||||
|
- Physical loading base address of the configuration in the non-secure
|
||||||
|
memory.
|
||||||
|
Only needed by those configuration files which require being loaded
|
||||||
|
in secure memory (at load-address) as well as in non-secure memory
|
||||||
|
e.g. HW_CONFIG
|
||||||
|
|
Loading…
Add table
Reference in a new issue