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

main: move PCR extension logic to a separate function #37

Closed krystian-hebel closed 4 years ago

krystian-hebel commented 4 years ago

The same checks will be used for every measured piece of data. For other boot protocols (e.g. Multiboot) there will be more than just the kernel to be measured. When IOMMU is implemented this function may also serve as a place for extending DMA protection.

Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com