MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlier
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 5 Dec 2016 01:49:24 +0000 (09:49 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 8 Dec 2016 02:11:01 +0000 (10:11 +0800)
commit8537bd7ef64f2ccf3b0db515f30813d5c3311a5c
tree8c485d2e098b53c24674b25af2799537022db981
parentc497dcc8e5a3af7b00a85013ec5fec9ee0b2699d
MdeModulePkg/BdsDxe: Initialize gConnectConInEvent earlier

PlatformBootManagerBeforeConsole() might want to trigger this event
to connect ConIn so BdsDxe initializes this event before
PlatformBootManagerBeforeConsole().

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
Cc: Chao B Zhang <chao.b.zhang@intel.com>
MdeModulePkg/Universal/BdsDxe/BdsEntry.c