public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Jeff Brasen via groups.io" <jbrasen=nvidia.com@groups.io>
To: gaoliming <gaoliming@byosoft.com.cn>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "jian.j.wang@intel.com" <jian.j.wang@intel.com>,
	"dandan.bi@intel.com" <dandan.bi@intel.com>,
	"zhichao.gao@intel.com" <zhichao.gao@intel.com>
Subject: Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Date: Wed, 4 Oct 2023 14:37:06 +0000	[thread overview]
Message-ID: <DS7PR12MB57898FCCA21C853AF6CC472ACBCBA@DS7PR12MB5789.namprd12.prod.outlook.com> (raw)
In-Reply-To: <00ae01d9e578$f793b8f0$e6bb2ad0$@byosoft.com.cn>

Anything else needed on this to get it merged?

Thanks,
Jeff

> -----Original Message-----
> From: gaoliming <gaoliming@byosoft.com.cn>
> Sent: Tuesday, September 12, 2023 6:59 AM
> To: Jeff Brasen <jbrasen@nvidia.com>; devel@edk2.groups.io
> Cc: jian.j.wang@intel.com; dandan.bi@intel.com; zhichao.gao@intel.com
> Subject: 回复: [PATCH v2 0/2] dp command without ACPI
> 
> External email: Use caution opening links or attachments
> 
> 
> For the change in MdeModulePkg, Reviewed-by: Liming Gao
> <gaoliming@byosoft.com.cn>
> 
> > -----邮件原件-----
> > 发件人: Jeff Brasen <jbrasen@nvidia.com>
> > 发送时间: 2023年9月12日 4:39
> > 收件人: devel@edk2.groups.io
> > 抄送: jian.j.wang@intel.com; gaoliming@byosoft.com.cn;
> > dandan.bi@intel.com; zhichao.gao@intel.com
> > 主题: RE: [PATCH v2 0/2] dp command without ACPI
> >
> >
> > Any additional thoughts/feedback on this patch series?
> >
> > Thanks,
> > Jeff
> >
> >
> > > -----Original Message-----
> > > From: Jeff Brasen <jbrasen@nvidia.com>
> > > 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 <jbrasen@nvidia.com>
> > > 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
> > > get 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
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#109318): https://edk2.groups.io/g/devel/message/109318
Mute This Topic: https://groups.io/mt/101756432/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  reply	other threads:[~2023-10-04 14:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-30 17:30 [PATCH v2 0/2] dp command without ACPI Jeff Brasen
2023-06-30 17:30 ` [PATCH v2 1/2] MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table Jeff Brasen
2023-06-30 17:30 ` [PATCH v2 2/2] ShellPkg/Dp: Allow dp command to work without ACPI Jeff Brasen
2023-07-27  2:49   ` [edk2-devel] " Gao, Zhichao
2023-09-11 20:38 ` [edk2-devel] [PATCH v2 0/2] dp command " Jeff Brasen via groups.io
2023-09-12  9:41   ` Gao, Zhichao
2023-09-12 12:59   ` [edk2-devel] 回复: " gaoliming via groups.io
2023-10-04 14:37     ` Jeff Brasen via groups.io [this message]
2023-10-17  2:39       ` [edk2-devel] " Gao, Zhichao
2023-10-30 17:28         ` Jeff Brasen via groups.io
2023-11-06  1:15         ` [edk2-devel] 回复: " gaoliming via groups.io

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DS7PR12MB57898FCCA21C853AF6CC472ACBCBA@DS7PR12MB5789.namprd12.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox