Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/ResetVector
- Timestamp:
- Aug 14, 2024 1:16:30 PM (6 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 4 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-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/ResetVector/Vtf0/Ia16/Init16.asm
r80721 r105670 19 19 20 20 ; 21 ; @param[out] DI 'AP' to indicate application processor22 ;23 EarlyApInitReal16:24 mov di, 'AP'25 jmp short Main1626 27 ;28 21 ; Modified: EAX 29 22 ; -
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/ResetVector/Vtf0/Ia16/Real16ToFlat32.asm
r99404 r105670 8 8 ;------------------------------------------------------------------------------ 9 9 10 %define SEC_DEFAULT_CR0 0x 4000002310 %define SEC_DEFAULT_CR0 0x00000023 11 11 %define SEC_DEFAULT_CR4 0x640 12 12 -
trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/ResetVector/Vtf0/Ia16/ResetVectorVtf0.asm
r99404 r105670 33 33 %endif 34 34 35 applicationProcessorEntryPoint:36 35 ; 37 ; Application Processors entry point36 ; 0xffffffe0 38 37 ; 39 ; GenFv generates code aligned on a 4k boundary which will jump to this 40 ; location. (0xffffffe0) This allows the Local APIC Startup IPI to be 41 ; used to wake up the application processors. 42 ; 43 jmp EarlyApInitReal16 44 45 ALIGN 8 46 47 DD 0 38 DD 0, 0, 0 48 39 49 40 ; 50 ; The VTF signature 41 ; The VTF signature (0xffffffec) 51 42 ; 52 43 ; VTF-0 means that the VTF (Volume Top File) code does not require
Note:
See TracChangeset
for help on using the changeset viewer.