fundemental: split out UKI defines into its own header
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Aug 2023 09:22:01 +0000 (11:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 24 Aug 2023 11:40:37 +0000 (13:40 +0200)
commit46c5a1383a1b269edc7304bc9fe44e2600b431de
tree047e654b6de9068c40db457d73959e7b46af3713
parent2099cd6289981f51e9f8b4b9bf028eca36c9ad52
fundemental: split out UKI defines into its own header

The UKI sections have little to do with the PCRs, hence give them their
own header.
src/boot/efi/stub.c
src/boot/measure.c
src/fundamental/meson.build
src/fundamental/tpm-pcr.c [deleted file]
src/fundamental/tpm-pcr.h
src/fundamental/uki.c [new file with mode: 0644]
src/fundamental/uki.h [new file with mode: 0644]