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
bc18068d
Commit
bc18068d
authored
Sep 17, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get devicetrees from linux-elphel
parent
662d5bd8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
2 deletions
+14
-2
bootargs-mmc.dtsi
conf/machine/boards/elphel393_alt/bootargs-mmc.dtsi
+0
-0
bootargs-nand.dtsi
conf/machine/boards/elphel393_alt/bootargs-nand.dtsi
+0
-0
bootargs-ram.dtsi
conf/machine/boards/elphel393_alt/bootargs-ram.dtsi
+0
-0
elphel393.dts
conf/machine/boards/elphel393_alt/elphel393.dts
+0
-0
zynq-base.dtsi
conf/machine/boards/elphel393_alt/zynq-base.dtsi
+0
-0
device-tree.bbappend
recipes-bsp/device-tree/device-tree.bbappend
+14
-2
No files found.
conf/machine/boards/elphel393/bootargs-mmc.dtsi
→
conf/machine/boards/elphel393
_alt
/bootargs-mmc.dtsi
View file @
bc18068d
File moved
conf/machine/boards/elphel393/bootargs-nand.dtsi
→
conf/machine/boards/elphel393
_alt
/bootargs-nand.dtsi
View file @
bc18068d
File moved
conf/machine/boards/elphel393/bootargs-ram.dtsi
→
conf/machine/boards/elphel393
_alt
/bootargs-ram.dtsi
View file @
bc18068d
File moved
conf/machine/boards/elphel393/elphel393.dts
→
conf/machine/boards/elphel393
_alt
/elphel393.dts
View file @
bc18068d
File moved
conf/machine/boards/elphel393/zynq-base.dtsi
→
conf/machine/boards/elphel393
_alt
/zynq-base.dtsi
View file @
bc18068d
File moved
recipes-bsp/device-tree/device-tree.bbappend
View file @
bc18068d
# add dtsi's
SRC_URI += "file://*.dtsi"
FILESEXTRAPATHS_append := "${TOPDIR}/../../linux-elphel/src/arch/arm/boot/dts:"
SRC_URI += "file://elphel393.dts \
file://elphel393-zynq-base.dtsi \
file://elphel393-bootargs-mmc.dtsi \
file://elphel393-bootargs-nand.dtsi \
file://elphel393-bootargs-ram.dtsi \
"
MACHINE_DEVICETREE := "\
elphel393.dts \
"
do_deploy(){
for DTS_FILE in ${DEVICETREE}; do
...
...
@@ -42,7 +54,7 @@ do_compile() {
for DTS_FILE in ${DEVICETREE}; do
DTS_NAME=`basename ${DTS_FILE} | awk -F "." '{print $1}'`
for RLOC in ${PRODUCTION_ROOT_LOCATION}; do
ln -sf ${WORKDIR}/devicetree/
bootargs-${RLOC}.dtsi ${WORKDIR}/devicetree/
bootargs.dtsi
ln -sf ${WORKDIR}/devicetree/
elphel393-bootargs-${RLOC}.dtsi ${WORKDIR}/devicetree/elphel393-
bootargs.dtsi
dtc -I dts -O dtb ${DEVICETREE_FLAGS} -o ${DTS_NAME}_${RLOC}.dtb ${DTS_FILE}
done
done
...
...
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