Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include
- Timestamp:
- Mar 31, 2025 11:31:09 AM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 8 added
- 6 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/MdeModulePkg/Include/Guid/AcpiS3Context.h
r105670 r108794 2 2 Definitions for data structures used in S3 resume. 3 3 4 Copyright (c) 2011 - 202 3, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2011 - 2024, Intel Corporation. All rights reserved.<BR> 5 5 6 6 SPDX-License-Identifier: BSD-2-Clause-Patent … … 31 31 EFI_PHYSICAL_ADDRESS ReturnContext2; 32 32 EFI_PHYSICAL_ADDRESS ReturnStackPointer; 33 EFI_PHYSICAL_ADDRESS MpService2Ppi;34 33 EFI_PHYSICAL_ADDRESS Smst; 35 34 } SMM_S3_RESUME_STATE; -
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Guid/MigratedFvInfo.h
r105670 r108794 2 2 Migrated FV information 3 3 4 Copyright (c) 2020 , Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2020 - 2024, Intel Corporation. All rights reserved.<BR> 5 5 SPDX-License-Identifier: BSD-2-Clause-Patent 6 6 … … 19 19 // FV measurement). 20 20 // 21 #define FLAGS_FV_RAW_DATA_COPY BIT0 21 #define FLAGS_FV_RAW_DATA_COPY BIT0 22 #define FLAGS_FV_MIGRATE_BEFORE_PEI_CORE_REENTRY BIT1 22 23 23 24 /// … … 51 52 typedef struct { 52 53 UINT32 FvOrgBase; // original FV address 53 UINT32 FvNewBase; // new FV address 54 UINT32 FvNewBase; // new FV address, 0 means rebased data is not copied 54 55 UINT32 FvDataBase; // original FV data, 0 means raw data is not copied 55 56 UINT32 FvLength; // Fv Length -
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Library/DebugAgentLib.h
r99404 r108794 22 22 #define DEBUG_AGENT_INIT_DXE_UNLOAD 11 23 23 #define DEBUG_AGENT_INIT_THUNK_PEI_IA32TOX64 12 24 #define DEBUG_AGENT_INIT_REINITIALIZE 13 25 #define DEBUG_AGENT_INIT_DXE_CORE_LATE 14 24 26 25 27 // -
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Ppi/AtaPassThru.h
r99404 r108794 142 142 on the port of the ATA controller, then EFI_NOT_FOUND is returned. 143 143 144 When port multiplier is not connected to the Port, GetNextDevice() may either return 145 EFI_SUCCESS and set PortMultiplierPort to 0xFFFF or return EFI_NOT_FOUND (in which case the 146 PortMultiplierPort value is undefined). 147 144 148 @param[in] This The PPI instance pointer. 145 149 @param[in] Port The port number present on the ATA controller. -
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
r105670 r108794 28 28 #define USB_RNDIS_SUBCLASS 0x04 29 29 #define USB_RNDIS_ETHERNET_PROTOCOL 0x01 30 31 // Type Values for the DescriptorType Field32 #define CS_INTERFACE 0x2433 #define CS_ENDPOINT 0x2534 30 35 31 // Descriptor SubType in Functional Descriptors
Note:
See TracChangeset
for help on using the changeset viewer.