From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.96.140; helo=cam-smtp0.cambridge.arm.com; envelope-from=girish.pathak@arm.com; receiver=edk2-devel@lists.01.org Received: from cam-smtp0.cambridge.arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C336921154893 for ; Tue, 19 Jun 2018 06:54:02 -0700 (PDT) Received: from E107875.Emea.Arm.com (E107875.Emea.Arm.com [10.1.206.50]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id w5JDrxq1026015; Tue, 19 Jun 2018 14:53:59 +0100 From: Girish Pathak To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, Sudeep.Holla@arm.com, nd@arm.com Date: Tue, 19 Jun 2018 14:53:51 +0100 Message-Id: <20180619135353.40176-1-girish.pathak@arm.com> X-Mailer: git-send-email 2.13.3.windows.1 Subject: [PATCH v2 0/2] ArmPkg/ArmScmiDxe: Fix a bug uncovered with the new SCP firmware X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2018 13:54:03 -0000 This patch series addresses comments on the original https://github.com/girishpathak/edk2/tree/281_scmi_fix_v1 This series fixes a bug in the ArmScmiDxe which was revealed while testing with the new SCP firmware. The changes can be seen at https://github.com/girishpathak/edk2/tree/281_scmi_fix_v2 Girish Pathak (2): ArmPkg/ArmScmiDxe: Fix ASSERT error in SCMI DXE ArmPkg/ArmScmiDxe: Dynamically allocate buffer for protocol ids ArmPkg/Drivers/ArmScmiDxe/Scmi.c | 5 -- ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.c | 63 ++++++++++++-------- ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.h | 9 +-- 3 files changed, 44 insertions(+), 33 deletions(-) -- 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'