libbaremetal

libbaremetal is composed of several sub-libraries which provide, libc stubs (think string.h's mem(), str()); utility functions (e.g., HPT abstraction, command line parameter parsing); TPM functions; and general cryptography routines (both asymmetric and symmetric). The following are the included sub-libraries and their functionality:

Building

libbaremetal and sub-libraries are typically built using an out-of-tree build process as follows:

cd mybuilddir
make -f <path-to-libbaremetal-src>/Makefile

libbaremetal can also be built in-tree if needed as follows:

make

this will result in the objects and sub-libraries being generated in the _objects directory.


Generated Tue Oct 22 15:36:02 CDT 2013 from xmhf's ./xmhf/src/libbaremetal/README.md