VirtualBox

Changeset 83230 in vbox


Ignore:
Timestamp:
Mar 6, 2020 8:07:59 PM (5 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Add VBOX_WITH_EFI_SECURE_BOOT and VBOX_WITH_EFI_TPM to turn on secure boot and TPM support respectively (disabled by default)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r83215 r83230  
    533533# Enable EFI support
    534534VBOX_WITH_EFI = 1
     535# Enable Secure Boot in the EFI firmware.
     536VBOX_WITH_EFI_SECURE_BOOT =
     537# Enable TPM support in the EFI firmware.
     538VBOX_WITH_EFI_TPM =
    535539# Embed the EFI firmwares in VBoxDD2.dll/dylib/so.
    536540VBOX_WITH_EFI_IN_DD2 = 1
  • trunk/src/VBox/Devices/EFI/Firmware/Makefile.kmk

    r82968 r83230  
    216216        -D VBOX=1 \
    217217        -D VBOX_WITH_OVMF=1 \
     218        $(if $(VBOX_WITH_EFI_SECURE_BOOT),-D "SECURE_BOOT_ENABLE=1") \
     219        $(if $(VBOX_WITH_EFI_TPM),-D "TPM2_ENABLE=1") \
     220        $(if $(VBOX_WITH_EFI_TPM),-D "TPM2_CONFIG_ENABLE=1") \
    218221        -D BUILD_NEW_SHELL=1 \
    219222        -D VBOX_REV=$(VBOX_SVN_REV) \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette