]> git.proxmox.com Git - mirror_edk2.git/commit
Update DebugLib to provide support for "err" command in the EFI Shell to adjust the...
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 10 Mar 2011 23:16:26 +0000 (23:16 +0000)
committerJordan Justen <jordan.l.justen@intel.com>
Thu, 7 Apr 2016 06:22:43 +0000 (23:22 -0700)
commitf13b56e359b85542f69321aa8370317fa202ab7a
treeff57380f69faf0146d4591d201f0ceccf97314f1
parentd5955a904dfb4242634b3f9269bacf9bfa073e5e
Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask.

1) Add default mappings for the DebugPrintErrorLevelLib to the DSC file for this package.

(based on FatPkg commit 98eccd9aafe30880b3a5f285c57501c075693eae)

[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
FatPkg/FatPkg.dsc