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