summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus
AgeCommit message (Expand)Author
2013-05-13Update Code to pass EBC compiler.lgao4
2013-02-21Refine the code to avoid error report.ydong10
2012-10-30Add missing status code in several modules.li-elvin
2012-10-17Fix ECC issue.li-elvin
2012-10-11Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun3
2012-08-27Add comments to explain the reason return status is not checked. The return s...li-elvin
2012-08-20IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of in...erictian
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu
2011-11-21Use PCD to customize if ps2 mouse and mouse pointer device do full reset.li-elvin
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu
2011-09-301. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter...qianouyang
2011-09-16Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and ...niruiyu
2011-09-08Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. P...vanjeff
2011-08-25Add a PcdPs2KbdExtendedVerification to let user to choose whether extend rese...li-elvin
2011-07-05Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-17IntelFrameworkModulePkg: Add IsaFloppyPei driverjljusten
2011-05-26Add more status code in drivers.li-elvin
2011-05-16Update PS/2 keyboard driver to return scan code for Pause key.vanjeff
2011-05-04Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop...li-elvin
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu
2011-04-19Fix the PS2 keyboard driver to call hotkey callback even no one is calling Re...niruiyu
2011-01-03Use REPORT_STATUS_CODExxx() macros directly.mdkinney
2010-12-30Update the Timeout used for Write() operations to consider the case where the...mdkinney
2010-12-17Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR...niruiyu
2010-12-14Fix the IsaIo driver to not create ISA resource item when the ACPI resource r...niruiyu
2010-12-10Enhance IdeBusDxe to check the class code for IDE mode only.lzeng14
2010-08-20Fix GCC build failureniruiyu
2010-08-19Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce...niruiyu
2010-08-10Add explicit type cast to suppress possible warning of precession loss.xli24
2010-04-23Update the copyright notice formathhtian
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian
2010-04-14Fix minor coding style issue.qhuang8
2010-04-12Fix ICC build failure.niruiyu
2010-04-091. IsaSerialIo driver was changed to produce the flow control device path nod...niruiyu
2010-03-17fix ia32 build error.erictian
2010-03-17The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian
2010-03-10Fix the hardware flow control logic in SerialIo driver.niruiyu
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu2
2010-02-241. Correct File header to ## @filelgao4
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-26Update in IdeBus to solve the non-backward compatibility issue by the MdePkg ...qhuang8
2010-01-08Minor code enhancement.xli24
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang
2009-10-10clean up non-English characters.vanjeff
2009-09-29add security check and remove un-necessary return sentence.vanjeff
2009-09-28Add security check to pass klockwork.htao
2009-09-25add security checkvanjeff
2009-09-17Fix ICC build failure.htao