diff options
author | Dan Handley <dan.handley@arm.com> | 2014-02-27 19:46:37 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-02-28 17:51:07 +0000 |
commit | 57de6d72743078ce49587c2042b5da285201b126 (patch) | |
tree | c06ed8f56d34f6cf575f722d77bde642e78f7a07 /docs/porting-guide.md | |
parent | 5e1e9200750d2fc5f969d28afa5e4ef75c4ffc94 (diff) |
Consolidate design and porting documentation
Consolidate firmware-design.md and porting-guide.pm so
that recently added sections fit better with
pre-existing sections. Make the documentation more
consistent in use of terminology.
Change-Id: Id87050b096122fbd845189dc2fe1cd17c3003468
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r-- | docs/porting-guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md index c9e4a507..56467fb9 100644 --- a/docs/porting-guide.md +++ b/docs/porting-guide.md @@ -616,7 +616,8 @@ address of Secure DRAM (`0x06000000`). The ARM FVP port also populates the `bl32_meminfo` field in the `bl31_args` structure pointed to by `bl2_to_bl31_args` with the extents of memory available for use by the BL3-2 image. The memory is allocated in the Secure DRAM from the -address defined by the constant `BL32_BASE`. +address defined by the constant `BL32_BASE`. The ARM FVP port currently loads +the BL3-2 image at the Secure DRAM address `0x6002000`. The non-secure memory extents used for loading BL3-3 are also initialized in this function. This information is accessible in the `bl33_meminfo` field in |