X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FCpuExceptionHandlerLib%2FPeiCpuExceptionHandlerLib.inf;h=783260e39a857dbab62ee97ade22c9ee5eebbbb4;hp=4c0d4351364d14228aa2fdc6c9edfeb61c2a879d;hb=236601136fea5dcfad4b57ce4a81cf980a22e1f4;hpb=ec51c05936ee46f5a8cc11e3b127e153af3e3943 diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf index 4c0d435136..783260e39a 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf @@ -1,7 +1,7 @@ ## @file # CPU Exception Handler library instance for PEI module. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -28,7 +28,6 @@ # [Sources.Ia32] - Ia32/ExceptionHandlerAsm.asm Ia32/ExceptionHandlerAsm.nasm Ia32/ExceptionTssEntryAsm.nasm Ia32/ExceptionHandlerAsm.S @@ -36,7 +35,6 @@ Ia32/ArchInterruptDefs.h [Sources.X64] - X64/ExceptionHandlerAsm.asm X64/ExceptionHandlerAsm.nasm X64/ExceptionHandlerAsm.S X64/ArchExceptionHandler.c