Age | Commit message (Expand) | Author |
2011-01-03 | Use REPORT_STATUS_CODExxx() macros directly. | mdkinney |
2010-12-30 | Update the Timeout used for Write() operations to consider the case where the... | mdkinney |
2010-12-17 | Removes the assumption in Supported() and Start() routine that the EFI_SIO_PR... | niruiyu |
2010-12-14 | Fix the IsaIo driver to not create ISA resource item when the ACPI resource r... | niruiyu |
2010-12-10 | Enhance IdeBusDxe to check the class code for IDE mode only. | lzeng14 |
2010-08-20 | Fix GCC build failure | niruiyu |
2010-08-19 | Check in the IsaIoDxe device driver that consumes EFI_SIO_PROTOCOL to produce... | niruiyu |
2010-08-10 | Add explicit type cast to suppress possible warning of precession loss. | xli24 |
2010-04-23 | Update the copyright notice format | hhtian |
2010-04-19 | Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift... | erictian |
2010-04-14 | Fix minor coding style issue. | qhuang8 |
2010-04-12 | Fix ICC build failure. | niruiyu |
2010-04-09 | 1. IsaSerialIo driver was changed to produce the flow control device path nod... | niruiyu |
2010-03-17 | fix ia32 build error. | erictian |
2010-03-17 | The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low... | erictian |
2010-03-10 | Fix the hardware flow control logic in SerialIo driver. | niruiyu |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-01-29 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney |
2010-01-26 | Update in IdeBus to solve the non-backward compatibility issue by the MdePkg ... | qhuang8 |
2010-01-08 | Minor code enhancement. | xli24 |
2009-10-20 | 1. Impl PI 1.2 PCI part. Major changes include: | davidhuang |
2009-10-10 | clean up non-English characters. | vanjeff |
2009-09-29 | add security check and remove un-necessary return sentence. | vanjeff |
2009-09-28 | Add security check to pass klockwork. | htao |
2009-09-25 | add security check | vanjeff |
2009-09-17 | Fix ICC build failure. | htao |
2009-09-16 | add SR-IOV support in EDK II. | htao |
2009-09-16 | 1. updated "the Bus Driver that creates all of its child handles on the first... | vanjeff |
2009-09-14 | updated the Bus Driver that is able to create all or one of its child handles... | vanjeff |
2009-09-08 | adjust error process code position. | vanjeff |
2009-09-08 | updated IdeBus driver not to create new child handle if RemainingDeviepath is... | vanjeff |
2009-08-28 | StartPciDevicesOnBridge() should correct return value. | vanjeff |
2009-08-24 | Make end of line consistent. | qhuang8 |
2009-08-18 | modified to removed references to WinNt in the comments for serial drivers | jchen20 |
2009-08-12 | add correct [Depex] section. | vanjeff |
2009-08-11 | update include file to use IndustryStandard/Pci.h | eric_tian |
2009-07-24 | roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc... | eric_tian |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian |
2009-07-21 | Clean up code | lgao4 |
2009-07-17 | move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_B... | eric_tian |
2009-07-15 | Clean up PERF macro usage. The macros were being used with 0 as the first pa... | darylm503 |
2009-07-14 | updated parameters name to match spec. | vanjeff |
2009-07-13 | rollback for fix scsi disk detection issue. | vanjeff |
2009-07-13 | updated parameters name to match spec. | vanjeff |
2009-07-11 | Remove extra #includes where possible to make build more efficient | mdkinney |
2009-07-10 | update the function header comment to comply with PI1.2 volume 5 | eric_tian |
2009-07-10 | Replace Fixed PCD with Feature PCD for useHalfHandshake to reduce code size. | gikidy |
2009-07-10 | Merge 3 PCDs for the ISA Bus Driver to a single PCD that is a bitmask of feat... | xli24 |
2009-07-10 | Fix a bug that process received data twice, it will cause serial work incorrect. | gikidy |