From 57de6d72743078ce49587c2042b5da285201b126 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Thu, 27 Feb 2014 19:46:37 +0000 Subject: 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 --- docs/porting-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/porting-guide.md') 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 -- cgit