Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/mainline
/
Nt32Pkg
/
WinNtGopDxe
f66a43b
We enabled X64 native version NT32, and made it works on Windows 7 X64 OS.
by Jiamin Ma
· 11 years ago
402e4a9
Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol.
by niruiyu
· 12 years ago
a974619
Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough.
by niruiyu
· 13 years ago
af1600f
Fix a bug which cause a CRTL, ALT, or SHIFT is pressed on the GOP console for NT32, it inserts a ' 'character character.
by qianouyang
· 13 years ago
7ad45ba
Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are both pressed; SimpleTextIn implementation still returns CTRL+3.
by niruiyu
· 13 years ago
df7499f
1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapter 11.2
by qianouyang
· 13 years ago
1b65880
Fix ICC build issues
by mdkinney
· 14 years ago
4c89154
Return scan code for Pause key.
by vanjeff
· 14 years ago
66fe714
Fix NT32 Keyboard driver to call hotkey callback even no one is calling ReadKeyStroke().
by niruiyu
· 14 years ago
5b31378
Use the correct length to copy KeyData.
by niruiyu
· 14 years ago
8f2a5f8
Update the copyright notice format
by hhtian
· 15 years ago
0b75797
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
by klu2
· 15 years ago
7b202cb
1. Correct File header to ## @file
by lgao4
· 15 years ago
a00ec39
Fix ICC compatibility issues
by mdkinney
· 16 years ago
44c4024
Replace references to RFC 3066 with RFC 4646.
by gikidy
· 16 years ago
c0aa5e0
Per UEFI spec, SetMode() should clear screen anyway with black color.
by vanjeff
· 16 years ago
8a67d80
return value not follow spec.
by vanjeff
· 16 years ago
0dc9978
add check for invalid handle.
by vanjeff
· 16 years ago
a8fdba5
remove dependent package from inf files.
by vanjeff
· 16 years ago
7fc80d4
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle.
by vanjeff
· 16 years ago
ae66d8d
use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES
by jji4
· 16 years ago
67252d9
Adjust gSimpleTextInExNotifyGuid position in INF file.
by gikidy
· 16 years ago
99e1dd8
Clean up to update the reference of the these macros:
by qhuang8
· 16 years ago
6394182
Fix some build error under ICC tool-chain.
by qwang12
· 16 years ago
78e570b
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
by jji4
· 16 years ago
ed66e1b
clean up the un-suitable ';' location when declaring the functions.
by vanjeff
· 16 years ago
1be0dda
Fix warnings generated by gcc for ia32 builds:
by jljusten
· 17 years ago
6c29550
Add NULL parameter checking for notify function.
by qhuang8
· 17 years ago
8a7d75b
Clean up: update "EFI" to "UEFI" if applicable.
by qhuang8
· 17 years ago
62cf113
Update to support EFI_SIMPLE_INPUT_EX protocol
by qhuang8
· 17 years ago
d1aeb0b
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE.
by qhuang8
· 17 years ago
1307dcd
Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component name structures linked into final image if PcdComponentNameDisabled or PcdComponentName2Disabled is set to TRUE.
by qhuang8
· 17 years ago
e6e53c9
Update to support to produce Component Name and & Component Name 2 protocol based on Feature flag PcdComponentNameDisable & PcdComponentName2Disable.
by qhuang8
· 17 years ago
b397fbb
removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size.
by AJFISH
· 17 years ago
dd0687a
remove some comments introduced by tools.
by vanjeff
· 17 years ago
2ad8b20
Add Dxe as postfix for WinNtGop driver in Nt32 Platform.
by klu2
· 17 years ago
0dea993
by AJFISH
· 18 years ago
5f44f5b
Add WinNtSerialIoDxe driver into Nt32Pkg
by klu2
· 18 years ago
c9fc89a
Add WinNtGop driver into Nt32Pkg
by klu2
· 18 years ago