mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
This patch adds ArmFfaConsoleDebugLib. A debug library that utilizes FF-A Console Log API to print debug messages to the console. This is useful in context of running the StandaloneMm payload as a S-EL0 SP on top of SPMC where StandaloneMm isn't allowed to access console device or no console device (e.x) Hafnium. NOTE: FFA_CONSOLE_LOG* could be used by secure partition only. Signed-off-by: Mohamed Gamal Morsy <mohamed.morsy@arm.com>
16 lines
535 B
Text
16 lines
535 B
Text
// /** @file
|
|
// Instance of FF-A Concole Debug log Library.
|
|
//
|
|
//
|
|
// Copyright (c) 2025, Arm Limited. All rights reserved.<BR>
|
|
// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Instance of FF-A Console Debug log library"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "It uses Print Library to produce formatted output strings using the FF-A debug log interface."
|
|
|