X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseCacheMaintenanceLib%2FBaseCacheMaintenanceLib.inf;h=33114243d571a675ba80251646d5887918ea6813;hp=9d84b066b4f21d2c6523a8c75db3d61ea65d3ece;hb=HEAD;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6 diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf index 9d84b066b4..6fd9cbe5f6 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf +++ b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf @@ -1,53 +1,58 @@ -#/** @file -# Component description file for Base Cache Maintenance Library +## @file +# Instance of Cache Maintenance Library using Base Library services. # -# Cache Maintenance Library that uses Base Library services to maintain caches. +# Cache Maintenance Library that uses Base Library services to maintain caches. # This library assumes there are no chipset dependencies required to maintain caches. -# Copyright (c) 2007 - 2007, 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 -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
+# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.
+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.
# +# SPDX-License-Identifier: BSD-2-Clause-Patent # -#**/ +# +## [Defines] INF_VERSION = 0x00010005 BASE_NAME = BaseCacheMaintenanceLib + MODULE_UNI_FILE = BaseCacheMaintenanceLib.uni FILE_GUID = 123dd843-57c9-4158-8418-ce68b3944ce7 MODULE_TYPE = BASE - VERSION_STRING = 1.0 - LIBRARY_CLASS = CacheMaintenanceLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 + VERSION_STRING = 1.1 + LIBRARY_CLASS = CacheMaintenanceLib # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64 LOONGARCH64 # -[Sources.Ia32] - x86Cache.c +[Sources.IA32] + X86Cache.c [Sources.X64] - x86Cache.c - -[Sources.IPF] - IpfCache.c + X86Cache.c [Sources.EBC] EbcCache.c +[Sources.ARM] + ArmCache.c + +[Sources.AARCH64] + ArmCache.c + +[Sources.RISCV64] + RiscVCache.c + +[Sources.LOONGARCH64] + LoongArchCache.c + [Packages] MdePkg/MdePkg.dec [LibraryClasses] - DebugLib - -[LibraryClasses.common] BaseLib + DebugLib