Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
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
meta-elphel393
Commits
74d9c9a9
Commit
74d9c9a9
authored
Mar 10, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. new init driver 2. kernel recipe fix for parallel make
parent
a1bb2997
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
elphel393_mmc.dts
conf/machine/boards/elphel393/elphel393_mmc.dts
+4
-1
elphel393_nand.dts
conf/machine/boards/elphel393/elphel393_nand.dts
+3
-0
elphel393_ram.dts
conf/machine/boards/elphel393/elphel393_ram.dts
+3
-0
linux-xlnx_4.0.bbappend
recipes-kernel/linux/linux-xlnx_4.0.bbappend
+2
-2
No files found.
conf/machine/boards/elphel393/elphel393_mmc.dts
View file @
74d9c9a9
...
...
@@ -11,7 +11,7 @@
}
;
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 ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4"
;
bootargs
=
"cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4
dyndbg='file elphel393-init.c +p'
"
;
linux
,
stdout
-
path
=
"/amba@0/serial@e0000000"
;
}
;
cpus
{
...
...
@@ -500,4 +500,7 @@
compatible = "elphel,elphel393-mem-1.00";
memsize = <25600>;
} ;
elphel393_init: elphel393-init {
compatible = "elphel,elphel393-init-1.00";
} ;
} ;
conf/machine/boards/elphel393/elphel393_nand.dts
View file @
74d9c9a9
...
...
@@ -500,4 +500,7 @@
compatible = "elphel,elphel393-mem-1.00";
memsize = <25600>;
} ;
elphel393_init: elphel393-init {
compatible = "elphel,elphel393-init-1.00";
} ;
} ;
conf/machine/boards/elphel393/elphel393_ram.dts
View file @
74d9c9a9
...
...
@@ -500,4 +500,7 @@
compatible = "elphel,elphel393-mem-1.00";
memsize = <25600>;
} ;
elphel393_init: elphel393-init {
compatible = "elphel,elphel393-init-1.00";
} ;
} ;
recipes-kernel/linux/linux-xlnx_4.0.bbappend
View file @
74d9c9a9
...
...
@@ -21,9 +21,9 @@ linux-elphel_srcrev= ""
DEV_DIR ?= "${TOPDIR}/../linux-elphel"
# set output for Eclipse project setup parser:
EXTRA_OEMAKE += "-s -w -
j1 -
B KCFLAGS='-v'"
EXTRA_OEMAKE += "-s -w -B KCFLAGS='-v'"
# or use a variable:
export _MAKEFLAGS="-s -w -
j1 -
B KCFLAGS='-v'"
export _MAKEFLAGS="-s -w -B KCFLAGS='-v'"
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE _MAKEFLAGS"
EXTRA_OEMAKE = "${_MAKEFLAGS}"
...
...
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