Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 7f029e1b31ee854f7963124080372d8355d745b8
      
https://github.com/tianocore/edk2/commit/7f029e1b31ee854f7963124080372d8355d745b8
  Author: Ard Biesheuvel <[email protected]>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    A MdePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c
    A 
MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
    A 
MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.uni

  Log Message:
  -----------
  MdePkg: introduce DxeRuntimeDebugLibSerialPort

Introduce a variant of BaseDebugLibSerialPort that behaves correctly with
regards to the use of the serial port after ExitBootServices(). At boot
time, all DEBUG() prints and ASSERT() invocations are executed normally.
At runtime, DEBUG() prints are dropped entirely, and ASSERT()s omit the
serial output as well, and only perform the configured post-ASSERT()
action, i.e., issue a CPU breakpoint or enter a deadloop.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>


  Commit: ebfca258f5d7ab59cd1b72ad56f1de0e7a138ba9
      
https://github.com/tianocore/edk2/commit/ebfca258f5d7ab59cd1b72ad56f1de0e7a138ba9
  Author: Ard Biesheuvel <[email protected]>
  Date:   2018-02-24 (Sat, 24 Feb 2018)

  Changed paths:
    M ArmVirtPkg/ArmVirt.dsc.inc

  Log Message:
  -----------
  ArmVirtPkg: switch to DXE runtime version of DebugLib where appropriate

Switch all users of ArmVirt.dsc.inc to the new DebugLib implementation
that was created especially for DXE_RUNTIME_DRIVER modules, ensuring
that DEBUG() calls do not touch the UART at runtime.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/8bdb0221152c...ebfca258f5d7
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to