]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdExtPci.c
MdeModulePkg/EbcDebugger: Use AsciiCharToUpper and CharToUpper
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger / EdbCmdExtPci.c
CommitLineData
e8a5ac7c 1/** @file\r
748edcd5 2\r
e8a5ac7c
DB
3Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials\r
748edcd5
PB
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
748edcd5 12\r
e8a5ac7c 13**/\r
748edcd5 14\r
e8a5ac7c 15#include "Edb.h"\r
748edcd5 16\r
e8a5ac7c 17/**\r
748edcd5 18\r
e8a5ac7c 19 DebuggerCommand - PCIL.\r
748edcd5 20\r
e8a5ac7c
DB
21 @param CommandArg - The argument for this command\r
22 @param DebuggerPrivate - EBC Debugger private data structure\r
23 @param ExceptionType - Interrupt type.\r
24 @param SystemContext - EBC system context.\r
748edcd5 25\r
e8a5ac7c
DB
26 @retval EFI_DEBUG_CONTINUE - formal return value\r
27\r
28**/\r
748edcd5
PB
29EFI_DEBUG_STATUS\r
30DebuggerExtPciPCIL (\r
31 IN CHAR16 *CommandArg,\r
32 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
33 IN EFI_EXCEPTION_TYPE ExceptionType,\r
34 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
35 )\r
748edcd5
PB
36{\r
37 EDBPrint (L"Unsupported\n");\r
38 //\r
39 // TBD\r
40 //\r
41 return EFI_DEBUG_CONTINUE;\r
42}\r
43\r
e8a5ac7c
DB
44/**\r
45\r
46 DebuggerCommand - PCID.\r
47\r
48 @param CommandArg - The argument for this command\r
49 @param DebuggerPrivate - EBC Debugger private data structure\r
50 @param ExceptionType - Interrupt type.\r
51 @param SystemContext - EBC system context.\r
52\r
53 @retval EFI_DEBUG_CONTINUE - formal return value\r
54\r
55**/\r
748edcd5
PB
56EFI_DEBUG_STATUS\r
57DebuggerExtPciPCID (\r
58 IN CHAR16 *CommandArg,\r
59 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
60 IN EFI_EXCEPTION_TYPE ExceptionType,\r
61 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
62 )\r
748edcd5
PB
63{\r
64 EDBPrint (L"Unsupported\n");\r
65 //\r
66 // TBD\r
67 //\r
68 return EFI_DEBUG_CONTINUE;\r
69}\r
70\r
e8a5ac7c
DB
71/**\r
72\r
73 DebuggerCommand - CFGB.\r
74\r
75 @param CommandArg - The argument for this command\r
76 @param DebuggerPrivate - EBC Debugger private data structure\r
77 @param ExceptionType - Interrupt type.\r
78 @param SystemContext - EBC system context.\r
79\r
80 @retval EFI_DEBUG_CONTINUE - formal return value\r
81\r
82**/\r
748edcd5
PB
83EFI_DEBUG_STATUS\r
84DebuggerExtPciCFGB (\r
85 IN CHAR16 *CommandArg,\r
86 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
87 IN EFI_EXCEPTION_TYPE ExceptionType,\r
88 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
89 )\r
748edcd5
PB
90{\r
91 EDBPrint (L"Unsupported\n");\r
92 //\r
93 // TBD\r
94 //\r
95 return EFI_DEBUG_CONTINUE;\r
96}\r
97\r
e8a5ac7c
DB
98\r
99/**\r
100\r
101 DebuggerCommand - CFGW.\r
102\r
103 @param CommandArg - The argument for this command\r
104 @param DebuggerPrivate - EBC Debugger private data structure\r
105 @param ExceptionType - Interrupt type.\r
106 @param SystemContext - EBC system context.\r
107\r
108 @retval EFI_DEBUG_CONTINUE - formal return value\r
109\r
110**/\r
748edcd5
PB
111EFI_DEBUG_STATUS\r
112DebuggerExtPciCFGW (\r
113 IN CHAR16 *CommandArg,\r
114 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
115 IN EFI_EXCEPTION_TYPE ExceptionType,\r
116 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
117 )\r
748edcd5
PB
118{\r
119 EDBPrint (L"Unsupported\n");\r
120 //\r
121 // TBD\r
122 //\r
123 return EFI_DEBUG_CONTINUE;\r
124}\r
125\r
e8a5ac7c
DB
126/**\r
127\r
128 DebuggerCommand - CFGD.\r
129\r
130 @param CommandArg - The argument for this command\r
131 @param DebuggerPrivate - EBC Debugger private data structure\r
132 @param ExceptionType - Interrupt type.\r
133 @param SystemContext - EBC system context.\r
134\r
135 @retval EFI_DEBUG_CONTINUE - formal return value\r
136\r
137**/\r
748edcd5
PB
138EFI_DEBUG_STATUS\r
139DebuggerExtPciCFGD (\r
140 IN CHAR16 *CommandArg,\r
141 IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,\r
142 IN EFI_EXCEPTION_TYPE ExceptionType,\r
143 IN OUT EFI_SYSTEM_CONTEXT SystemContext\r
144 )\r
748edcd5
PB
145{\r
146 EDBPrint (L"Unsupported\n");\r
147 //\r
148 // TBD\r
149 //\r
150 return EFI_DEBUG_CONTINUE;\r
151}\r