summaryrefslogtreecommitdiff
path: root/Core/CORE_DXE/ConSplitter/ConSplit.h
blob: f64cad5627a10adf5aa05c45103b6227af353a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************

//**********************************************************************
// $Header: /Alaska/Projects/Intel/Haswell/LynxPoint_SharkBay-DT_Crb_1AQQW/Core/CORE_DXE/ConSplitter/ConSplit.h 4     8/02/13 4:27a Thomaschen $
//
// $Revision: 4 $
//
// $Date: 8/02/13 4:27a $
//*****************************************************************************
// Revision History
// ----------------
// $Log: /Alaska/Projects/Intel/Haswell/LynxPoint_SharkBay-DT_Crb_1AQQW/Core/CORE_DXE/ConSplitter/ConSplit.h $
// 
// 4     8/02/13 4:27a Thomaschen
// Add for EIP109384.
// [Files]  ConSplit.c, ConSplit.h, In.c, CsmSimpleIn.c.
// 
// 3     6/26/13 3:10a Thomaschen
// Remove EIP109384.
// 
// 1     6/04/13 1:53a Thomaschen
// Fixed for EIP118202.
// 
// 16    10/25/12 2:32a Deepthins
// [TAG]  		EIP99475
// [Category]  	Improvement
// [Description]  	Multi language module Support in the console splitter
// [Files]  		ConSplit.c, ConSplit.h , In.c and AmiKeycode.h
// 
// 15    8/02/12 12:14p Artems
// [TAG]  		EIP95607
// [Category]  	Bug Fix
// [Symptom]  	Execute nsh script and redirect output to file, then exit
// from shell, setup screen will crash
// [RootCause]  	Console splitter maintains global pool of supported
// modes. 
// It's getting adjusted every time new SimpleTextOut (STO) is installed
// If new STO doesn't support particular mode it is getting marked as
// unsupported in global pool
// However once this STO is uninstalled global pool isn't updated, so mode
// is still marked as unsupported,
// though system can support it
// [Solution]  	Added reinitilization of global pool of supported modes on
// STO uninstall event
// [Files]  		Consplit.h Consplit.c
// 
// 14    8/12/11 12:17p Artems
// EIP 64107: Added changes for module to be compliant with UEFI
// specification v 2.3.1
// 
// 13    5/05/11 3:52p Artems
// Added multi-language keyboard support
// 
// 12    6/23/10 3:02p Felixp
// SimplePointer splitter support is added.
// 
// 11    7/07/09 3:35p Artems
// Added functions headers according to code standard
// 
// 10    9/17/07 4:04p Olegi
// Added support for AMI_EFIKEYCODE_PROTOCOL and
// EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.
// 
// 9     9/05/07 11:13a Felixp
// SimpleTextInEx support removed. It causes problems. Support will add
// again after Core labeling.
// 
// 8     9/04/07 2:55p Olegi
// Added EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL support.
// 
// 7     1/05/07 4:23p Artems
// 
// 6     12/29/06 3:01p Felixp
// 1. Support for GraphicsOutput protocol added
// 2. Support for more then one text mode added
// 
// 5     9/27/06 7:42p Felixp
// SetMode funciton of the ConsoleControl protocol is updated to restore
// default UGA mode when switching from grphics to text.
// 
// 4     3/13/06 2:37a Felixp
// 
// 3     12/12/05 9:32a Felixp
// Support for synchronization of console devices 
// (now screen is restored after legacy OpROM execution).
// 
// 2     11/07/05 10:37a Felixp
// LockStdIn function of ConsoleControl protocol implemented
// 
// 1     1/28/05 1:16p Felixp
// 
// 2     1/18/05 3:22p Felixp
// PrintDebugMessage renamed to Trace
// 
// 1     1/07/05 11:57a Felixp
// 
// 3     1/04/05 5:15p Robert
// Changed component name to be more consistent with the other drivers
// that have been developed
// 
// 2     1/03/05 5:47p Robert
// Working beta version of the consplitter
// 
// 1     12/30/04 9:47a Robert
// Initial check in 
// 
//
//*****************************************************************************
//<AMI_FHDR_START>
//
// Name:        ConSplit.h
//
// Description:	This file contains the structure and function prototypes needed
//              for the Console Splitter driver
//
//<AMI_FHDR_END>
//*****************************************************************************

