Skip to content

Commit

Permalink
IntelFsp2Pkg: Update Section Name in INF files
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <[email protected]>
Cc: Jiewen Yao <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
  • Loading branch information
lgao4 committed Oct 10, 2017
1 parent f37bcdd commit 034b941
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.inf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## @file
# Component information file for the FSP notify phase PEI module.
#
#@copyright
# Copyright (c) 2016 Intel Corporation. All rights reserved.
# Copyright (c) 2016 - 2017, 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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## @file
# NULL instance of Base cache as RAM.
#
# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand All @@ -12,15 +12,15 @@
#
##

[defines]
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseCacheAsRamLibNull
FILE_GUID = 630AEB10-2106-4234-9DB3-836A3663F50D
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = CacheAsRamLib

[sources.common]
[Sources.common]
DisableCacheAsRamNull.c

[Packages]
Expand Down
6 changes: 3 additions & 3 deletions IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## @file
# Instance of BaseCache.
#
# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
Expand All @@ -12,15 +12,15 @@
#
##

[defines]
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseCacheLib
FILE_GUID = 8EF3A653-DA8B-4FFA-BB85-FF47406DB9F0
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = CacheLib

[sources.IA32]
[Sources.IA32]
CacheLib.c
CacheLibInternal.h

Expand Down

0 comments on commit 034b941

Please sign in to comment.