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
0d9a6559
Commit
0d9a6559
authored
May 01, 2015
by
YuriNenakhov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Two sets of drivers supported (for camera and for testing on zedboard)
parent
8b999d77
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
1 deletion
+15
-1
microzed_defconfig_3.10.cfg
conf/machine/boards/common/microzed_defconfig_3.10.cfg
+3
-0
elphel393.dts
conf/machine/boards/elphel393/elphel393.dts
+4
-0
microzed.dtsi
conf/machine/boards/microzed/microzed.dtsi
+4
-0
drivers-elphel.patch
recipes-kernel/linux/linux-xlnx/drivers-elphel.patch
+3
-1
linux-xlnx_3.10.bbappend
recipes-kernel/linux/linux-xlnx_3.10.bbappend
+1
-0
No files found.
conf/machine/boards/common/microzed_defconfig_3.10.cfg
View file @
0d9a6559
...
...
@@ -2785,3 +2785,6 @@ CONFIG_KVM_ARM_MAX_VCPUS=0
#
# Virtio drivers
#
CONFIG_ELPHELDRVONMICROZED=y
conf/machine/boards/elphel393/elphel393.dts
View file @
0d9a6559
...
...
@@ -418,4 +418,8 @@
elphel393_pwr,channels_enable= "vcc_sens01 vp33sens01";
} ;
elphel393_mem: elphel393-mem@0 {
compatible = "elphel,elphel393-mem-1.00";
memsize = <25600>;
} ;
} ;
conf/machine/boards/microzed/microzed.dtsi
View file @
0d9a6559
...
...
@@ -319,4 +319,8 @@
reg
=
<
0xf8007100
0x20
>;
}
;
}
;
elphel393_mem
:
elphel393
-
mem
@
0
{
compatible
=
"elphel,elphel393-mem-1.00"
;
memsize
=
<
25600
>;
}
;
}
;
recipes-kernel/linux/linux-xlnx/drivers-elphel.patch
View file @
0d9a6559
...
...
@@ -13,9 +13,11 @@ Index: git/drivers/Makefile
===================================================================
--- git.orig/drivers/Makefile 2013-12-19 21:21:09.941007583 -0700
+++ git/drivers/Makefile 2013-12-20 22:32:20.929948050 -0700
@@ -156,3 +156,
5
@@
@@ -156,3 +156,
6
@@
obj-y += xilinx_common/
obj-$(CONFIG_PMODS) += pmods/
+
+obj-$(CONFIG_ELPHEL393) += elphel/
+obj-$(CONFIG_ELPHELDRVONMICROZED) += elphel/
recipes-kernel/linux/linux-xlnx_3.10.bbappend
View file @
0d9a6559
...
...
@@ -53,3 +53,4 @@ do_unpack_append() {
print("Copying ${linux-elphel_gitdir}/src/ over ${S}\n")
os.system("cp -rfv ${linux-elphel_gitdir}/src/* ${S}")
}
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