index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Console
/
ConSplitterDxe
/
ConSplitter.c
Age
Commit message (
Expand
)
Author
2009-05-18
1. remove duplicated set operation on UGA device.
vanjeff
2009-04-07
1. Update the CRC32 in the EFI System Table header in BdsConsole.c
vanjeff
2009-04-07
return value not follow spec.
vanjeff
2009-04-03
install simple text output protocol on stderr should in ConsplitterStdErrStar...
vanjeff
2009-04-02
remove debug code
vanjeff
2009-04-02
1. updated return value to EFI_SUCCESS by default.
vanjeff
2009-04-01
1. retired console control protocol.
vanjeff
2009-03-10
1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar...
vanjeff
2009-03-04
add check for invalid handle.
vanjeff
2009-02-25
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...
vanjeff
2009-02-23
Update consplitter driver to use dynamic PCD to set console output mode inste...
qhuang8
2009-01-14
1.fixed one bug to 'reconnect -r' when running 4 times.
vanjeff
2009-01-08
ECC clean up.
vanjeff
2008-12-31
add check for NULL pointer reference.
vanjeff
2008-12-24
1. code scrub for ConSplitterDxe.
vanjeff
2008-12-23
refine comments for EFI_CONSOLE_CONTROL_PROTOCOL
eric_tian
2008-12-22
code scrub for consplitter module.
vanjeff
2008-11-22
Update to use ReallocatePool() from BaseMemoryLib
mdkinney
2008-11-05
ECC clean up.
vanjeff
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-09-17
Fixed one bug in consplitter console input Start/Stop functions for those han...
vanjeff
2008-08-01
code scrub for ConSplitter module.
vanjeff
2008-07-11
add functions header for ConSplitterDxe module.
vanjeff
2008-07-10
add functions header for ConPlatformDxe and ConSplitterdxe modules.
vanjeff
2008-07-01
Clean codes per ECC for ConSplitterDxe module.
vanjeff
2008-04-22
[Description]
eric_tian
2008-04-08
Fix warnings generated by gcc for ia32 builds:
jljusten
2008-03-19
add PCD PcdUgaConsumeSupport to switch on/off EFI UGA Draw Protocol's consumi...
vanjeff
2008-03-06
Sync in patch for EDK 945
qwang12
2008-01-21
1. Sync the tracker for supporting the ModeNumber larger than 2.
vanjeff
2008-01-17
1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...
vanjeff
2008-01-09
sync tracker to remove duplicate display mode in ConOut virtual handle GOP in...
vanjeff
2007-11-23
A small changing to reduce size for ConSplitter module.
vanjeff
2007-11-23
align some line to conform with code style
eric_tian
2007-11-14
add UsbMouseSimulateTouchPad driver to verify the correction of dispatching A...
eric_tian
2007-10-22
Add ConIn device even if SimpleTextInputEx Protocol is not available for back...
qhuang8
2007-10-19
Update to support EFI_SIMPLE_INPUT_EX protocol
qhuang8
2007-10-16
Add judgement for TextModeMap
klu2
2007-10-16
1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec
vanjeff
2007-09-30
Update to support to produce Component Name and & Component Name 2 protocol ...
qhuang8
2007-07-09
Updated modules to not depend on the IntelFrameworkPkg.
AJFISH
2007-07-05
Check in following modules,
xgu3