[edk2-devel] [PATCH v2 0/2] dp command without ACPI

Jeff Brasen via groups.io posted 2 patches 10 months ago
Failed in applying to current master (apply log)
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(-)
[edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Jeff Brasen via groups.io 10 months ago
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 (#106573): https://edk2.groups.io/g/devel/message/106573
Mute This Topic: https://groups.io/mt/99877761/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Jeff Brasen via groups.io 7 months, 2 weeks ago
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 (#108498): https://edk2.groups.io/g/devel/message/108498
Mute This Topic: https://groups.io/mt/99877761/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Gao, Zhichao 7 months, 2 weeks ago
I have reviewed the ShellPkg part. Did you get it reviewed in the MdeModulePkg? If yes, you can inform the maintainers of MdeModulePkg to raise the PR and merge it.

Thanks,
Zhichao

> -----Original Message-----
> From: Jeff Brasen <jbrasen@nvidia.com>
> Sent: Tuesday, September 12, 2023 4:39 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; Bi, Dandan <dandan.bi@intel.com>; Gao,
> Zhichao <zhichao.gao@intel.com>
> Subject: 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 (#108524): https://edk2.groups.io/g/devel/message/108524
Mute This Topic: https://groups.io/mt/99877761/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
[edk2-devel] 回复: [PATCH v2 0/2] dp command without ACPI
Posted by gaoliming via groups.io 7 months, 2 weeks ago
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 (#108531): https://edk2.groups.io/g/devel/message/108531
Mute This Topic: https://groups.io/mt/101314093/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Jeff Brasen via groups.io 6 months, 3 weeks ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Gao, Zhichao 6 months, 2 weeks ago
Hi Liming,

This patch set is already reviewed. Can you help on the merge?

Thanks,
Zhichao

> -----Original Message-----
> From: Jeff Brasen <jbrasen@nvidia.com>
> Sent: Wednesday, October 4, 2023 10:37 PM
> To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Bi, Dandan
> <dandan.bi@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> Subject: RE: [PATCH v2 0/2] dp command without ACPI
> 
> 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 (#109664): https://edk2.groups.io/g/devel/message/109664
Mute This Topic: https://groups.io/mt/101756432/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v2 0/2] dp command without ACPI
Posted by Jeff Brasen via groups.io 6 months ago
Anything else needed to get this merged as the November stable release is coming up.

Thanks,
Jeff

> -----Original Message-----
> From: Gao, Zhichao <zhichao.gao@intel.com>
> Sent: Monday, October 16, 2023 8:39 PM
> To: Jeff Brasen <jbrasen@nvidia.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> Cc: Wang, Jian J <jian.j.wang@intel.com>; Bi, Dandan
> <dandan.bi@intel.com>
> Subject: RE: [PATCH v2 0/2] dp command without ACPI
> 
> External email: Use caution opening links or attachments
> 
> 
> Hi Liming,
> 
> This patch set is already reviewed. Can you help on the merge?
> 
> Thanks,
> Zhichao
> 
> > -----Original Message-----
> > From: Jeff Brasen <jbrasen@nvidia.com>
> > Sent: Wednesday, October 4, 2023 10:37 PM
> > To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> > Cc: Wang, Jian J <jian.j.wang@intel.com>; Bi, Dandan
> > <dandan.bi@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> > Subject: RE: [PATCH v2 0/2] dp command without ACPI
> >
> > 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 (#110334): https://edk2.groups.io/g/devel/message/110334
Mute This Topic: https://groups.io/mt/101756432/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


[edk2-devel] 回复: [PATCH v2 0/2] dp command without ACPI
Posted by gaoliming via groups.io 5 months, 3 weeks ago
Create PR https://github.com/tianocore/edk2/pull/5003 for this patch set. 

> -----邮件原件-----
> 发件人: Gao, Zhichao <zhichao.gao@intel.com>
> 发送时间: 2023年10月17日 10:39
> 收件人: Jeff Brasen <jbrasen@nvidia.com>; Gao, Liming
> <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> 抄送: Wang, Jian J <jian.j.wang@intel.com>; Bi, Dandan
> <dandan.bi@intel.com>
> 主题: RE: [PATCH v2 0/2] dp command without ACPI
> 
> Hi Liming,
> 
> This patch set is already reviewed. Can you help on the merge?
> 
> Thanks,
> Zhichao
> 
> > -----Original Message-----
> > From: Jeff Brasen <jbrasen@nvidia.com>
> > Sent: Wednesday, October 4, 2023 10:37 PM
> > To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io
> > Cc: Wang, Jian J <jian.j.wang@intel.com>; Bi, Dandan
> > <dandan.bi@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>
> > Subject: RE: [PATCH v2 0/2] dp command without ACPI
> >
> > 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 (#110693): https://edk2.groups.io/g/devel/message/110693
Mute This Topic: https://groups.io/mt/102412309/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-