Changeset 33540 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h
r29081 r33540 34 34 35 35 Abstract: 36 Defi ves data structures per Multi Processor Specification Ver 1.4.36 Defines data structures per Multi Processor Specification Ver 1.4. 37 37 38 38 --*/ -
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c
r29081 r33540 69 69 70 70 Returns: 71 EFI_SUC EESS - Convert Table successfully71 EFI_SUCCESS - Convert Table successfully 72 72 Other - Failed 73 73 … … 109 109 Routine Description: 110 110 111 Convert Smbios Table if the Location of the SMBios Table is lower than Addres 0x100000111 Convert Smbios Table if the Location of the SMBios Table is lower than Address 0x100000 112 112 Assumption here: 113 113 As in legacy Bios, Smbios table is required to place in E/F Seg, … … 118 118 119 119 Returns: 120 EFI_SUC EESS - Convert Table successfully120 EFI_SUCCESS - Convert Table successfully 121 121 Other - Failed 122 122 … … 195 195 Routine Description: 196 196 197 Convert MP Table if the Location of the SMBios Table is lower than Addres 0x100000197 Convert MP Table if the Location of the SMBios Table is lower than Address 0x100000 198 198 Assumption here: 199 199 As in legacy Bios, MP table is required to place in E/F Seg, … … 204 204 205 205 Returns: 206 EFI_SUC EESS - Convert Table successfully206 EFI_SUCCESS - Convert Table successfully 207 207 Other - Failed 208 208 … … 306 306 307 307 Returns: 308 EFI_SUC EESS - Convert Table successfully308 EFI_SUCCESS - Convert Table successfully 309 309 Other - Failed 310 310
Note:
See TracChangeset
for help on using the changeset viewer.