]> git.proxmox.com Git - mirror_edk2.git/history - IntelFrameworkModulePkg/Bus/Isa
MdePkg/Include: Add VA list support for VS2017/ARM64
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa /
2018-02-01 Ruiyu NiIntelFrameworkModule/Ps2Kb: ReadKeyStrokeEx always...
2017-06-20 Dandan BiIntelFrameworkModulePkg: Update comments in SimpleTextInEx
2016-12-26 Star ZengIntelFrameworkModulePkg Ps2KbDxe: Execute key notify...
2016-10-24 Gary LinIntelFrameworkModulePkg: Fix typos in comments
2016-04-13 Ruiyu NiIntelFrameworkModulePkg/Ps2Mouse: Use PCD defined in...
2016-04-13 Ruiyu NiIntelFrameworkModulePkg/Ps2AbsPointer: Use PCD defined...
2016-04-13 Ruiyu NiIntelFrameworkModulePkg/Ps2Kbd: use PCD/Protocol in...
2015-12-15 Jordan JustenIntelFrameworkModulePkg: Convert all .uni files to...
2015-06-30 Hao WuIntelFrameworkModulePkg IsaFloppyDxe: Use safe string...
2015-06-10 Ruiyu NiIntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialCloc...
2015-05-05 Hao WuIntelFrameworkModulePkg: Modify IsaSerialDxe to follow...
2015-03-18 Hao WuIntelFrameworkModulePkg: Remove a duplicated hardcode...
2014-09-03 Gao, LimingIntelFrameworkModulePkg: Convert non DOS format files...
2014-08-28 Zeng, StarIntelFrameworkModulePkg: INF/DEC file updates to EDK...
2014-08-28 Zeng, StarIntelFrameworkModulePkg: INF/DEC file updates to EDK...
2014-08-14 Zeng, StarMdeModulePkg/IntelFrameworkModulePkg: Update PeiCore...
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2014-06-25 Eric DongRefine code to make it more safely.
2014-06-04 Jeff FanRename TimeoutInSeconds to Timeout to avoid confusion.
2013-05-13 lgao4Update Code to pass EBC compiler.
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-17 li-elvinFix ECC issue.
2012-10-11 li-elvinAdd PcdFastPS2Detection to improve PS2 keyboard driver...
2012-08-28 rsun3Fix comparisons of enumerated types which may cause...
2012-08-27 li-elvinAdd comments to explain the reason return status is...
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-05-24 niruiyuRemove the check of signature because the code which...
2011-11-21 li-elvinUse PCD to customize if ps2 mouse and mouse pointer...
2011-10-25 niruiyuChange the SimpleTextInEx implementation to return...
2011-09-30 qianouyang1. Add Partial Keystroke Support in Ps2Kb drivers....
2011-09-16 niruiyuFix Ps2KeyboardDxe driver to return correct key data...
2011-09-08 vanjeffFixed issue that addition LEFT CTRL key was detected...
2011-08-25 li-elvinAdd a PcdPs2KbdExtendedVerification to let user to...
2011-07-05 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-06-17 jljustenIntelFrameworkModulePkg: Add IsaFloppyPei driver
2011-05-26 li-elvinAdd more status code in drivers.
2011-05-16 vanjeffUpdate PS/2 keyboard driver to return scan code for...
2011-05-04 li-elvinRemove disabling keyboard/auxiliary interface in Driver...
2011-04-25 niruiyuChange BlockIo drivers to return EFI_NO_MEDIA or EFI_ME...
2011-04-19 niruiyuFix the PS2 keyboard driver to call hotkey callback...
2011-01-03 mdkinneyUse REPORT_STATUS_CODExxx() macros directly.
2010-12-30 mdkinneyUpdate the Timeout used for Write() operations to consi...
2010-12-17 niruiyuRemoves the assumption in Supported() and Start() routi...
2010-12-14 niruiyuFix the IsaIo driver to not create ISA resource item...
2010-08-20 niruiyuFix GCC build failure
2010-08-19 niruiyuCheck in the IsaIoDxe device driver that consumes EFI_S...
2010-04-23 hhtianUpdate the copyright notice format
2010-04-19 erictianUse SimpleTextInEx.Reset to initialize correctly KeyTog...
2010-04-14 qhuang8Fix minor coding style issue.
2010-04-12 niruiyuFix ICC build failure.
2010-04-09 niruiyu1. IsaSerialIo driver was changed to produce the flow...
2010-03-10 niruiyuFix the hardware flow control logic in SerialIo driver.
2010-02-25 klu2Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...
2010-02-24 lgao41. Correct File header to ## @file
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-08 xli24Minor code enhancement.
2009-09-16 vanjeff1. updated "the Bus Driver that creates all of its...
2009-09-14 vanjeffupdated the Bus Driver that is able to create all or...
2009-08-18 jchen20modified to removed references to WinNt in the comments...
2009-07-21 lgao4Clean up code
2009-07-11 mdkinneyRemove extra #includes where possible to make build...
2009-07-10 gikidyReplace Fixed PCD with Feature PCD for useHalfHandshake...
2009-07-10 xli24Merge 3 PCDs for the ISA Bus Driver to a single PCD...
2009-07-10 gikidyFix a bug that process received data twice, it will...
2009-07-08 gikidyEnhanced module to handle half handshake flow control.
2009-07-02 rsun3Fix bugs in last code scrub.
2009-07-01 lgao4Fix code bug to cause deal loop when no floppy device.
2009-07-01 rsun3Isa Floppy driver code scrub.
2009-06-26 rsun3Coding style clean-up.
2009-06-26 lgao4Update code style.
2009-06-25 eric_tianupdate the comments on Event
2009-06-25 eric_tiancode scrub on Ps2MouseDxe/Ps2MouseAbsolutePointer module
2009-06-25 eric_tiancode scrub on Ps2MouseDxe module
2009-06-25 eric_tianfix build failure.
2009-06-25 eric_tianchange the enum field name convention to pass ECC
2009-06-24 klu2Fix the potential issue that using integrate as BOOLEAN...
2009-06-19 klu2Refine the comments.
2009-06-19 klu2Clean up the Ps2keyboardDxe module
2009-06-18 klu2The unicode char and shift unicode char should be unico...
2009-06-17 eric_tianadd meta-data to describe module behavior
2009-06-17 eric_tianclean ECC issue
2009-06-12 rsun3ISA Bus code scrub.
2009-06-11 rsun3ISA Bus driver code scrub. Fix a bug in Stop() that...
2009-06-10 rsun3ISA Bus driver code scrub.
2009-06-10 eric_tianfix the ecc issue.
2009-06-05 gikidyEnhance Ps2Mouse and Ps2Keyboard driver and fix for...
2009-06-01 mdkinneyRemove unnecessary use of gEfiStatusCodeSpecificDataGuid
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-24 gikidyAdjust the code so that global variable placed at begin...
2009-04-24 gikidyCOMPONENT_NAME & COMPONENT_NAME2 & DRIVER_BINDING check...
2009-04-24 gikidyCOMPONENT_NAME & COMPONENT_NAME2 checked in inf files.
2009-04-23 gikidy1. EDK_RELEASE_VERSION removed;
2009-04-21 hfangFix K8 report bugs.
2009-04-07 vanjeffreturn value not follow spec.
2009-03-23 hfangfix Klocwork issues
2009-03-04 vanjeffadd check for invalid handle.
2009-03-04 vanjeffretired PcdNtEmulatorEnable.
2009-02-25 vanjeffremove dependent package from inf files.
2009-02-25 vanjeffRetired gSimpleTextInExNotifyGuid, used local structure...
next