From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 9342074003D for ; Mon, 8 Jul 2024 20:25:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Rhm1m9rLDUDiw+7ryc6qUcvo0SdRk3qSMgQOlbQfNXM=; c=relaxed/simple; d=groups.io; h=Feedback-ID:Message-ID:Date:MIME-Version:User-Agent:To:Cc:From:Subject:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1720470318; v=1; b=Ajp8FHfbzGdiKPMmIFbnBv9nlg/dPQF+V2V2ZXYD+ilFjf4i6Xi5mqx1GIUEvkRtin5E2u/b WVy/LMr4Sq4xkTEZlqnL6BlqCadkr5pVHI/hoVDlIBA8d4lzxF4Ix2NH/xpLeS6mblsi7hxJjpy BH+evAifNH6NN5N5FHizOlwESRZyZEgdGgvXmtqeMGH8QkacZzs6XjaN6v1YG3lIEBuOvxOUjyz YgaJQf3FbL6H39yzNASgkUgKXXKIR2gd/N0WjbScNlzh17x8UV5pLRLLHOYuEKEHvftipAhj/s7 RIBIq5CgNFg7RGLcMd+xbMm76PKWzJqbO5PKS+HnMNuLw== X-Received: by 127.0.0.2 with SMTP id vikGYY7687511xj3sml1wmKD; Mon, 08 Jul 2024 13:25:17 -0700 X-Received: from fhigh2-smtp.messagingengine.com (fhigh2-smtp.messagingengine.com [103.168.172.153]) by mx.groups.io with SMTP id smtpd.web11.3705.1720470316274511393 for ; Mon, 08 Jul 2024 13:25:16 -0700 X-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailfhigh.nyi.internal (Postfix) with ESMTP id 8A98A1140156; Mon, 8 Jul 2024 16:25:15 -0400 (EDT) X-Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 08 Jul 2024 16:25:15 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrvdejgddugeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfvfevhffutgfgsehtjeertddtvdejnecuhfhrohhmpeftvggsvggt tggrucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrghtth gvrhhnpefgudefhfdvvedtgfelleelfeeuhfehfeelffeikedugfffhfetfeefffehhfei heenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehrvg gsvggttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail X-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 8 Jul 2024 16:25:13 -0400 (EDT) Message-ID: Date: Mon, 8 Jul 2024 14:25:13 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Abner Chang , Nickle Wang , Igor Kulchytskyy Cc: devel@edk2.groups.io From: "Rebecca Cran" Subject: [edk2-devel] RedfishPlatformConfigDxe needs Depex on gEfiRegularExpressionProtocolGuid? Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Mon, 08 Jul 2024 13:25:16 -0700 Resent-From: rebecca@bsdio.com Reply-To: devel@edk2.groups.io,rebecca@bsdio.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: GnZfIG5G1PqnjHFZe8WsuFzNx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=Ajp8FHfb; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io I noticed that RedfishPlatformConfigDxe prints an error message that it=20 can't find EFI_REGULAR_EXPRESSION_PROTOCOL. Should the following change be made to make sure RegularExpressionDxe is=20 loaded before RedfishPlatformConfigDxe? diff --git=20 a/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf=20 b/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf index 2db47c2cf..7490d89be 100644 --- a/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf +++ b/RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.inf @@ -60,4 +60,4 @@ gEfiRedfishPkgTokenSpaceGuid.PcdRedfishPlatformConfigDebugProperty [Depex] - TRUE + gEfiRegularExpressionProtocolGuid^M --=20 Rebecca Cran -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119815): https://edk2.groups.io/g/devel/message/119815 Mute This Topic: https://groups.io/mt/107110826/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-