Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
4ce6f179
Commit
4ce6f179
authored
Dec 06, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
earlyprintk > earlycon
parent
9d4c90a9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
elphel393-bootargs-mmc.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
+2
-2
elphel393-bootargs-nand.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-nand.dtsi
+2
-2
elphel393-bootargs-ram.dtsi
src/arch/arm/boot/dts/elphel393-bootargs-ram.dtsi
+2
-2
elphel393-zynq-base.dtsi
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
+5
-5
No files found.
src/arch/arm/boot/dts/elphel393-bootargs-mmc.dtsi
View file @
4ce6f179
/**/
/ {
chosen {
bootargs = "
cma=336M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk
rootwait rootfstype=ext4";
linux,stdout-path = "/amba@0/serial@e0000000
";
bootargs = "
earlycon cma=336M root=/dev/mmcblk0p2 rw
rootwait rootfstype=ext4";
stdout-path = "serial0:115200n8
";
};
};
src/arch/arm/boot/dts/elphel393-bootargs-nand.dtsi
View file @
4ce6f179
/**/
/ {
chosen {
bootargs = "
cma=336M console=ttyPS0,115200 root=ubi0:elphel393-rootfs earlyprintk
rootwait rootfstype=ubifs ubi.mtd=4,2048";
linux,stdout-path = "/amba@0/serial@e0000000
";
bootargs = "
earlycon cma=336M root=ubi0:elphel393-rootfs
rootwait rootfstype=ubifs ubi.mtd=4,2048";
stdout-path = "serial0:115200n8
";
};
};
src/arch/arm/boot/dts/elphel393-bootargs-ram.dtsi
View file @
4ce6f179
/**/
/ {
chosen {
bootargs = "
cma=336M console=ttyPS0,115200 root=/dev/ram rw earlyprintk
ramdisk_size=262144";
linux,stdout-path = "/amba@0/serial@e0000000
";
bootargs = "
earlycon cma=336M root=/dev/ram rw
ramdisk_size=262144";
stdout-path = "serial0:115200n8
";
};
};
src/arch/arm/boot/dts/elphel393-zynq-base.dtsi
View file @
4ce6f179
...
...
@@ -11,8 +11,8 @@
}
;
chosen
{
/*
bootargs
=
"console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=262144"
;*/
bootargs
=
"
cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk
rootwait rootfstype=ext4"
;
linux
,
stdout
-
path
=
"/amba@0/serial@e0000000
"
;
bootargs
=
"
earlycon cma=128M root=/dev/mmcblk0p2 rw
rootwait rootfstype=ext4"
;
stdout
-
path
=
"serial0:115200n8
"
;
}
;
cpus
{
#
address
-
cells
=
<
1
>;
...
...
@@ -146,7 +146,7 @@
#
address
-
cells
=
<
1
>;
#
size
-
cells
=
<
0
>;
}
;
ps7_gpio_0
:
ps7
-
gpio
@
e000a000
{
#
gpio
-
cells
=
<
2
>;
#
interrupt
-
cells
=
<
2
>;
...
...
@@ -321,7 +321,7 @@
#
size
-
cells
=
<
0x1
>;
}
;
}
;
ps7_uart_0
:
serial
@
e0000000
{
clock
-
names
=
"uart_clk"
,
"pclk"
,
"ref_clk"
,
"aper_clk"
;
clocks
=
<&
clkc
23
>,
<&
clkc
40
>,
<&
clkc
23
>,
<&
clkc
40
>;
...
...
@@ -352,7 +352,7 @@
interrupts
=
<
0
7
4
>;
}
;
}
;
usb_phy0
:
phy0
{
compatible
=
"ulpi-phy"
;
#
phy
-
cells
=
<
0
>;
...
...
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