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 CAA42D80233 for ; Tue, 12 Sep 2023 12:59:40 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=1/WwjePQLT3H8diWAtKZmUg/FzWs5WjkYirOExcYT68=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1694523579; v=1; b=od/RlZYuQBukzjTn0nUovAd2h0P98N/2k6RofHpBL5iGFYlyNdulaAoxhb54P04++zDSn5M3 23po3VqwKuEQ87Yu2d8eA6CviAQgqyPT2Hf3s9iD+7s9RkQE6Y9hyf2mPV7zbLzt0dTho/nhCpa GNFIS6HIDM792i8XQaF36lJE= X-Received: by 127.0.0.2 with SMTP id 5m6fYY7687511xNgyoXWtPns; Tue, 12 Sep 2023 05:59:39 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.24368.1694523578327369723 for ; Tue, 12 Sep 2023 05:59:39 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 6C24DA32E25F for ; Tue, 12 Sep 2023 20:59:31 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 4DEF7A32E237 for ; Tue, 12 Sep 2023 20:59:31 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 7E034A32E262 for ; Tue, 12 Sep 2023 20:59:28 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([114.92.233.178]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Tue, 12 Sep 2023 20:59:27 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.92.233.178 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: "'Jeff Brasen'" , Cc: , , References: In-Reply-To: Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BBVENIIHYyIDAvMl0gZHAgY29tbWFuZCB3aXRob3V0IEFDUEk=?= Date: Tue, 12 Sep 2023 20:59:28 +0800 Message-ID: <00ae01d9e578$f793b8f0$e6bb2ad0$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQK2yOaoyET58LCamQx/7SyRn05KxAGO9pqsrlDoRnA= 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,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: uldhU785V2HqksHm1CxbLM02x7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="od/RlZYu"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none For the change in MdeModulePkg, Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Jeff Brasen > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA9=D4=C212=C8=D5 4:39 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: jian.j.wang@intel.com; gaoliming@byosoft.com.cn; > dandan.bi@intel.com; zhichao.gao@intel.com > =D6=F7=CC=E2: RE: [PATCH v2 0/2] dp command without ACPI >=20 >=20 > Any additional thoughts/feedback on this patch series? >=20 > Thanks, > Jeff >=20 >=20 > > -----Original Message----- > > From: Jeff Brasen > > Sent: Friday, June 30, 2023 11:30 AM > > To: devel@edk2.groups.io > > Cc: jian.j.wang@intel.com; gaoliming@byosoft.com.cn; > dandan.bi@intel.com; > > zhichao.gao@intel.com; Jeff Brasen > > Subject: [PATCH v2 0/2] dp command without ACPI > > > > Systems that do not boot with ACPI (system that use device tree for > example) > > can not use the shell dp command. This patch adds this to the configuration > > table so that dp command can get this without the FPDT table. > > > > I am open to other ways for this to be passed if desired (Installed protocol, > > handler of the status code, etc) but wanted to post this to at least ge= t > > thoughts on this. > > > > Change Log > > v2 - Fix missing cast for IA32 builds > > > > -Jeff > > > > Jeff Brasen (2): > > MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table > > ShellPkg/Dp: Allow dp command to work without ACPI > > > > ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf | 1 + > > .../DpDynamicCommand/DpDynamicCommand.inf | 1 + > > .../DxeCorePerformanceLib/DxeCorePerformanceLib.c | 2 ++ > > ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c | 11 > ++++++++- > > -- > > 4 files changed, 12 insertions(+), 3 deletions(-) > > > > -- > > 2.25.1 -=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 (#108531): https://edk2.groups.io/g/devel/message/108531 Mute This Topic: https://groups.io/mt/101314093/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-