aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-12-15 15:32:09 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-12-15 16:47:41 +1100
commit4f1f5c2dda167d556c704d1821a321949a68a62c (patch)
tree5b2048a8835e5350437e7c094721a2dc62be8e47 /.gitignore
parent8b794c5312203452e46f4b4f397ae062f408bf6e (diff)
downloadskiboot-4f1f5c2dda167d556c704d1821a321949a68a62c.zip
skiboot-4f1f5c2dda167d556c704d1821a321949a68a62c.tar.gz
skiboot-4f1f5c2dda167d556c704d1821a321949a68a62c.tar.bz2
Add hello_world tiny payload to test with mambo (if available)
Just calls OPAL_CONSOLE_WRITE with "Hello World!" and with mambo we can execute this tiny boot test in not much time at all. Good little sanity check. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fb5ed3a..2304666 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,5 @@ libc/test/run-time
libc/test/run-time-gcov
libflash/test/test-flash
libflash/test/test-flash-gcov
+test/hello_world/hello_kernel/hello_kernel
VERSION