summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-18/+18
2018-02-01MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key stateRuiyu Ni1-24/+148
2017-06-20MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7Dandan Bi1-4/+7
2017-01-20MdeModulePkg: Use EfiEventEmptyFunction from UefiLibStar Zeng1-20/+2
2017-01-20MdeModulePkg: Remove superfluous return statementsThomas Huth1-3/+0
2016-12-26MdeModulePkg ConSplitterDxe: Support toggle state syncStar Zeng1-8/+182
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-2/+2
2016-03-16MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek1-3/+24
2016-03-16MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin1-7/+36
2015-10-15MdeModulePkg: Use PcdSet##S to replace PcdSet##Eric Dong1-3/+5
2014-08-01MdeModulePkg: Fix wrong check for SetAttribute in ConsplitterElvin Li1-2/+2
2012-10-25Add uninstalling GOP and UGA protocol in Consplitter Stop ().li-elvin1-0/+29
2012-10-17Fix buffer overflow issue in Consplitter.li-elvin1-2/+16
2012-10-08Move GOP and UGA draw from Consplitter entrypoint to start(). When there is o...li-elvin1-55/+58
2012-08-21Fix some coding style issuesczhang461-4/+3
2012-08-17Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang461-250/+41
2012-08-10Fix 2 errors for new featureczhang461-1/+1
2012-07-30Add 2 new Bds featuresczhang461-0/+264
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu1-6/+5
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-40/+65
2012-04-12Keep StdErr same logic initialization with ConOut, e.g. initialize gST->Stand...li-elvin1-92/+72
2011-10-28Remove hard code video resolution in C code and use PCD PcdVideoHorizontalRes...li-elvin1-4/+22
2011-06-13Fix the issue that the GOP produced by ConSplitter requires SetMode before Ge...niruiyu1-5/+1
2011-06-04Fix X64 clang warnings.andrewfish1-4/+4
2010-11-03The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff1-2/+2
2010-10-21Use the correct length to copy KeyData.niruiyu1-1/+1
2010-08-17remove CpuBreakpoint ().vanjeff1-1/+0
2010-08-17Fixed one bug which may lead standard error handle could not be set into syst...vanjeff1-2/+1
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin1-26/+41
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-091.Fixed the bug when retrieved component name by child handle. It should use...vanjeff1-27/+27
2009-05-181. remove duplicated set operation on UGA device.vanjeff1-25/+34
2009-04-071. Update the CRC32 in the EFI System Table header in BdsConsole.cvanjeff1-20/+12
2009-04-07return value not follow spec.vanjeff1-3/+4
2009-04-03install simple text output protocol on stderr should in ConsplitterStdErrStar...vanjeff1-13/+44
2009-04-02remove debug codevanjeff1-5/+0
2009-04-021. updated return value to EFI_SUCCESS by default.vanjeff1-2/+8
2009-04-011. retired console control protocol.vanjeff1-397/+97
2009-03-101. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar...vanjeff1-10/+0
2009-03-04add check for invalid handle.vanjeff1-0/+4
2009-02-25Retired gSimpleTextInExNotifyGuid, used local structure address to be notify ...vanjeff1-30/+2
2009-02-23Update consplitter driver to use dynamic PCD to set console output mode inste...qhuang81-41/+6
2009-01-141.fixed one bug to 'reconnect -r' when running 4 times.vanjeff1-16/+29
2009-01-08ECC clean up.vanjeff1-5/+8
2008-12-31add check for NULL pointer reference.vanjeff1-45/+47
2008-12-241. code scrub for ConSplitterDxe. vanjeff1-115/+150
2008-12-23refine comments for EFI_CONSOLE_CONTROL_PROTOCOLeric_tian1-3/+2
2008-12-22code scrub for consplitter module.vanjeff1-180/+234
2008-11-22Update to use ReallocatePool() from BaseMemoryLibmdkinney1-14/+5