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:
@@ -38,14 +38,14 @@ SRCBOTH=misc.c stacks.c output.c string.c block.c cdrom.c disk.c \
|
||||
SRC16=$(SRCBOTH)
|
||||
SRC32FLAT=$(SRCBOTH) post.c e820map.c malloc.c romfile.c x86.c \
|
||||
optionroms.c pmm.c font.c boot.c bootsplash.c jpeg.c bmp.c \
|
||||
tcgbios.c sha1.c hw/pcidevice.c hw/ahci.c hw/pvscsi.c \
|
||||
hw/pcidevice.c hw/ahci.c hw/pvscsi.c \
|
||||
hw/usb-xhci.c hw/usb-hub.c hw/sdcard.c fw/coreboot.c \
|
||||
fw/lzmadecode.c fw/multiboot.c fw/csm.c fw/biostables.c \
|
||||
fw/paravirt.c fw/shadow.c fw/pciinit.c fw/smm.c fw/smp.c \
|
||||
fw/mtrr.c fw/xen.c fw/acpi.c fw/mptable.c fw/pirtable.c \
|
||||
fw/smbios.c fw/romfile_loader.c fw/dsdt_parser.c hw/virtio-ring.c \
|
||||
hw/virtio-pci.c hw/virtio-mmio.c hw/virtio-blk.c hw/virtio-scsi.c \
|
||||
hw/tpm_drivers.c hw/nvme.c sha256.c sha512.c
|
||||
hw/nvme.c
|
||||
SRC32SEG=string.c output.c pcibios.c apm.c stacks.c hw/pci.c hw/serialio.c
|
||||
DIRS=src src/hw src/fw vgasrc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user