UefiCpuPkg: Add CpuMmuLib to UefiCpuPkg
Add a new base library named CpuMmuLib and add a LoongArch64 instance with in the library. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4734 Cc: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Chao Li <lichao@loongson.cn> Co-authored-by: Baoqi Zhang <zhangbaoqi@loongson.cn> Co-authored-by: Dongyan Qian <qiandongyan@loongson.cn> Co-authored-by: Xianglai Li <lixianglai@loongson.cn> Co-authored-by: Bibo Mao <maobibo@loongson.cn> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
14
UefiCpuPkg/Library/CpuMmuLib/CpuMmuLib.uni
Normal file
14
UefiCpuPkg/Library/CpuMmuLib/CpuMmuLib.uni
Normal file
@@ -0,0 +1,14 @@
|
||||
// /** @file
|
||||
// CPU Memory Manager Unit library instance.
|
||||
//
|
||||
// CPU Memory Manager Unit library instance.
|
||||
//
|
||||
// Copyright (c) 2024, Loongson Technology Corporation Limited. All rights reserved.<BR>
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#string STR_MODULE_ABSTRACT #language en-US "CPU Memory Manager Unit library instance."
|
||||
|
||||
#string STR_MODULE_DESCRIPTION #language en-US "CPU Memory Manager Unit library instance."
|
Reference in New Issue
Block a user