- 6fe8520 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start() functions. The main changes are: 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
- 3af875e In various archs, Processor memory address may not be same with Pci memory address. For usb host controller, we should use pci memory address to initialize framelist register and all address field in QH/TD. by eric_tian · 15 years ago
- 16a9777 free allocated memory in error handler. by eric_tian · 15 years ago
- 73f8ef8 add error handler in return places. by eric_tian · 15 years ago
- 9420fc1 modify the incorrect timeout value definitions in Usb driver by eric_tian · 15 years ago
- ba19956 add comments to clarify the enhancement on EHCI driver, which is guaranteed to get attached to EHCI host controller before UHCI driver attaches to uhci host controller. by eric_tian · 15 years ago
- a261044 code cleanup: by eric_tian · 16 years ago
- cd92e3f Adding a segment code to make sure that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller by eric_tian · 16 years ago
- 88e349f Fixed a bug that the system hangs with an assert in DiskIo.c that is division overflow due to block size == 0 when no flppy media is present in a specific type of USB floppy drive (NEC PC-VP-BU04)at power on. by rsun3 · 16 years ago
- 6795df3 remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg by vanjeff · 16 years ago
- d14faa5 Update the SCSI Disk Driver to not mount drives on physical only SCSI channels by gikidy · 16 years ago
- ef13cf2 Enhance error handle of BuildDevicePath for it is possible to receive other errors. by gikidy · 16 years ago
- 7e03844 remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
- 4607d9e The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. by gikidy · 16 years ago
- 776a705 Update USB Mass Storage driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
- d1a8a1d Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be discovered. Per SCSI spec, the standard INQUIRY data shall contain at least 36 bytes and the length of the data is variable. The definition by rsun3 · 16 years ago
- 0254efc Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- bdc8251 Changed ID into Id. by vanjeff · 16 years ago
- cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
- 6d3ea23 Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. by jljusten · 16 years ago
- 0428a6c fixed DMA not be stopped issue when gBS->ExitBootServices called. by vanjeff · 16 years ago
- c41c3e5 Install default keyboard layout package in USB keyboard driver. by qhuang8 · 16 years ago
- 8a67d80 return value not follow spec. by vanjeff · 16 years ago
- b5378fa Remove bypass of F11 and F12. by jji4 · 16 years ago
- b96cd31 Read-Capacity16 command added for SCSI drivers by jji4 · 16 years ago
- 1e5914b R8 tracker sync: by eric_tian · 16 years ago
- 0dc9978 add check for invalid handle. by vanjeff · 16 years ago
- 3dcdbe7 update by eric_tian · 16 years ago
- 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
- aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
- fbfa4a1 Minor update on capitalization for ECC check. by xli24 · 16 years ago
- db0bd81 enhanced security check. by vanjeff · 16 years ago
- cb0b858 add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
- a1b749d add assert logic to avoid Klocwork fake report by eric_tian · 16 years ago
- fd0d484 clean ecc by eric_tian · 16 years ago
- ed3a31b Pass ECC check. by xli24 · 16 years ago
- a676b86 Coding style checked by jji4 · 16 years ago
- 4de1f28 fix ecc by eric_tian · 16 years ago
- 7b728d6 Use TO_START and BY_START for UEFI driver model driver. by qwang12 · 16 years ago
- 17d6c2e 3) Doxygen comment cleanup. by qwang12 · 16 years ago
- e08d88c 3) Doxygen comment cleanup. by qwang12 · 16 years ago
- 597f4ee 1) Fix a typo in EhcMoniteAsyncRequests. by qwang12 · 16 years ago
- 01a5c99 use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES by jji4 · 16 years ago
- 1068a65 Code size optimized by jji4 · 16 years ago
- 280544d Add information in Meta-Data file by eric_tian · 16 years ago
- 603e7c0 Add information in Meta-Data file by eric_tian · 16 years ago
- e7cd6e6 Add information in Meta-Data file by eric_tian · 16 years ago
- af58e37 add parameter check logic to clean up Klocwork warning. by eric_tian · 16 years ago
- 7772b17 Update for Meta data. by xli24 · 16 years ago
- 7a79628 Add check for NULL pointer. by xli24 · 16 years ago
- 49fabc8 Source level security checked by jji4 · 16 years ago
- 8d4cd91 1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol by gikidy · 16 years ago
- c92e277 Minor refinement for USB modules. by xli24 · 16 years ago
- 81464cf Update for code security. by xli24 · 16 years ago
- 3e03cb4 Refine USB Mass Storage Driver. by xli24 · 16 years ago
- d80ed2a Code scrub for USB Mass Storage Driver. by xli24 · 16 years ago
- 3ed0238 INF extension reviewed by jji4 · 16 years ago
- eec6d25 Renamed remotely by xli24 · 16 years ago
- 67b8a9c Code Scrub for USB Mouse Absolute Pointer Driver. by xli24 · 16 years ago
- 2d4117c Typo corrected by jji4 · 16 years ago
- 29129ce Code Scrub for USB mouse driver. by xli24 · 16 years ago
- e15c65a Check Library usage and fix some typo. by gikidy · 16 years ago
- d17371e Check Library usage and fix some typo. by gikidy · 16 years ago
- ec30be9 Coding style checked by jji4 · 16 years ago
- 7351070 Library usage checked by jji4 · 16 years ago
- 7df7393 check the usage of %d,%x,%ld,%lx and so on in debug print statement. by jji4 · 16 years ago
- f7a56b6 Library class of MemoryAllocationLib has been added. by jji4 · 16 years ago
- 94e0fd0 Library class of MemoryAllocationLib has been added. by jji4 · 16 years ago
- 9b38ff3 Some codes have been altered and replaced by functions of memory allocation library. by jji4 · 16 years ago
- dfe687c Fix some typo. by gikidy · 16 years ago
- 6c94a00 Some codes have been altered and replaced by library functions which makes more efficient and rational. by jji4 · 16 years ago
- f3f2e05 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
- 3dad0f7 Sync function prototype. by xli24 · 16 years ago
- b4e73a6 Code Scrub for UsbKbDxe module. by xli24 · 16 years ago
- d7db090 Fix some typo. by gikidy · 16 years ago
- 5f8be01 Add description to .inf files. by gikidy · 16 years ago
- 2c6d600 INF module description added by jji4 · 16 years ago
- 50d7eba Change _CR() to BASE_CR() to follow naming convention by mdkinney · 16 years ago
- 5899f27 Code Scrub for UsbKbDxe module. by xli24 · 16 years ago
- edd1ceb Typo corrected by jji4 · 16 years ago
- d354ab7 1)Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
- cfc8865 Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_ARCHITECTURES in inf files with DSC file. by gikidy · 16 years ago
- aa79b0b Global variables have been moved backward ahead of functions. by jji4 · 16 years ago
- bfd8914 Add the AND of all architectural protocols for this special DXE_RUNTIME driver. by qhuang8 · 16 years ago
- e72a3b3 Update SCSI modules to use new macros defined in UefiLib. by qhuang8 · 16 years ago
- 7077edb Code Scrub by jji4 · 16 years ago
- dfb74df Rename the reference library class of UsbLib to UefiUsbLib. by qhuang8 · 16 years ago
- ae50ee2 Rename the reference library class of ScsiLib to UefiScsiLib. by qhuang8 · 16 years ago
- 9beb888 Code Scrub: MdeModulePkg\Bus\ScsiBusDxe\ MdeModulePkg\Bus\ScsiDisk\ by jji4 · 16 years ago
- 1232b21 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
- d51cf79 Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming convention for MACRO. by qwang12 · 16 years ago
- e4ff901 Remove over specific Guid by klu2 · 16 years ago
- 676df92 Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. by qwang12 · 16 years ago
- fe1e36e Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- 0e549d5 Make use of correct format String: by qwang12 · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- e53a6ea remove EFI_EVENT_ alias, replace them with EVT_ by vanjeff · 16 years ago
- 60c9367 The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h. by lgao4 · 16 years ago
- e872988 remove the unused msa files in MdeModulePkg. by lgao4 · 16 years ago