summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-18/+18
* MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key stateRuiyu Ni2018-02-011-24/+148
* MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi2017-06-201-4/+7
* MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng2017-01-201-20/+2
* MdeModulePkg: Remove superfluous return statementsThomas Huth2017-01-201-3/+0
* MdeModulePkg ConSplitterDxe: Support toggle state syncStar Zeng2016-12-261-8/+182
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek2016-03-161-3/+24
* MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin2016-03-161-7/+36
* MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong2015-10-151-3/+5
* MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li2014-08-011-2/+2
* Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin2012-10-251-0/+29
* Fix buffer overflow issue in Consplitter.li-elvin2012-10-171-2/+16
* Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin2012-10-081-55/+58
* Fix some coding style issuesczhang462012-08-211-4/+3
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-171-250/+41
* Fix 2 errors for new featureczhang462012-08-101-1/+1
* Add 2 new Bds featuresczhang462012-07-301-0/+264
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-301-6/+5
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-40/+65
* Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin2012-04-121-92/+72
* Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin2011-10-281-4/+22
* Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu2011-06-131-5/+1
* Fix X64 clang warnings.andrewfish2011-06-041-4/+4
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* Use the correct length to copy KeyData.niruiyu2010-10-211-1/+1
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-181-26/+41
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2010-04-091-27/+27
* 1. remove duplicated set operation on UGA device.vanjeff2009-05-181-25/+34
* 1. Update the CRC32 in the EFI System Table header in BdsConsole.cvanjeff2009-04-071-20/+12
* return value not follow spec.vanjeff2009-04-071-3/+4
* install simple text output protocol on stderr should in ConsplitterStdErrStar...vanjeff2009-04-031-13/+44
* remove debug codevanjeff2009-04-021-5/+0
* 1. updated return value to EFI_SUCCESS by default.vanjeff2009-04-021-2/+8
* 1. retired console control protocol.vanjeff2009-04-011-397/+97
* 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar...vanjeff2009-03-101-10/+0
* add check for invalid handle.vanjeff2009-03-041-0/+4
* Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff2009-02-251-30/+2
* Update consplitter driver to use dynamic PCD to set console output mode inste...qhuang82009-02-231-41/+6
* 1.fixed one bug to 'reconnect -r' when running 4 times.vanjeff2009-01-141-16/+29
* ECC clean up.vanjeff2009-01-081-5/+8
* add check for NULL pointer reference.vanjeff2008-12-311-45/+47
* 1. code scrub for ConSplitterDxe. vanjeff2008-12-241-115/+150
* refine comments for EFI_CONSOLE_CONTROL_PROTOCOLeric_tian2008-12-231-3/+2
* code scrub for consplitter module.vanjeff2008-12-221-180/+234
* Update to use ReallocatePool() from BaseMemoryLibmdkinney2008-11-221-14/+5
* ECC clean up.vanjeff2008-11-051-3/+1