mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
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
This commit is contained in:
parent
942f405357
commit
375ae68e8d
8 changed files with 7 additions and 13 deletions
|
@ -20,6 +20,10 @@ Detailed changes since last release
|
||||||
* Unmask SError and Debug exceptions in the trusted firmware.
|
* Unmask SError and Debug exceptions in the trusted firmware.
|
||||||
Also route external abort and SError interrupts to EL3.
|
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
|
ARM Trusted Firmware - version 0.2
|
||||||
==================================
|
==================================
|
||||||
|
|
|
@ -338,10 +338,6 @@ To prepare a VirtioBlock file-system, do the following:
|
||||||
|
|
||||||
##### Prepare RAM-disk
|
##### Prepare RAM-disk
|
||||||
|
|
||||||
NOTE: The RAM-disk option does not currently work with the Linux kernel version
|
|
||||||
described above; use the VirtioBlock method instead. For further information
|
|
||||||
please see the "Known issues" section in the [Change Log].
|
|
||||||
|
|
||||||
To prepare a RAM-disk root file-system, do the following:
|
To prepare a RAM-disk root file-system, do the following:
|
||||||
|
|
||||||
1. Download the file-system image:
|
1. Download the file-system image:
|
||||||
|
|
Binary file not shown.
|
@ -115,10 +115,8 @@
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x00000000 0x80000000 0 0x80000000>;
|
reg = <0x00000000 0x80000000 0 0x80000000>,
|
||||||
/*
|
|
||||||
<0x00000008 0x80000000 0 0x80000000>;
|
<0x00000008 0x80000000 0 0x80000000>;
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@2f000000 {
|
gic: interrupt-controller@2f000000 {
|
||||||
|
|
Binary file not shown.
|
@ -115,10 +115,8 @@
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x00000000 0x80000000 0 0x80000000>;
|
reg = <0x00000000 0x80000000 0 0x80000000>,
|
||||||
/*
|
|
||||||
<0x00000008 0x80000000 0 0x80000000>;
|
<0x00000008 0x80000000 0 0x80000000>;
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@2c001000 {
|
gic: interrupt-controller@2c001000 {
|
||||||
|
|
Binary file not shown.
|
@ -115,10 +115,8 @@
|
||||||
|
|
||||||
memory@80000000 {
|
memory@80000000 {
|
||||||
device_type = "memory";
|
device_type = "memory";
|
||||||
reg = <0x00000000 0x80000000 0 0x80000000>;
|
reg = <0x00000000 0x80000000 0 0x80000000>,
|
||||||
/*
|
|
||||||
<0x00000008 0x80000000 0 0x80000000>;
|
<0x00000008 0x80000000 0 0x80000000>;
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gic: interrupt-controller@2f000000 {
|
gic: interrupt-controller@2f000000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue