Lines Matching refs:Print

63Print (L"If the Debug Port is serial port, please make sure this serial port isn't connected by");  in DebugAgentDxeInitialize()
64 Print (L" ISA Serial driver\r\n"); in DebugAgentDxeInitialize()
65 Print (L"You could do the following steps to disconnect the serial port:\r\n"); in DebugAgentDxeInitialize()
66 Print (L"1: Shell> drivers\r\n"); in DebugAgentDxeInitialize()
67 Print (L" ...\r\n"); in DebugAgentDxeInitialize()
68 Print (L" V VERSION E G G #D #C DRIVER NAME IMAGE NAME\r\n"); in DebugAgentDxeInitialize()
69Print (L" == ======== = = = == == =================================== ===================\r\n"); in DebugAgentDxeInitialize()
70 Print (L" 8F 0000000A B - - 1 14 PCI Bus Driver PciBusDxe\r\n"); in DebugAgentDxeInitialize()
71 Print (L" 91 00000010 ? - - - - ATA Bus Driver AtaBusDxe\r\n"); in DebugAgentDxeInitialize()
72 Print (L" ...\r\n"); in DebugAgentDxeInitialize()
73 Print (L" A7 0000000A B - - 1 1 ISA Serial Driver IsaSerialDxe\r\n"); in DebugAgentDxeInitialize()
74 Print (L" ...\r\n"); in DebugAgentDxeInitialize()
75 Print (L"2: Shell> dh -d A7\r\n"); in DebugAgentDxeInitialize()
76Print (L" A7: Image(IsaSerialDxe) ImageDevPath (..9FB3-11D4-9A3A-0090273FC14D))DriverBinding"); in DebugAgentDxeInitialize()
77 Print (L" ComponentName ComponentName2\r\n"); in DebugAgentDxeInitialize()
78 Print (L" Driver Name : ISA Serial Driver\r\n"); in DebugAgentDxeInitialize()
79 Print (L" Image Name : FvFile(93B80003-9FB3-11D4-9A3A-0090273FC14D)\r\n"); in DebugAgentDxeInitialize()
80 Print (L" Driver Version : 0000000A\r\n"); in DebugAgentDxeInitialize()
81 Print (L" Driver Type : BUS\r\n"); in DebugAgentDxeInitialize()
82 Print (L" Configuration : NO\r\n"); in DebugAgentDxeInitialize()
83 Print (L" Diagnostics : NO\r\n"); in DebugAgentDxeInitialize()
84 Print (L" Managing :\r\n"); in DebugAgentDxeInitialize()
85 Print (L" Ctrl[EA] : PciRoot(0x0)/Pci(0x1F,0x0)/Serial(0x0)\r\n"); in DebugAgentDxeInitialize()
86Print (L" Child[EB] : PciRoot(0x0)/Pci(0x1F,0x0)/Serial(0x0)/Uart(115200,8,N,1)\r\n"); in DebugAgentDxeInitialize()
87 Print (L"3: Shell> disconnect EA\r\n"); in DebugAgentDxeInitialize()
88 Print (L"4: Shell> load -nc DebugAgentDxe.efi\r\n\r\n"); in DebugAgentDxeInitialize()
96 Print (L"Debug Agent: Initialized successfully!\r\n\r\n"); in DebugAgentDxeInitialize()
135 Print (L"Debug Agent: Host is still connected, please de-attach TARGET firstly!\r\n"); in DebugAgentDxeUnload()
138 Print (L"Debug Agent: It hasn't been initialized, cannot unload it!\r\n"); in DebugAgentDxeUnload()