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
f49dcc76
Commit
f49dcc76
authored
Nov 16, 2013
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified Xilinx Ethernet driver to work with Atheros AR8035
parent
9c74f866
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
325 additions
and
8 deletions
+325
-8
linux-xlnx.inc
recipes-kernel/linux/linux-xlnx.inc
+10
-8
xilinx_emacps_elphel393.patch
...pes-kernel/linux/linux-xlnx/xilinx_emacps_elphel393.patch
+315
-0
xilinx_nandps_elphel393.patch
...pes-kernel/linux/linux-xlnx/xilinx_nandps_elphel393.patch
+0
-0
No files found.
recipes-kernel/linux/linux-xlnx.inc
View file @
f49dcc76
...
...
@@ -11,30 +11,32 @@ SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1"
PR
=
"r1"
PV
=
"${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}"
SRC_URI_append
+=
"file://xilinx_nandps.patch"
SRC_URI_append
+=
" file://xilinx_nandps_elphel393.patch"
SRC_URI_append
+=
" file://xilinx_emacps_elphel393.patch"
# MACHINE=elphel393
SRC_URI_append_elphel393
+=
"file://elphel393_defconfig_${LINUX_VERSION}.cfg \
SRC_URI_append_elphel393
+=
"
file://elphel393_defconfig_${LINUX_VERSION}.cfg \
file://dts/elphel393.dts"
KERNEL_DEVICETREE_elphel393
=
"${WORKDIR}/dts/elphel393.dts"
#MACHINE=microzed
#Copy of zedboard's defconfig
SRC_URI_append_microzed
+=
"file://microzed_defconfig_${LINUX_VERSION}.cfg \
SRC_URI_append_microzed
+=
"
file://microzed_defconfig_${LINUX_VERSION}.cfg \
file://dts/microzed.dts"
KERNEL_DEVICETREE_microzed
=
"${WORKDIR}/dts/microzed.dts"
#MACHINE=zedboard
#Copy of zedboard's defconfig
SRC_URI_append_zedboard
+=
"file://microzed_defconfig_${LINUX_VERSION}.cfg \
SRC_URI_append_zedboard
+=
"
file://microzed_defconfig_${LINUX_VERSION}.cfg \
file://dts/zynq-zed.dts"
KERNEL_DEVICETREE_zedboard
=
"${WORKDIR}/dts/zynq-zed.dts"
#MACHINE=zc706
#Copy of zedboard's defconfig
SRC_URI_append_zc706
+=
"file://microzed_defconfig_${LINUX_VERSION}.cfg \
SRC_URI_append_zc706
+=
"
file://microzed_defconfig_${LINUX_VERSION}.cfg \
file://dts/zynq-zc706.dts"
KERNEL_DEVICETREE_zc706
=
"${WORKDIR}/dts/zynq-zc706.dts"
\ No newline at end of file
recipes-kernel/linux/linux-xlnx/xilinx_emacps_elphel393.patch
0 → 100644
View file @
f49dcc76
This diff is collapsed.
Click to expand it.
recipes-kernel/linux/linux-xlnx/xilinx_nandps.patch
→
recipes-kernel/linux/linux-xlnx/xilinx_nandps
_elphel393
.patch
View file @
f49dcc76
File moved
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