mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-17 15:48:10 +02:00
ArmTransferList is used to pass boot information according to firmware handoff protocol specification [0]. When initializing StandaloneMm, it gets boot information from the PHIT HOB in the TransferList. [0] https://github.com/FirmwareHandoff/firmware_handoff Signed-off-by: Levi Yun <yeoreum.yun@arm.com>
28 lines
728 B
INI
28 lines
728 B
INI
## @file
|
|
# Library that implements the helper functions to parse and pack a
|
|
# Transfer List according to the A-profile Firmware Handoff Specification.
|
|
#
|
|
# Copyright (c) 2024, Arm Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001C
|
|
BASE_NAME = ArmTransferListLib
|
|
FILE_GUID = 3BD1750F-FB52-4AA8-B91E-D00EFA5D7D29
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ArmTransferListLib
|
|
|
|
[Sources]
|
|
ArmTransferListLib.c
|
|
|
|
[Packages]
|
|
ArmPkg/ArmPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|