]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/ResetVector/Ia16/ResetVectorOldTools.asm
Use InitializeFloatingPointUnits() from UefiCpuLib to initialize floating point units...
[mirror_edk2.git] / OvmfPkg / ResetVector / Ia16 / ResetVectorOldTools.asm
CommitLineData
49ba9447 1;------------------------------------------------------------------------------\r
2;\r
3; Copyright (c) 2008, Intel Corporation\r
4; All rights reserved. This program and the accompanying materials\r
5; are licensed and made available under the terms and conditions of the BSD License\r
6; which accompanies this distribution. The full text of the license may be found at\r
7; http://opensource.org/licenses/bsd-license.php\r
8;\r
9; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11;\r
12; Module Name:\r
13;\r
14; Reset-16Bit-old-tools.asm\r
15;\r
16; Abstract:\r
17;\r
18; First code exectuted by processor after resetting.\r
19;\r
20;------------------------------------------------------------------------------\r
21\r
22BITS 16\r
23\r
24earlyInit_Real16:\r
25\r
26 jmp real16InitSerialPort\r
27real16SerialPortInitReturn:\r
28\r
29 jmp to32BitFlat\r
30\r
31ALIGN 16\r
32\r
33;\r
34; Junk data. Old GenFv tool will modify data here.\r
35;\r
36 DQ 0, 0\r
37\r
38;\r
39; Reset Vector\r
40;\r
41; This is where the processor will begin execution\r
42;\r
43 jmp short earlyInit_Real16\r
44\r
45;\r
46; Junk data. Old GenFv tool will modify data here.\r
47;\r
48ALIGN 16\r
49\r
50fourGigabytes:\r
51\r