]> rtime.felk.cvut.cz Git - fpga/zynq/canbench-sw.git/commit
added system and petalinux configuration, scripts, makefiles
authorMartin Jerabek <jerabma7@fel.cvut.cz>
Fri, 25 Mar 2016 13:37:12 +0000 (14:37 +0100)
committerMartin Jerabek <jerabma7@fel.cvut.cz>
Wed, 30 Mar 2016 17:54:59 +0000 (19:54 +0200)
commit2d5a1a6d9084878c74570f613a310830180a6615
tree309c8bbee2c943eb2ee864f7d510c2df2d3613fd
parentcda36bdf3ca01db124f713ea2b333f204be887a7
added system and petalinux configuration, scripts, makefiles

TODO: remove HDL wrappers?
24 files changed:
petalinux/.gitignore [new file with mode: 0644]
petalinux/.petalinux/metadata [new file with mode: 0644]
petalinux/config.project [new file with mode: 0644]
petalinux/hw-description/metadata [new file with mode: 0644]
petalinux/subsystems/linux/config [new file with mode: 0644]
petalinux/subsystems/linux/configs/device-tree/pl.dtsi [new file with mode: 0644]
petalinux/subsystems/linux/configs/device-tree/system-top.dts [new file with mode: 0644]
petalinux/subsystems/linux/configs/generic/config [new file with mode: 0644]
petalinux/subsystems/linux/configs/kernel/config [new file with mode: 0644]
petalinux/subsystems/linux/configs/rootfs/config [new file with mode: 0644]
petalinux/subsystems/linux/configs/u-boot/config [new file with mode: 0644]
petalinux/subsystems/linux/configs/u-boot/platform-top.h [new file with mode: 0644]
petalinux/subsystems/linux/hw-description/metadata [new file with mode: 0644]
system/.gitignore [new file with mode: 0644]
system/ip/can_merge/can_merge.vhd [new file with mode: 0644]
system/ip/can_merge/component.xml [new file with mode: 0644]
system/ip/can_merge/xgui/can_merge_v1_0.tcl [new file with mode: 0644]
system/script/build.tcl [new file with mode: 0644]
system/script/recreate.tcl [new file with mode: 0644]
system/src/top/hdl/top.vhd [new file with mode: 0644]
system/src/top/hdl/top_wrapper.vhd [new file with mode: 0644]
system/src/top/top.bd [new file with mode: 0644]
system/src/top/top.bxml [new file with mode: 0644]
system/system.hdf [new file with mode: 0644]