Add a simple hello_world example that also echos input
authorAnton Blanchard <anton@linux.ibm.com>
Fri, 23 Aug 2019 22:59:17 +0000 (08:59 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Fri, 23 Aug 2019 23:00:36 +0000 (09:00 +1000)
commit8bc3e8ea0ad3e62c05c1a4a16c0e0b63ee54f8cc
treeea60b4366c2920a2594589a325ca4f3029909f1b
parent01e6b8f583e8d5cd41c8eef1f7c27cb8e0f0e58c
Add a simple hello_world example that also echos input

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
fpga/hello_world.hex [new file with mode: 0644]
hello_world/Makefile [new file with mode: 0644]
hello_world/bin2hex.py [new file with mode: 0755]
hello_world/head.S [new file with mode: 0644]
hello_world/hello_world.c [new file with mode: 0644]
hello_world/powerpc.lds [new file with mode: 0644]