/** @file
Platform layer for the secure partition interrupt handler using FF-A.
Copyright (c), Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Base.h>
#include <Library/DebugLib.h>
#include <Library/PlatformFfaInterruptLib.h>
/**
Secure Partition interrupt handler.
@param InterruptId The interrupt ID.
**/
VOID
EFIAPI
SecurePartitionInterruptHandler (
UINT32 InterruptId
)
{
DEBUG ((DEBUG_INFO, "%a Received interrupt ID 0x%x\n", __func__, InterruptId));
}microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
FfaFeaturePkg/Library/PlatformFfaInterruptLibNull/PlatformFfaInterruptLib.c
27lines · modepreview