On 9/19/2022 12:21 PM, PierreGondois wrote:
+/** Monitor call.
+
+ An HyperVisor Call (HVC) or System Monitor Call (SMC) will be issued
+ depending on the default conduit. PcdMonitorConduitHvc determines the type
+ of the call: if true, do an HVC.
+
+ @param [in, out] ArgsArguments for
On 9/19/2022 12:21 PM, PierreGondois wrote:
+[Defines]
+ INF_VERSION= 0x0001001B
Should this be 0x0001001D, since 1.29 is the latest revision of the INF
specification?
--
Rebecca Cran
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this gr
Hi Pierre,
Apologies for delay in feedback.
On 2022-09-19 12:21, pierre.gond...@arm.com wrote:
From: Pierre Gondois
The ArmMonitorLib provides an abstract interface to issue
an HyperVisor Call (HVC) or System Monitor Call (SMC) depending
on the default conduit.
The PcdMonitorConduitHvc PCD al
From: Pierre Gondois
The ArmMonitorLib provides an abstract interface to issue
an HyperVisor Call (HVC) or System Monitor Call (SMC) depending
on the default conduit.
The PcdMonitorConduitHvc PCD allows to select the default conduit.
Signed-off-by: Pierre Gondois
---
ArmPkg/ArmPkg.dsc