public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] dp command without ACPI
@ 2023-06-29 21:09 Jeff Brasen
  2023-06-29 21:09 ` [PATCH 1/2] MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table Jeff Brasen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Brasen @ 2023-06-29 21:09 UTC (permalink / raw)
  To: devel; +Cc: jian.j.wang, gaoliming, dandan.bi, zhichao.gao, Jeff Brasen

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.

-Jeff

Jeff Brasen (2):
  MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table
  ShellPkg/Dp: Allow dp command to work without ACPI

 .../DxeCorePerformanceLib/DxeCorePerformanceLib.c     |  2 ++
 ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c         | 11 ++++++++---
 ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf    |  1 +
 .../DpDynamicCommand/DpDynamicCommand.inf             |  1 +
 4 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-30  1:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 21:09 [PATCH 0/2] dp command without ACPI Jeff Brasen
2023-06-29 21:09 ` [PATCH 1/2] MdeModulePkg/DxeCorePerformanceLib: Install BPDT in config table Jeff Brasen
2023-06-29 21:09 ` [PATCH 2/2] ShellPkg/Dp: Allow dp command to work without ACPI Jeff Brasen
2023-06-30  1:35 ` 回复: [PATCH 0/2] dp command " gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox