]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/EbcDxe: add EBC Debugger configuration application
authorPete Batard <pete@akeo.ie>
Thu, 24 Nov 2016 17:00:18 +0000 (01:00 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Tue, 29 Nov 2016 04:48:33 +0000 (12:48 +0800)
commit2b2efe33eaceb3fd2b5c6859dcb5151970dc797b
tree80526ec181b5ecc505a93c452f2e2a99098bb3d8
parent75fe0a78aea7f450a46d958f7ad8219899574acc
MdeModulePkg/EbcDxe: add EBC Debugger configuration application

* Introduce a generic Debugger Configuration protocol.
* Add private configuration data in the EBC Debugger and make it
  register the Debugger Configuration protocol on initialization.
* Add a shell application that uses the protocol above to access
  the private data in order to configure the EBC debugger.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Pete Batard <pete@akeo.ie>
reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
MdeModulePkg/Include/Protocol/DebuggerConfiguration.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc
MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EbcDebuggerConfig.c [new file with mode: 0644]
MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommon.h
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.c
MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf [new file with mode: 0644]
MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.uni [new file with mode: 0644]
MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfigExtra.uni [new file with mode: 0644]