Skip to content

Commit

Permalink
add SDSoC generation files
Browse files Browse the repository at this point in the history
Decided to version control some files that are helpful for creating
SDSoC platforms from this project. Also added an FSBL sdk project
because it is needed for the SDSoC Platform
  • Loading branch information
sbobrowicz committed Feb 27, 2017
1 parent f787b55 commit 33f27af
Show file tree
Hide file tree
Showing 55 changed files with 13,406 additions and 14 deletions.
180 changes: 180 additions & 0 deletions sdk/fsbl/.cproject

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sdk/fsbl/.gitignore
@@ -0,0 +1 @@
/Debug/
33 changes: 33 additions & 0 deletions sdk/fsbl/.project
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>fsbl</name>
<comment>Created by SDK v2016.4. fsbl_bsp - ps7_cortexa9_0</comment>
<projects>
<project>fsbl_bsp</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>src/ps7_init.c</name>
<type>1</type>
<locationURI>WORKSPACE_LOC/Arty_Z7_20_wrapper_hw_platform_0/ps7_init.c</locationURI>
</link>
</linkedResources>
</projectDescription>
Binary file added sdk/fsbl/bootimage/BOOT.bin
Binary file not shown.
6 changes: 6 additions & 0 deletions sdk/fsbl/bootimage/fsbl.bif
@@ -0,0 +1,6 @@
//arch = zynq; split = false; format = BIN
the_ROM_image:
{
[bootloader]C:\sam_work\git\digilent\Arty-Z7-20-base\sdk\fsbl\Debug\fsbl.elf
C:\sam_work\git\digilent\Arty-Z7-20-base\sdk\Arty_Z7_20_wrapper_hw_platform_0\Arty_Z7_20_wrapper.bit
}
2 changes: 2 additions & 0 deletions sdk/fsbl/src/Xilinx.spec
@@ -0,0 +1,2 @@
*startfile:
crti%O%s crtbegin%O%s

0 comments on commit 33f27af

Please sign in to comment.