[edk2-devel] [PATCH 2/2] MdeModulePkg: Add new Application/MpServicesTest application

Rebecca Cran quic_rcran at quicinc.com
Tue Aug 30 16:29:28 UTC 2022


On 8/29/22 09:59, Rebecca Cran wrote:
> +/**
> +  Print app usage.
> +**/
> +STATIC
> +VOID
> +PrintUsage (
> +  VOID
> +  )
> +{
> +  Print (L"MpServicesTest:  usage\n");
> +  Print (L"  MpServicesTest -A [-O]\n");
> +  Print (L"  MpServicesTest -T <Timeout>\n");
> +  Print (L"  MpServicesTest -S <Processor #>\n");
> +  Print (L"  MpServicesTest -P\n");
> +  Print (L"  MpServicesTest -U <Processor #>\n");
> +  Print (L"  MpServicesTest -W\n");
> +  Print (L"  MpServicesTest -E <Processor #>\n");
> +  Print (L"  MpServicesTest -D <Processor #>\n");

The -U option doesn't take a processor# parameter, since it's used with -E/-D where that's specified.

I'll fix this in patch 2.

-- 

Rebecca Cran



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92983): https://edk2.groups.io/g/devel/message/92983
Mute This Topic: https://groups.io/mt/93329495/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list