Re: [edk2-devel] [PATCH v5 03/21] ArmPkg/ArmMonitorLib: Add ArmMonitorLib

2022-09-27 Thread Rebecca Cran
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

Re: [edk2-devel] [PATCH v5 03/21] ArmPkg/ArmMonitorLib: Add ArmMonitorLib

2022-09-27 Thread Rebecca Cran
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

Re: [edk2-devel] [PATCH v5 03/21] ArmPkg/ArmMonitorLib: Add ArmMonitorLib

2022-09-27 Thread Leif Lindholm
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

[edk2-devel] [PATCH v5 03/21] ArmPkg/ArmMonitorLib: Add ArmMonitorLib

2022-09-19 Thread PierreGondois
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