summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg/SourceLevelDebugPkg: Fix the typo about word “hanld...Eric Dong2014-08-201-2/+2
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-251-9/+8
* Remove BdsLibConnectConsoleVariableWithoutDispatch() and enhance BdsLibConnec...niruiyu2013-03-191-132/+75
* BMP file may has padding data between the bmp header section and the bmp data...ydong102013-02-211-2/+5
* Set mode 0 (80x25) when Consplitter does not exist. li-elvin2012-09-041-0/+10
* Fix the issue that consplitter should not touch ConIn variable & do ConIn co...czhang462012-08-171-76/+136
* Add 2 new Bds featuresczhang462012-07-301-0/+69
* Add more check for the bmp file to avoid access violation.ydong102012-04-111-3/+71
* Add BootlogoOnly feature in BDS for BGRTczhang462012-03-231-3/+11
* IntelFrameworkModulePkg-GenericBdsLib: Add type cast for conversion from INTN...xdu22011-11-071-2/+2
* IntelFrameworkModulePkg: Update GenericBdsLib to use BootLogo protocol to rep...xdu22011-11-041-5/+133
* IntelFrameworkModulePkg GenericBdsLib: Remove unwanted assert conditionjljusten2011-06-161-2/+6
* Add return status check for SetVariable.niruiyu2011-06-021-8/+10
* Remove the EHCI/UHCI inter-dependency in GenericBdsLib since the EHCI/UHCI co...niruiyu2010-08-091-11/+6
* Update the copyright notice formathhtian2010-04-231-2/+2
* revert the change on BdsConsole. when doing minimal boot, the ConsoleIn varia...eric_tian2009-08-311-6/+27
* remove a segment of code, in which it forces EHCI to be connected firstly bef...eric_tian2009-08-101-27/+6
* remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which ...eric_tian2009-07-241-2/+2
* enhanced check when reading BMP file.vanjeff2009-07-101-8/+9
* Move LockKeyboards API from GenericBdsLib to PlatformBdsLiblgao42009-07-101-27/+4
* Use INTN to case the result of subtractklu22009-06-241-1/+1
* Add NULL checking for input parameter.klu22009-06-241-1/+4
* Add more checking to avoid the buffer overflow.klu22009-06-231-0/+4
* add type cast.vanjeff2009-04-231-1/+1
* fixed overflow issue when reading BMP file.vanjeff2009-04-151-3/+10
* 1. Update the CRC32 in the EFI System Table header in BdsConsole.cvanjeff2009-04-071-8/+32
* clean console control protocol in bds module.vanjeff2009-03-201-33/+9
* 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and Primar...vanjeff2009-03-101-0/+118
* remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkgqhuang82009-03-021-1/+1
* Correct include path for linux buildingklu22009-03-021-1/+1
* Remove bmp.h and shellFile.h from MdeModulePkg to IntelFrameworkpkgqhuang82009-03-021-0/+1
* Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu22009-01-231-0/+901