aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorClaudio Carvalho <cclaudio@linux.vnet.ibm.com>2016-09-28 05:01:07 -0300
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-10 15:26:43 +1100
commitfab5418b256817e2695aa653d4840bfa5b5be53b (patch)
treeb01af002f2bbd64dc78df626511ca1151f3e8729 /.gitignore
parent154e85cc937d5cf6b3c50328805e2de7ea56381c (diff)
downloadskiboot-fab5418b256817e2695aa653d4840bfa5b5be53b.zip
skiboot-fab5418b256817e2695aa653d4840bfa5b5be53b.tar.gz
skiboot-fab5418b256817e2695aa653d4840bfa5b5be53b.tar.bz2
libstb: add required container header structures
The full container header layout will be released soon either as a separate github project or as part of hostboot. This adds the secure boot header structures required by skiboot, and also implements some helper routines related to containers. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: Add unit test, print utility, use zero length arrays to ensure sizeof() works correctly, add parsing function] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d18fe6..02a00cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -73,6 +73,8 @@ libflash/test/test-blocklevel
libflash/test/test-flash
libflash/test/test-ecc
libflash/test/test-flash-gcov
+libstb/test/run-stb-container
+libstb/test/*-gcov
test/hello_world/hello_kernel/hello_kernel
zImage.epapr
vgcore.*