Completely removed TPM support

TPMs don't align with my ideology, and honestly I don't trust them (Most likely backdoored), so there is NO TPM SUPPORT now.
This commit is contained in:
2026-02-17 10:16:58 +10:00
parent 5784877773
commit d9b4429946
17 changed files with 6 additions and 4340 deletions
-7
View File
@@ -22,7 +22,6 @@
#include "output.h" // dprintf
#include "string.h" // memset
#include "util.h" // kbd_init
#include "tcgbios.h" // tpm_*
/****************************************************************
@@ -152,17 +151,11 @@ platform_hardware_setup(void)
// Setup timers and periodic clock interrupt
timer_setup();
clock_setup();
// Initialize TPM
tpm_setup();
}
void
prepareboot(void)
{
// Change TPM phys. presence state befor leaving BIOS
tpm_prepboot();
// Run BCVs
bcv_prepboot();