]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/ResetVector/Vtf0/PostCodes.inc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / PostCodes.inc
1 ;------------------------------------------------------------------------------
2 ; @file
3 ; Definitions of POST CODES for the reset vector module
4 ;
5 ; Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
6 ; SPDX-License-Identifier: BSD-2-Clause-Patent
7 ;
8 ;------------------------------------------------------------------------------
9
10 %define POSTCODE_16BIT_MODE 0x16
11 %define POSTCODE_32BIT_MODE 0x32
12 %define POSTCODE_64BIT_MODE 0x64
13
14 %define POSTCODE_BFV_NOT_FOUND 0xb0
15 %define POSTCODE_BFV_FOUND 0xb1
16
17 %define POSTCODE_SEC_NOT_FOUND 0xf0
18 %define POSTCODE_SEC_FOUND 0xf1
19