diff options
author | Harry Liebel <Harry.Liebel@arm.com> | 2013-11-18 16:05:21 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-11-27 15:31:06 +0000 |
commit | 375ae68e8dbd920f6e8b6ae5cebd40f1ae45350d (patch) | |
tree | 8e3319bd0b20f4078c8ea1cb7c31bc81a7b33073 /docs/change-log.md | |
parent | 942f405357b0472db987b8276fca0f81de98f2e2 (diff) |
Increase default amount of RAM for Base FVPs in FDTs
- Large RAM-disks may have trouble starting with 2GB of memory.
- Increase from 2GB to 4GB in FDT.
Change-Id: I12c1b8e5db41114b88c69c48621cb21247a6a6a7
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 61499c78..ee9be775 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -20,6 +20,10 @@ Detailed changes since last release * Unmask SError and Debug exceptions in the trusted firmware. Also route external abort and SError interrupts to EL3. +* The amount of physical RAM available to Linux as specified in the FDTs for + Base FVPs have been increased from 2GB to 4GB. This resolves the issue of + failing to start user-space when using a RAM-disk file-system. + ARM Trusted Firmware - version 0.2 ================================== |