public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application
@ 2016-11-24 17:00 Pete Batard
  2016-11-24 17:00 ` [PATCH v3 1/1] " Pete Batard
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Batard @ 2016-11-24 17:00 UTC (permalink / raw)
  To: edk2-devel; +Cc: Jiewen Yao, Pete Batard

This version returns EFI_STATUS codes and removes the AppPkg reference.
Compilation was tested on IA32, X64 (VS2015) and AARCH64 (gcc 6.2.1).

Cc: Jiewen Yao <jiewen.yao@intel.com>

Pete Batard (1):
  MdeModulePkg/EbcDxe: add EBC Debugger configuration application

 .../Include/Protocol/DebuggerConfiguration.h       |  32 +++
 MdeModulePkg/MdeModulePkg.dec                      |   4 +
 MdeModulePkg/MdeModulePkg.dsc                      |   1 +
 MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf      |   1 +
 .../EbcDxe/EbcDebugger/EbcDebuggerConfig.c         | 232 +++++++++++++++++++++
 MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c    |   4 +
 .../Universal/EbcDxe/EbcDebugger/EdbCommon.h       |   3 +
 .../Universal/EbcDxe/EbcDebugger/EdbHook.c         |  11 +
 .../Universal/EbcDxe/EbcDebuggerConfig.inf         |  55 +++++
 .../Universal/EbcDxe/EbcDebuggerConfig.uni         |  18 ++
 .../Universal/EbcDxe/EbcDebuggerConfigExtra.uni    |  17 ++
 11 files changed, 378 insertions(+)
 create mode 100644 MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebugger/EbcDebuggerConfig.c
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.uni
 create mode 100644 MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfigExtra.uni

-- 
2.9.3.windows.2



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

end of thread, other threads:[~2016-11-25 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 17:00 [PATCH v3 0/1] MdeModulePkg/EbcDxe: add EBC Debugger configuration application Pete Batard
2016-11-24 17:00 ` [PATCH v3 1/1] " Pete Batard
2016-11-25 23:36   ` Yao, Jiewen

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