- 35e471d IntelFrameworkModulePkg IsaFloppyDxe: Use safe string functions by Hao Wu · 10 years ago
- 684fec3 IntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialClockRate instead of hard code value by Ruiyu Ni · 10 years ago
- bc19591 IntelFrameworkModulePkg: Modify IsaSerialDxe to follow driver rules by Hao Wu · 10 years ago
- 9439da5 IntelFrameworkModulePkg: Remove a duplicated hardcode string by Hao Wu · 10 years ago
- 46dd588 IntelFrameworkModulePkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
- 9fbebd8 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- f9841f0 IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages by Zeng, Star · 10 years ago
- fe78194 MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerialDxe to use PcdGetxx() instead of FixedPcdGetxx(). by Zeng, Star · 10 years ago
- 1a45b15 Add type cast on variable before operation. by Jeff Fan · 10 years ago
- 613382e Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- e364478 Fixed typos: hanlder should be handler. by Chen Fan · 11 years ago
- 45295cf Refine code to make it more safely. by Eric Dong · 11 years ago
- e9bf5b1 Rename TimeoutInSeconds to Timeout to avoid confusion. by Jeff Fan · 11 years ago
- cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
- 9bdcf58 Refine the code to avoid error report. by ydong10 · 12 years ago
- cb38c32 Add missing status code in several modules. by li-elvin · 12 years ago
- 616ac6f Fix ECC issue. by li-elvin · 12 years ago
- 4ccfd30 Add PcdFastPS2Detection to improve PS2 keyboard driver start performance. by li-elvin · 12 years ago
- 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
- 5df0877 Add comments to explain the reason return status is not checked. The return status of KeyboardRead is not used. by li-elvin · 12 years ago
- ca89ab9 IntelFrameworkModulePkg/IdeBusDxe: Add error check on the return status of invoking AtaSoftReset(). by erictian · 12 years ago
- 402e4a9 Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. by niruiyu · 12 years ago
- a974619 Remove the check of signature because the code which looks for the input NotifyHandle in the internal linked list is enough. by niruiyu · 13 years ago
- ace74c6 Use PCD to customize if ps2 mouse and mouse pointer device do full reset. by li-elvin · 13 years ago
- 9891f79 Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are both pressed; SimpleTextIn implementation still returns CTRL+3. by niruiyu · 13 years ago
- 5829afe 1. Add Partial Keystroke Support in Ps2Kb drivers. See the Uefi2.3.1a chapter 11.2 by qianouyang · 13 years ago
- 0d0bbc9 Fix Ps2KeyboardDxe driver to return correct key data when Shift/Ctrl/Alt and PrtSc/SysRq are both pressed, when Ctrl and Pause/Break are both pressed. by niruiyu · 13 years ago
- 8a30d78 Fixed issue that addition LEFT CTRL key was detected when press PAUSE key. PS2 keyboard driver should consume all bytes of scan code for PAUSE key. by vanjeff · 13 years ago
- f6c014f Add a PcdPs2KbdExtendedVerification to let user to choose whether extend reset for keyboard driver in start (). Add more debug information in the driver. by li-elvin · 13 years ago
- c2d9a4d Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 14 years ago
- d8387fa IntelFrameworkModulePkg: Add IsaFloppyPei driver by jljusten · 14 years ago
- 4bb5fd6 Add more status code in drivers. by li-elvin · 14 years ago
- e812318 Update PS/2 keyboard driver to return scan code for Pause key. by vanjeff · 14 years ago
- abfbafd Remove disabling keyboard/auxiliary interface in Driver Binding Protocol.Stop() of Ps2KeyboardDxe/Ps2MouseDxe/Ps2MouseAbsolutePointer driver so that PS/2 keyboard and mouse can be used with legacy option ROMs after all EFI drivers have been disconnected. by li-elvin · 14 years ago
- 5d7ca12 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
- c220787 Fix the PS2 keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
- ee68620 Use REPORT_STATUS_CODExxx() macros directly. by mdkinney · 14 years ago
- 9969fde Update the Timeout used for Write() operations to consider the case where the Tx FIFO is full on entry to Write(). by mdkinney · 14 years ago
- 12b7f50 Removes the assumption in Supported() and Start() routine that the EFI_SIO_PROTOCOL is installed in the immediate child handle of the PCI controller. Multiple SIO platform could have an additional layer between the PCI controller and the EFI_SIO_PROTOCOL instance. by niruiyu · 14 years ago
- 3a0e054 Fix the IsaIo driver to not create ISA resource item when the ACPI resource returned from EFI_SIO_PROTOCOL::GetResources() is 0. by niruiyu · 14 years ago
- e519401 Enhance IdeBusDxe to check the class code for IDE mode only. by lzeng14 · 14 years ago
- f6aa9c1 Fix GCC build failure by niruiyu · 14 years ago
- 558be45 Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce EFI_ISA_IO_PROTOCOL. by niruiyu · 14 years ago
- 13314ba Add explicit type cast to suppress possible warning of precession loss. by xli24 · 14 years ago
- 180a5a3 Update the copyright notice format by hhtian · 15 years ago
- 69c3ab9 Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShiftState value. by erictian · 15 years ago
- 2db3d86 Fix minor coding style issue. by qhuang8 · 15 years ago
- bf19b44 Fix ICC build failure. by niruiyu · 15 years ago
- 6b008b7 1. IsaSerialIo driver was changed to produce the flow control device path node when the remaining device path contains such node. And it will return unsupported when receiving a remaining device path only contains UART node and it’s already produced the flow control node. by niruiyu · 15 years ago
- d96d37d fix ia32 build error. by erictian · 15 years ago
- c0d69d1 The ATA alignment_logic_in_phy_blocks field doesn’t directly report the lowest aligned LBA. Instead, there’s some modulo arithmetic involved. by erictian · 15 years ago
- 711d072 Fix the hardware flow control logic in SerialIo driver. by niruiyu · 15 years ago
- 03b8583 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- c37f052 Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These should only be used for PCDs that are used to pre-init global variables, pre-init global structures, or size arrays. by mdkinney · 15 years ago
- a7ddec1 Update in IdeBus to solve the non-backward compatibility issue by the MdePkg updates in Edk r9817. by qhuang8 · 15 years ago
- 1ace000 Minor code enhancement. by xli24 · 15 years ago
- d47bdf8 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 1910fba clean up non-English characters. by vanjeff · 15 years ago
- 5c7e09c add security check and remove un-necessary return sentence. by vanjeff · 15 years ago
- 9dd44c0 Add security check to pass klockwork. by htao · 15 years ago
- eb14b48 add security check by vanjeff · 15 years ago
- cf15d83 Fix ICC build failure. by htao · 15 years ago
- 7fc72ec add SR-IOV support in EDK II. by htao · 15 years ago
- 9be2900 1. updated "the Bus Driver that creates all of its child handles on the first call to Start()" not to create any child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- af4a638 updated the Bus Driver that is able to create all or one of its child handles on each call to Start() not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- 9d0ece8 adjust error process code position. by vanjeff · 15 years ago
- 2277ab9 updated IdeBus driver not to create new child handle if RemainingDeviepath is the End of Device Path Node, per UEFI 2.3. by vanjeff · 15 years ago
- 0c3312f StartPciDevicesOnBridge() should correct return value. by vanjeff · 15 years ago
- 563c9c8 Make end of line consistent. by qhuang8 · 15 years ago
- 8f3e122 modified to removed references to WinNt in the comments for serial drivers by jchen20 · 15 years ago
- e5d1b4f add correct [Depex] section. by vanjeff · 15 years ago
- 7d1aa70 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- 949ae9a roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
- 9910cfe if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
- 19bf20e Clean up code by lgao4 · 15 years ago
- f98dc3c move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_BUS_SMART_OVERTHRESHOLD and EFI_IOB_ATA_BUS_SMART_UNDERTHRESHOLD macros to StatusCode.h in IntelFrameworkPkg\Include\Framework. by eric_tian · 16 years ago
- 24098ac Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
- 1d14c35 updated parameters name to match spec. by vanjeff · 16 years ago
- f3f33e1 rollback for fix scsi disk detection issue. by vanjeff · 16 years ago
- 21d2b17 updated parameters name to match spec. by vanjeff · 16 years ago
- 79bc7a8 Remove extra #includes where possible to make build more efficient by mdkinney · 16 years ago
- bab0c17 update the function header comment to comply with PI1.2 volume 5 by eric_tian · 16 years ago
- 77b91d8 Replace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size. by gikidy · 16 years ago
- 10c1a4c Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of features. by xli24 · 16 years ago
- 2e01113 Fix a bug that process received data twice, it will cause serial work incorrect. by gikidy · 16 years ago
- 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago
- fa70a2c Enhanced module to handle half handshake flow control. by gikidy · 16 years ago
- 574bb8b Add IncompatiblePciDeviceSupportDxe module in IntelFrameworkModulePkg. by vanjeff · 16 years ago
- 9eb130f Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. by vanjeff · 16 years ago
- 6c2e50d fixed one typo. by vanjeff · 16 years ago
- 2101c62 Fix bugs in last code scrub. by rsun3 · 16 years ago
- 61efb25 Fix code bug to cause deal loop when no floppy device. by lgao4 · 16 years ago
- d6321d6 Isa Floppy driver code scrub. by rsun3 · 16 years ago
- 9c10bff fixed ecc and k8 issues. by vanjeff · 16 years ago
- 0a2dfa1 Coding style clean-up. by rsun3 · 16 years ago
- 91c6819 Update code style. by lgao4 · 16 years ago
- 9b90631 by jchen20 · 16 years ago
- ae358cb Clean up ECC. by vanjeff · 16 years ago
- 7dd9487 by jchen20 · 16 years ago