#ifndef __CONSOLE_SPLITTER_H__
#define __CONSOLE_SPLITTER_H__

#ifdef __cplusplus
extern "C" {
#endif

//--------------------------------------------------------------------------------

#include <EFI.h>
#include <Protocol\SimpleTextOut.h >
#include <Protocol\SimpleTextIn.h>
#include <Protocol\SimpleTextInEx.h>
#include <Protocol\amikeycode.h>
#include <Protocol\SimplePointer.h>
#include <Protocol\DriverBinding.h>
#include <Protocol\ComponentName2.h>
#include <AmiDxeLib.h>

//--------------------------------------------------------------------------------

#pragma pack (1)

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT_SIMPLE_POINTER
//
// Description: 
// This structure represents Splitter Simple Pointer devices linked list.
//
// Fields: Name             Type                    Description
//----------------------------------------------------------------------------
// Link             DLINK                           Linked list pointer
// SimplePointer    EFI_SIMPLE_POINTER_PROTOCOL*    Protocol pointer
// Handle           EFI_HANDLE                      Device handle
// 
//----------------------------------------------------------------------------
//<AMI_SHDR_END>

typedef struct _CON_SPLIT_SIMPLE_POINTER {
    DLINK Link; //MUST BE THE FIRST FIELD
    EFI_SIMPLE_POINTER_PROTOCOL *SimplePointer;
    EFI_HANDLE Handle;
} CON_SPLIT_SIMPLE_POINTER;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT_OUT
//
// Description: 
// This structure represents Splitter ConOut devices linked list
//
// Fields: Name             Type                    Description
//----------------------------------------------------------------------------
// Link             DLINK                               Linked list pointer
// SimpleOut        EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL*    Protocol pointer
// Handle           EFI_HANDLE                          Device handle
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>

typedef struct _CON_SPLIT_OUT
	{
		DLINK                           Link; //MUST BE THE FIRST FIELD
		EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL	*SimpleOut;
		EFI_HANDLE	                    Handle;
	} CON_SPLIT_OUT;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT_IN_KEY_NOTIFY
//
// Description: 
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>

typedef struct {
	DLINK                             Link; //MUST BE THE FIRST FIELD
	EFI_KEY_DATA                      KeyData;
	EFI_KEY_NOTIFY_FUNCTION           KeyNotificationFunction;
    DLIST		                      NotifyHandleList;
} CON_SPLIT_IN_KEY_NOTIFY;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT_IN_KEY_NOTIFY
//
// Description: 
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>

typedef struct {
	DLINK                             Link; //MUST BE THE FIRST FIELD
	EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleInEx;
	EFI_HANDLE	                      NotifyHandle;
} CON_SPLIT_IN_KEY_NOTIFY_HANDLE;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT_IN
//
// Description: 
// This structure represents Splitter ConIn devices linked list
//
// Fields: Name             Type                    Description
//----------------------------------------------------------------------------
// Link             DLINK                               Linked list pointer
// SimpleIn         EFI_SIMPLE_TEXT_INPUT_PROTOCOL*     Protocol pointer
// SimpleInEx       EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL*  Protocol pointer
// KeycodeInEx      AMI_EFIKEYCODE_PROTOCOL*            Protocol pointer
// Handle           EFI_HANDLE                          Device handle
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>
	
typedef struct _CON_SPLIT_IN
	{
		DLINK                             Link; //MUST BE THE FIRST FIELD
		EFI_SIMPLE_TEXT_INPUT_PROTOCOL	  *SimpleIn;
		EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *SimpleInEx;
		AMI_EFIKEYCODE_PROTOCOL	          *KeycodeInEx;
		EFI_HANDLE	                      Handle;
	} CON_SPLIT_IN;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: CON_SPLIT
//
// Description: 
// This structure represents Splitter devices structure
//
// Fields: Name             Type                    Description
//----------------------------------------------------------------------------
// Input             CON_SPLIT_IN               Input devices linked list
// Output            CON_SPLIT_OUT              Output devices linked list
// StdErr            CON_SPLIT_OUT              Error output devices linked list
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>
	
typedef struct _CON_SPLIT
	{
		CON_SPLIT_IN	Input;
		CON_SPLIT_OUT	Output;
		CON_SPLIT_OUT	StdErr;
	} CON_SPLIT;

//<AMI_SHDR_START>
//----------------------------------------------------------------------------
// Name: SUPPORT_RES
//
// Description: 
// This structure represents Splitter supported resolutions database
//
// Fields: Name             Type                    Description
//----------------------------------------------------------------------------
// Columns              INT32            Max number of text columns
// Rows                 INT32            Max number of text rows
// AllDevices           BOOLEAN          Flag if all devices support given resolution
// 
// Notes:  
//
// Referrals:
//
//----------------------------------------------------------------------------
//<AMI_SHDR_END>
		
typedef struct __SUPPORT_RES
	{
		INT32	Columns;
		INT32	Rows;
		BOOLEAN AllDevices;
	} SUPPORT_RES;

#pragma pack()

//-----------------------------------------------------------------------------------

SUPPORT_RES *SupportedModes;

//virtual splitter output buffer
CHAR16 *ScreenBuffer;
CHAR16 *EndOfTheScreen;
INT32  *AttributeBuffer;
INT32  Columns;

extern SIMPLE_TEXT_OUTPUT_MODE		     MasterMode;
extern EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL	 mCSOutProtocol;
extern EFI_SIMPLE_TEXT_INPUT_PROTOCOL 	 mCSSimpleInProtocol;
extern EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL mCSSimpleInExProtocol;
extern AMI_EFIKEYCODE_PROTOCOL 	         mCSKeycodeInProtocol;
extern DLIST 		                     ConInList;
extern DLIST		                     ConOutList;
extern DLIST		                     ConPointerList;
extern DLIST		                     ConInKeyNotifyList;
extern BOOLEAN                           StdInLocked;
extern EFI_SIMPLE_POINTER_PROTOCOL       mCSSimplePointerProtocol;

//-----------------------------------------------------------------------------------

EFI_STATUS ConSplitterSimplePointerReset(
    IN  EFI_SIMPLE_POINTER_PROTOCOL *This,
    IN  BOOLEAN ExtendedVerification );

EFI_STATUS ConSplitterSimplePointerGetState(
    IN  EFI_SIMPLE_POINTER_PROTOCOL *This,
    IN OUT EFI_SIMPLE_POINTER_STATE *State );

VOID ConSplitterSimplePointerWaitForInput(
    IN  EFI_EVENT Event,
    IN  VOID *Context );

EFI_STATUS	CSSupported ( 
	IN EFI_DRIVER_BINDING_PROTOCOL    *This,
	IN EFI_HANDLE                     ControllerHandle,
	IN EFI_DEVICE_PATH_PROTOCOL       *RemainingDevicePath);

EFI_STATUS	CSStart ( 
	IN EFI_DRIVER_BINDING_PROTOCOL    *This,
	IN EFI_HANDLE                     ControllerHandle,
	IN EFI_DEVICE_PATH_PROTOCOL       *RemainingDevicePath
	);

EFI_STATUS	CSStop ( 
	IN	EFI_DRIVER_BINDING_PROTOCOL	  *This,
	IN	EFI_HANDLE                    ControllerHandle,
	IN  UINTN						  NumberOfChildren,
	IN  EFI_HANDLE					  *ChildHandleBuffer
	);

EFI_STATUS CSReset( 
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN BOOLEAN                         ExtendedVerification
	);

EFI_STATUS CSOutputString( 
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN CHAR16                          *String	
    );

EFI_STATUS CSTestString( 
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN CHAR16                          *String
    );

EFI_STATUS CSQueryMode( 
    IN  EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN  UINTN                           ModeNum,
    OUT UINTN                           *Col, 
    OUT UINTN                           *Row
    );

EFI_STATUS CSSetMode(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN UINTN                           ModeNum
    );

EFI_STATUS CSSetAttribute(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN UINTN                           Attribute
    );

EFI_STATUS CSClearScreen(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This
    );

EFI_STATUS CSSetCursorPosition(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL	*This, 
    IN UINTN                            Column, 
    IN UINTN                            Row
    );

EFI_STATUS CSEnableCursor(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL	*This, 
    IN BOOLEAN                          Visible
    );

EFI_STATUS CSInReset( 
    IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, 
    IN BOOLEAN                        EV 
    );

EFI_STATUS CSReadKeyStroke (
    IN  EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, 
    OUT EFI_INPUT_KEY                  *Key 
    );

VOID CSWaitForKey(
    IN EFI_EVENT Event, 
    IN VOID      *Context
    );

EFI_STATUS CSInResetEx( 
    IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, 
    IN BOOLEAN                           EV 
    );

EFI_STATUS CSReadKeyStrokeEx (
    IN  EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This, 
    OUT EFI_KEY_DATA                      *KeyData 
    );

EFI_STATUS
CSReadEfiKey (
    IN  AMI_EFIKEYCODE_PROTOCOL *This,
    OUT AMI_EFI_KEY_DATA        *KeyData
    );

EFI_STATUS CSInSetState (
    IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This,
    IN EFI_KEY_TOGGLE_STATE              *KeyToggleState
);

EFI_STATUS CSInRegisterKeyNotify(
    IN  EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This,
    IN  EFI_KEY_DATA                      *KeyData,
    IN  EFI_KEY_NOTIFY_FUNCTION           KeyNotificationFunction,
    OUT EFI_HANDLE                        *NotifyHandle
);

EFI_STATUS CSInUnRegisterKeyNotify(
    IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *This,
    IN EFI_HANDLE                        NotificationHandle
);

VOID RestoreTheScreen(
    IN EFI_HANDLE                       ControllerHandle, 
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL  *SimpleOut
    );

VOID SaveTheScreen(
    IN EFI_HANDLE                       ControllerHandle, 
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL  *SimpleOut
    );

EFI_STATUS MemClearScreen(
    VOID
    );

VOID SaveUgaMode(
    IN EFI_HANDLE ControllerHandle
    );

VOID RestoreUgaMode(
    IN EFI_HANDLE ControllerHandle
    );

EFI_STATUS InitModesTable(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN EFI_HANDLE                      Handle
    );

VOID UpdateModesTable(
    IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN EFI_HANDLE                      Handle
    );

EFI_STATUS IsModeSupported(
    IN  EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, 
    IN  UINTN                           ModeNum, 
	OUT INT32                           *DeviceModeNumber
    );

EFI_STATUS ResizeSplitterBuffer(
    IN INT32 ModeNum
    );

VOID UpdateMasterMode(
    IN SIMPLE_TEXT_OUTPUT_MODE *Mode
    );

EFI_STATUS CSInKeyboardLayoutMap(
    IN OUT AMI_EFI_KEY_DATA *KeyData
    );

VOID AdjustSupportedModes(
    VOID
    );

EFI_STATUS KeyboardLayoutMap(
    IN      AMI_MULTI_LANG_SUPPORT_PROTOCOL *This,
    IN OUT  AMI_EFI_KEY_DATA                *KeyData
	);
#ifdef __cplusplus
}
#endif
#endif

//**********************************************************************
//**********************************************************************
//**                                                                  **
//**        (C)Copyright 1985-2011, American Megatrends, Inc.         **
//**                                                                  **
//**                       All Rights Reserved.                       **
//**                                                                  **
//**      5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093        **
//**                                                                  **
//**                       Phone: (770)-246-8600                      **
//**                                                                  **
//**********************************************************************
//**********************************************************************