summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: Update comments in SimpleTextInExDandan Bi2017-06-202-6/+14
* IntelFrameworkModulePkg/IdeBusDxe: Fix undefined behavior in signed left shiftHao Wu2017-04-131-3/+3
* IntelFrameworkModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-264-5/+98
* IntelFrameworkModulePkg: Fix typos in commentsGary Lin2016-10-2410-42/+42
* IntelFrameworkModulePkg/Ps2Mouse: Use PCD defined in MdeModulePkgRuiyu Ni2016-04-132-5/+4
* IntelFrameworkModulePkg/Ps2AbsPointer: Use PCD defined in MdeModulePkgRuiyu Ni2016-04-132-5/+4
* IntelFrameworkModulePkg/Ps2Kbd: use PCD/Protocol in MdeModulePkgRuiyu Ni2016-04-132-6/+6
* IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-1520-0/+0
* IntelFrameworkModulePkg IsaFloppyDxe: Use safe string functionsHao Wu2015-06-301-2/+2
* IntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialClockRate instead of hard ...Ruiyu Ni2015-06-103-15/+11
* IntelFrameworkModulePkg: Modify IsaSerialDxe to follow driver rulesHao Wu2015-05-051-27/+37
* IntelFrameworkModulePkg: Remove a duplicated hardcode stringHao Wu2015-03-181-8/+6
* IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0310-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2820-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2810-100/+142
* MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2014-08-142-11/+22
* Add type cast on variable before operation.Jeff Fan2014-08-081-3/+3
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+3
* Fixed typos: hanlder should be handler.Chen Fan2014-07-092-2/+2
* Refine code to make it more safely.Eric Dong2014-06-251-1/+2
* Rename TimeoutInSeconds to Timeout to avoid confusion.Jeff Fan2014-06-042-17/+16
* Update Code to pass EBC compiler.lgao42013-05-131-14/+4
* Refine the code to avoid error report.ydong102013-02-211-1/+3
* Add missing status code in several modules.li-elvin2012-10-303-3/+23
* Fix ECC issue.li-elvin2012-10-171-1/+1
* Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin2012-10-113-100/+115
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-282-10/+8
* Add comments to explain the reason return status is not checked. The return s...li-elvin2012-08-271-0/+7
* IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of in...erictian2012-08-201-1/+1
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-10/+8
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* Use PCD to customize if ps2 mouse and mouse pointer device do full reset.li-elvin2011-11-216-4/+19
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-252-11/+12
* 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-303-208/+255
* Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and ...niruiyu2011-09-162-152/+170
* Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff2011-09-082-14/+9
* Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin2011-08-253-2/+7
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-0519-39/+39
* IntelFrameworkModulePkg: Add IsaFloppyPei driverjljusten2011-06-174-0/+2317
* Add more status code in drivers.li-elvin2011-05-262-0/+13
* Update PS/2 keyboard driver to return scan code for Pause key.vanjeff2011-05-162-107/+121
* Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop...li-elvin2011-05-043-14/+2
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-251-9/+10
* Fix the PS2 keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-194-518/+398
* Use REPORT_STATUS_CODExxx() macros directly.mdkinney2011-01-032-41/+38
* Update the Timeout used for Write() operations to consider the case where the...mdkinney2010-12-301-1/+33
* Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR...niruiyu2010-12-171-16/+3
* Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu2010-12-141-24/+32
* Enhance IdeBusDxe to check the class code for IDE mode only.lzeng142010-12-101-4/+41
* Fix GCC build failureniruiyu2010-08-201-2/+2