Figured it out. For posterity:

*.dsc.inc
------------
  # 16550 UART Driver

PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf

SerialPortLib|ArmPlatformPkg/CubieTruckPkg/Library/SerialPortLib/BaseSerialPortLib16550.inf

SerialPortExtLib|EmbeddedPkg/Library/SerialPortExtLibNull/SerialPortExtLibNull.inf

*.dsc
-------
  MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  EmbeddedPkg/SerialDxe/SerialDxe.inf

*.fdf
------
  #
  # Multiple Console IO support
  #
  INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  INF EmbeddedPkg/SerialDxe/SerialDxe.inf


On Thu, Aug 13, 2015 at 7:39 PM, Narinder Dhillon <ndhillo...@gmail.com>
wrote:

> Hi All,
>
> I can see 'DEBUG' output on serial port but nothing shows with 'Print'.
> 'Print' uses system table ConOut and at least the console are getting
> initialized without any errors but no output.
>
> Any suggestions where to look ?
>
> Thanx,
>
------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to