summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce...niruiyu2010-08-197-0/+3126
* Add explicit type cast to suppress possible warning of precession loss.xli242010-08-101-3/+3
* Update the copyright notice formathhtian2010-04-2351-99/+99
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-3/+3
* Fix minor coding style issue.qhuang82010-04-141-3/+3
* Fix ICC build failure.niruiyu2010-04-121-3/+6
* 1. IsaSerialIo driver was changed to produce the flow control device path nod...niruiyu2010-04-093-42/+223
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Fix the hardware flow control logic in SerialIo driver.niruiyu2010-03-101-2/+2
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-254-4/+0
* 1. Correct File header to ## @filelgao42010-02-248-31/+33
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-292-10/+10
* Update in IdeBus to solve the non-backward compatibility issue by the MdePkg ...qhuang82010-01-262-6/+6
* Minor code enhancement.xli242010-01-081-2/+2
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-2031-17973/+0
* clean up non-English characters.vanjeff2009-10-102-2/+2
* add security check and remove un-necessary return sentence.vanjeff2009-09-291-3/+1
* Add security check to pass klockwork.htao2009-09-281-1/+6
* add security checkvanjeff2009-09-252-1/+4
* Fix ICC build failure.htao2009-09-171-2/+0
* add SR-IOV support in EDK II.htao2009-09-1610-10/+972
* 1. updated "the Bus Driver that creates all of its child handles on the first...vanjeff2009-09-162-24/+48
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-142-80/+116
* adjust error process code position.vanjeff2009-09-081-4/+4
* updated IdeBus driver not to create new child handle if RemainingDeviepath is...vanjeff2009-09-081-41/+53
* StartPciDevicesOnBridge() should correct return value.vanjeff2009-08-282-5/+10
* Make end of line consistent.qhuang82009-08-242-1477/+1477
* modified to removed references to WinNt in the comments for serial driversjchen202009-08-181-3/+3
* add correct [Depex] section.vanjeff2009-08-121-0/+3
* update include file to use IndustryStandard/Pci.heric_tian2009-08-112-2/+2