diff options
author | Claudio Carvalho <cclaudio@linux.vnet.ibm.com> | 2016-09-28 05:01:07 -0300 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-10-10 15:26:43 +1100 |
commit | fab5418b256817e2695aa653d4840bfa5b5be53b (patch) | |
tree | b01af002f2bbd64dc78df626511ca1151f3e8729 /.gitignore | |
parent | 154e85cc937d5cf6b3c50328805e2de7ea56381c (diff) | |
download | talos-skiboot-fab5418b256817e2695aa653d4840bfa5b5be53b.tar.gz talos-skiboot-fab5418b256817e2695aa653d4840bfa5b5be53b.zip |
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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.* |