Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Guid/FirmwarePerformance.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- 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 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Include/Guid/FirmwarePerformance.h
r58459 r77662 2 2 ACPI Firmware Performance Data Table (FPDT) implementation specific definitions. 3 3 4 Copyright (c) 2011 - 201 3, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 96 96 97 97 /// 98 /// Boot performance table for the performance record in SMM phase. 99 /// 100 /// 101 typedef struct { 102 EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER Header; ///< Common ACPI table header. 103 // 104 // one or more boot performance records. 105 // 106 } SMM_BOOT_PERFORMANCE_TABLE; 107 108 /// 98 109 /// Performance data pointed by Performance Pointer Record. 99 110 /// … … 117 128 // Log BOOT RECORD from SMM driver on boot time. 118 129 // 119 #define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_SIZE 1 120 #define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA 2 130 #define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_SIZE 1 131 #define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA 2 132 #define SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET 3 121 133 122 134 typedef struct { … … 125 137 UINTN BootRecordSize; 126 138 VOID *BootRecordData; 139 UINTN BootRecordOffset; 127 140 } SMM_BOOT_RECORD_COMMUNICATE; 128 141
Note:
See TracChangeset
for help on using the changeset viewer.