summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu83-36389/+0
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney83-584/+83
2018-09-14IntelFrameworkModulePkg: Avoid key notification called more than onceDandan Bi1-0/+1
2018-08-23IntelFrameworkModulePkg IdeBusDxe: Remove redundant functionsshenglei4-517/+0
2018-08-23IntelFrameworkModulePkg Ps2KeyboardDxe: Remove a redundant functionshenglei2-36/+0
2018-08-23IntelFrameworkModulePkg IsaIoDxe: Remove a redundant protocolshenglei2-2/+0
2018-06-29IntelFrameworkModulePkg: Removing ipf from edk2.chenc210-16/+16
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao66-1254/+1254
2018-04-18IntelFrameworkModulePkg IsaSerialDxe: Update algorithm to calculate DivisorLiming Gao1-2/+2
2018-02-01IntelFrameworkModule/Ps2Kb: ReadKeyStrokeEx always return key stateRuiyu Ni3-24/+54
2017-06-20IntelFrameworkModulePkg: Update comments in SimpleTextInExDandan Bi2-6/+14
2017-04-13IntelFrameworkModulePkg/IdeBusDxe: Fix undefined behavior in signed left shiftHao Wu1-3/+3
2016-12-26IntelFrameworkModulePkg Ps2KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng4-5/+98
2016-10-24IntelFrameworkModulePkg: Fix typos in commentsGary Lin10-42/+42
2016-04-13IntelFrameworkModulePkg/Ps2Mouse: Use PCD defined in MdeModulePkgRuiyu Ni2-5/+4
2016-04-13IntelFrameworkModulePkg/Ps2AbsPointer: Use PCD defined in MdeModulePkgRuiyu Ni2-5/+4
2016-04-13IntelFrameworkModulePkg/Ps2Kbd: use PCD/Protocol in MdeModulePkgRuiyu Ni2-6/+6
2015-12-15IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen20-0/+0
2015-06-30IntelFrameworkModulePkg IsaFloppyDxe: Use safe string functionsHao Wu1-2/+2
2015-06-10IntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialClockRate instead of hard ...Ruiyu Ni3-15/+11
2015-05-05IntelFrameworkModulePkg: Modify IsaSerialDxe to follow driver rulesHao Wu1-27/+37
2015-03-18IntelFrameworkModulePkg: Remove a duplicated hardcode stringHao Wu1-8/+6
2014-09-03IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming10-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star20-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star10-100/+142
2014-08-14MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial...Zeng, Star2-11/+22
2014-08-08Add type cast on variable before operation.Jeff Fan1-3/+3
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+3
2014-07-09Fixed typos: hanlder should be handler.Chen Fan2-2/+2
2014-06-25Refine code to make it more safely.Eric Dong1-1/+2
2014-06-04Rename TimeoutInSeconds to Timeout to avoid confusion.Jeff Fan2-17/+16
2013-05-13Update Code to pass EBC compiler.lgao41-14/+4
2013-02-21Refine the code to avoid error report.ydong101-1/+3
2012-10-30Add missing status code in several modules.li-elvin3-3/+23
2012-10-17Fix ECC issue.li-elvin1-1/+1
2012-10-11Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin3-100/+115
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32-10/+8
2012-08-27Add comments to explain the reason return status is not checked. The return s...li-elvin1-0/+7
2012-08-20IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of in...erictian1-1/+1
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2-10/+8
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-5/+1
2011-11-21Use PCD to customize if ps2 mouse and mouse pointer device do full reset.li-elvin6-4/+19
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2-11/+12
2011-09-301. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang3-208/+255
2011-09-16Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and ...niruiyu2-152/+170
2011-09-08Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff2-14/+9
2011-08-25Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin3-2/+7
2011-07-05Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu19-39/+39
2011-06-17IntelFrameworkModulePkg: Add IsaFloppyPei driverjljusten4-0/+2317
2011-05-26Add more status code in drivers.li-elvin2-0/+13