Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/OvmfPkgIa32.dsc
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/OvmfPkgIa32.dsc
r106190 r108794 2 2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform 3 3 # 4 # Copyright (c) 2006 - 202 3, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2006 - 2024, Intel Corporation. All rights reserved.<BR> 5 5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR> 6 6 # Copyright (c) Microsoft Corporation. … … 54 54 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE 55 55 DEFINE NETWORK_ISCSI_ENABLE = TRUE 56 DEFINE NETWORK_PXE_BOOT_ENABLE = TRUE 56 57 57 58 !include NetworkPkg/NetworkDefines.dsc.inc … … 294 295 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf 295 296 CcExitLib|UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.inf 297 TdxLib|MdePkg/Library/TdxLib/TdxLib.inf 296 298 TdxMailboxLib|OvmfPkg/Library/TdxMailboxLib/TdxMailboxLibNull.inf 299 TdxHelperLib|OvmfPkg/IntelTdx/TdxHelperLib/TdxHelperLibNull.inf 297 300 298 301 [LibraryClasses.common.SEC] … … 657 660 # Network Pcds 658 661 # 659 !include NetworkPkg/Network Pcds.dsc.inc662 !include NetworkPkg/NetworkFixedPcds.dsc.inc 660 663 661 664 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000 … … 693 696 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0 694 697 !endif 695 !ifndef $(VBOX)696 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280697 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800698 !else699 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024700 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768701 !endif702 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0703 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0704 698 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE 705 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0706 699 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0 707 700 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0 … … 709 702 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0 710 703 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0 704 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0 705 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000 711 706 712 707 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0 713 708 714 709 # Set video resolution for text setup. 710 !ifndef $(VBOX) 715 711 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 716 712 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 713 !else 714 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|FALSE 715 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024 716 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768 717 !endif 717 718 718 719 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208 … … 743 744 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01 744 745 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000 746 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout2|100000 745 747 !endif 746 748 … … 748 750 749 751 !include OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc 750 751 # IPv4 and IPv6 PXE Boot support. 752 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01 753 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01 752 !include OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc 753 754 !include NetworkPkg/NetworkDynamicPcds.dsc.inc 754 755 755 756 # Set ConfidentialComputing defaults … … 808 809 809 810 OvmfPkg/PlatformPei/PlatformPei.inf 811 810 812 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf { 811 813 <LibraryClasses> … … 895 897 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf 896 898 !ifndef $(VBOX) 897 OvmfPkg/VirtioRngDxe/VirtioRng.inf898 899 OvmfPkg/VirtioSerialDxe/VirtioSerial.inf 899 !else 900 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf 900 OvmfPkg/VirtioKeyboardDxe/VirtioKeyboard.inf 901 901 !endif 902 902 !if $(PVSCSI_ENABLE) == TRUE … … 996 996 !include NetworkPkg/NetworkComponents.dsc.inc 997 997 !include OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc 998 999 OvmfPkg/VirtioNetDxe/VirtioNet.inf 1000 !ifdef $(VBOX) 1001 VBoxPkg/E1kNetDxe/E1kNet.inf 1002 !endif 1003 1004 # 1005 # Usb Support 1006 # 1007 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf 1008 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf 1009 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf 1010 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf 1011 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf 1012 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf 1013 998 !include OvmfPkg/Include/Dsc/UsbComponents.dsc.inc 1014 999 !include OvmfPkg/Include/Dsc/ShellComponents.dsc.inc 1000 !include OvmfPkg/Include/Dsc/MorLock.dsc.inc 1001 !include OvmfPkg/Include/Dsc/OvmfRngComponents.dsc.inc 1015 1002 1016 1003 !if $(SECURE_BOOT_ENABLE) == TRUE
Note:
See TracChangeset
for help on using the changeset viewer.