TrenchBoot / landing-zone

An open source implementation of an AMD-V Secure Loader.
GNU General Public License v2.0
23 stars 7 forks source link

Configurable builds #31

Open dpsmith opened 4 years ago

dpsmith commented 4 years ago

Description

The LZ must fit within 64Kb to include initial stack and there are feature that are either exclusive or unnecessary for other features, e.g.supporting both TPM1.2 and TPM2.0, debug features, or experimental/alternative features. It is desirable to be able to support the ability to enable/disable these features.

Tasks