From 9b4aa7602e3ae93efc0b4956653b00c0062de07b Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 24 May 2016 11:00:17 +0800 Subject: [PATCH] UefiCpuPkg/ExceptionLib: Rename DxeSmmCpuException.c Rename DxeSmmCpuException.c to PeiDxeSmmCpuException.c that will be used by PeiCpuExceptionHandlerLib. Cc: Michael Kinney Cc: Jiewen Yao Cc: Feng Tian Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Feng Tian --- .../CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf | 4 ++-- .../{DxeSmmCpuException.c => PeiDxeSmmCpuException.c} | 4 ++-- .../CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename UefiCpuPkg/Library/CpuExceptionHandlerLib/{DxeSmmCpuException.c => PeiDxeSmmCpuException.c} (95%) diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf index 316ed55b2a..2d321494c2 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf @@ -1,7 +1,7 @@ ## @file # CPU Exception Handler library instance for DXE modules. # -# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, 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 @@ -42,7 +42,7 @@ [Sources.common] CpuExceptionCommon.h CpuExceptionCommon.c - DxeSmmCpuException.c + PeiDxeSmmCpuException.c DxeException.c [Packages] diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c similarity index 95% rename from UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c rename to UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c index d1291aa0eb..cb180bd28c 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuException.c +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c @@ -1,7 +1,7 @@ /** @file - CPU Exception Library provides DXE/SMM CPU common exception handler. + CPU Exception Library provides PEI/DXE/SMM CPU common exception handler. -Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2012 - 2016, 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 that accompanies this distribution. The full text of the license may be found at diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf index 59f2d4d26d..549c74748d 100644 --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf @@ -1,7 +1,7 @@ ## @file # CPU Exception Handler library instance for SMM modules. # -# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, 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 @@ -42,7 +42,7 @@ [Sources.common] CpuExceptionCommon.h CpuExceptionCommon.c - DxeSmmCpuException.c + PeiDxeSmmCpuException.c SmmException.c [Packages] -- 2.39.2