From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id EE9017803DF for ; Tue, 12 Dec 2023 14:54:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0mgONsgyqC/HIEk/Vrldbcod0uG1WOjQqaTP3YZevds=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1702392868; v=1; b=dwHh4FNnGQzXTCa5gkWO3QvxPy+Mn6S51aPQsuhCjHx/TgXAZDDLFaEnclAkdtejtAANhxBW trWlIZktYv8xdWVxQ9SR6WT5BG2WO4wtCJOo3pSbbODFbY/8HYF1CYw4KgpP8UV7TPLAtYhCVex q/8co1xkHBvnGaW99chMC8TQ= X-Received: by 127.0.0.2 with SMTP id NyoPYY7687511xFpW9ZK1cSZ; Tue, 12 Dec 2023 06:54:28 -0800 X-Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com [209.85.167.46]) by mx.groups.io with SMTP id smtpd.web10.3579.1702392867738428404 for ; Tue, 12 Dec 2023 06:54:28 -0800 X-Received: by mail-lf1-f46.google.com with SMTP id 2adb3069b0e04-50bf1e32571so6769781e87.2 for ; Tue, 12 Dec 2023 06:54:27 -0800 (PST) X-Gm-Message-State: lPNTcNiJ6qItG9WaDq1Kp9Oxx7686176AA= X-Google-Smtp-Source: AGHT+IFN4zDscgJa12ARKbREfSH3Dm7uO222YwZW/VCbX7mYCYmNH8dYsK9RejkLgdzQg47SvPgCVg== X-Received: by 2002:a05:6512:b20:b0:50b:e195:d38b with SMTP id w32-20020a0565120b2000b0050be195d38bmr3459890lfu.25.1702392865470; Tue, 12 Dec 2023 06:54:25 -0800 (PST) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id m21-20020a0565120a9500b0050d1d8674d2sm952008lfu.292.2023.12.12.06.54.24 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 12 Dec 2023 06:54:25 -0800 (PST) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 0/9] Redfish related fixes and improvements Date: Tue, 12 Dec 2023 17:54:03 +0300 Message-Id: <20231212145412.50434-1-mike.maslenkin@gmail.com> MIME-Version: 1.0 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 Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=dwHh4FNn; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io There is a major change in this set: patch 7/9 "add proper initialization of IPMI request" helps to avoid error condition on BMC side while processing IPMI command. The diffstat for the set is: EmulatorPkg/EmulatorPkg.dec | 8 +- EmulatorPkg/Library/RedfishPlatformCredentialLib/RedfishPlatformCredentialLib.c | 12 +- EmulatorPkg/Library/RedfishPlatformCredentialLib/RedfishPlatformCredentialLib.inf | 8 +- EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.c | 2 - RedfishPkg/Include/Library/RedfishCrtLib.h | 45 +- RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.c | 8 +- RedfishPkg/Library/PlatformHostInterfaceBmcUsbNicLib/PlatformHostInterfaceBmcUsbNicLib.inf | 2 +- RedfishPkg/Library/RedfishPlatformCredentialIpmiLib/RedfishPlatformCredentialIpmiLib.inf | 2 +- RedfishPkg/RedfishConfigHandler/ComponentName.c | 216 ++++++++ RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c | 10 +- RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.h | 4 +- RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.inf | 1 + RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c | 8 +- RedfishPkg/RedfishPlatformConfigDxe/RedfishPlatformConfigDxe.c | 4 +- 14 files changed, 265 insertions(+), 65 deletions(-) Cc: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Signed-off-by: Mike Maslenkin -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112436): https://edk2.groups.io/g/devel/message/112436 Mute This Topic: https://groups.io/mt/103130777/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-