Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
b296bb10
Commit
b296bb10
authored
Feb 19, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Feb 19, 2020
Browse files
Merge "corstone700: fdts: using DDR memory and XIP rootfs" into integration
parents
9c87e59e
d983b7a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
fdts/corstone700.dts
View file @
b296bb10
...
@@ -14,9 +14,10 @@
...
@@ -14,9 +14,10 @@
#
size
-
cells
=
<
1
>;
#
size
-
cells
=
<
1
>;
chosen
{
chosen
{
bootargs
=
"console=ttyAMA0 root=/dev/vda2 rw loglevel=9"
;
bootargs
=
"console=ttyAMA0 \
linux
,
initrd
-
start
=
<
0x02a00000
>;
root=mtd:physmap-flash.0 \
linux
,
initrd
-
end
=
<
0x04000000
>;
ro \
loglevel=9"
;
};
};
cpus
{
cpus
{
...
@@ -32,9 +33,9 @@
...
@@ -32,9 +33,9 @@
};
};
memory
@
2
000000
{
memory
@
80
000000
{
device_type
=
"memory"
;
device_type
=
"memory"
;
reg
=
<
0x0
2
000000
0x0
2
000000
>;
reg
=
<
0x
8
0000000
0x
8
0000000
>;
};
};
gic
:
interrupt
-
controller
@
1
c000000
{
gic
:
interrupt
-
controller
@
1
c000000
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment