]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/libmetal.git/commit
Add ZynqMP AMP DEMO
authorWendy Liang <jliang@xilinx.com>
Wed, 24 Aug 2016 00:04:04 +0000 (17:04 -0700)
committerWendy Liang <jliang@xilinx.com>
Wed, 7 Sep 2016 00:29:22 +0000 (17:29 -0700)
commitcf86806f3a6cac15fce7cf4e1f4190d9afee610c
tree332bd4119dd834eb4d3e3f19da97e11b19f7aaf5
parent38119d1597167d4c42694301fe09018bfba59654
Add ZynqMP AMP DEMO

Add a demo on ZynqMP to demonstrate use shared memory
between A53 and R5.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
17 files changed:
CMakeLists.txt
examples/CMakeLists.txt [new file with mode: 0644]
examples/system/CMakeLists.txt [new file with mode: 0644]
examples/system/generic/CMakeLists.txt [new file with mode: 0644]
examples/system/generic/zynqmp_r5/CMakeLists.txt [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/CMakeLists.txt [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/libmetal_amp_demo.c [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/lscript.ld [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/platform_config.h [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/sys_init.c [new file with mode: 0644]
examples/system/generic/zynqmp_r5/zynqmp_amp_demo/sys_init.h [new file with mode: 0644]
examples/system/linux/CMakeLists.txt [new file with mode: 0644]
examples/system/linux/zynqmp/CMakeLists.txt [new file with mode: 0644]
examples/system/linux/zynqmp/zynqmp_amp_demo/CMakeLists.txt [new file with mode: 0644]
examples/system/linux/zynqmp/zynqmp_amp_demo/init_linux.c [new file with mode: 0644]
examples/system/linux/zynqmp/zynqmp_amp_demo/libmetal_amp_demo.c [new file with mode: 0644]
examples/system/linux/zynqmp/zynqmp_amp_demo/libmetal_amp_demod.c [new file with mode: 0644]