mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-19 00:28:11 +02:00
Add a serial port hook library in LoongArchVirt named Fdt16550SerialProtHookLib, this library is referenced from ArmVirtPkg. LoongArch QEMU virtual machine uses register of LOONGARCH_CSR_KS1 to transfer serial port base addres from the PEI phase to the DXE phase. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584 Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Bibo Mao <maobibo@loongson.cn> Cc: Dongyan Qian <qiandongyan@loongson.cn> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Bibo Mao <maobibo@loongson.cn> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
36 lines
1.0 KiB
INI
36 lines
1.0 KiB
INI
## @file
|
|
# PEI Phase Early Platform Hook Library instance for 16550 Uart.
|
|
#
|
|
# Copyright (c) 2020, ARM Ltd. All rights reserved.<BR>
|
|
# Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.29
|
|
BASE_NAME = EarlyFdt16550SerialPortHookLib
|
|
MODULE_UNI_FILE = Fdt16550SerialPortHookLib.uni
|
|
FILE_GUID = 6A5FEBCB-C676-A7C1-A96C-B79D4860EEC5
|
|
MODULE_TYPE = PEIM
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PlatformHookLib|SEC PEI_CORE PEIM
|
|
|
|
[Sources]
|
|
EarlyFdt16550SerialPortHookLib.c
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
PcdLib
|
|
|
|
[Packages]
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
[Pcd]
|
|
gUefiOvmfPkgTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
|