[edk2-devel] RedfishPlatformConfigDxe needs Depex on gEfiRegularExpressionProtocolGuid?

2024-07-08 Thread Rebecca Cran
I noticed that RedfishPlatformConfigDxe prints an error message that it can't find EFI_REGULAR_EXPRESSION_PROTOCOL. Should the following change be made to make sure RegularExpressionDxe is loaded before RedfishPlatformConfigDxe? diff --git a/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatfor

Re: [edk2-devel] RedfishPlatformConfigDxe needs Depex on gEfiRegularExpressionProtocolGuid?

2024-07-08 Thread Nickle Wang via groups.io
> Should the following change be made to make sure RegularExpressionDxe is > loaded before RedfishPlatformConfigDxe? It is ok that RegularExpressionDxe is loaded after RedfishPlatformConfigDxe because EfiCreateProtocolNotifyEvent() is used to get Regular expression protocol. And I don't have obj

Re: [edk2-devel] RedfishPlatformConfigDxe needs Depex on gEfiRegularExpressionProtocolGuid?

2024-07-09 Thread Rebecca Cran
I'm ok keeping the current behavior as long as the DEBUG_ERROR message is removed or downgraded to DEBUG_INFO. As it is, it makes it look as though the driver has failed when error messages are highlighted during the boot. -- Rebecca Cran On 7/8/24 21:53, Nickle Wang wrote: Should the follow

Re: [edk2-devel] RedfishPlatformConfigDxe needs Depex on gEfiRegularExpressionProtocolGuid?

2024-07-10 Thread Nickle Wang via groups.io
Hi @Rebecca Cran, I create pull request here to downgrade the message level to DEBUG_INFO: https://github.com/tianocore/edk2/pull/5897 Regards, Nickle > -Original Message- > From: Rebecca Cran > Sent: Wednesday, July 10, 2024 2:48 AM > To: Nickle Wan