1. a94b1b8 OptionRomPkg: Remove redundant included header file defintion in Ax88772.h and Ax88772b.h files by jiaxinwu · 9 years ago
  2. 2bbe955 Add IPV6 support from UNDI by Ye Ting · 10 years ago
  3. 7db61f6 OptionRomPkg: Update UndiRuntimeDxe driver. by Liming Gao · 10 years ago
  4. cef89a5 OptionRomPkg: FrameBufferBltLib: drop set but not used variable by Laszlo Ersek · 10 years ago
  5. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  6. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  7. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  8. 3facc08 Fix wrong usage sizeof(SIZE). by Sergey Isakov · 10 years ago
  9. 53db912 Refine code to make it more safely. by Eric Dong · 11 years ago
  10. 1cc799c Fix CRLF format by Tian, Hot · 11 years ago
  11. d1226e2 OptionRomPkg: Corrected path for the FtdiUsbSerialDxe.inf in OptionRomPkg.dsc by Ashley DeSimone · 11 years ago
  12. 3f1484f OptionRomPkg: Added bus driver for FTDI USB to serial adapters by Ashley DeSimone · 11 years ago
  13. a4a4489 Fix OptionRomPkg build failure. by Qian Ouyang · 11 years ago
  14. 61f2ab9 Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UNDI, PXE_SW_UNDI to support greater than 256NICs in UNDI (Request by UEFI2.4 Mantis991). by Qian Ouyang · 11 years ago
  15. 4986bba Ax88772: Add logic to separate packet, fix MTU issue. Ax88772b: Fix driver model unload function, fix SCT test failures. by Yu Pei · 12 years ago
  16. cbcccd2 Update Code to pass EBC compiler. by lgao4 · 12 years ago
  17. 7f556e4 Contributed-under: TianoCore Contribution Agreement 1.0 by lpleahy · 12 years ago
  18. 906e1cb 1. Add EFI_COMPONENT_NAME2_PROTOCOL support for UNDI driver. by sfu5 · 12 years ago
  19. 4a823e2 The Driver Binding Protocol Stop() function for the UndiRuntimeDxe is performing actions in the incorrect order. The call to UninstallMultipleProtocolInterfaces() removes all the protocols from the child handle, which means ChildHandleBuffer[Index] is no longer valid. After the call to UninstallMultipleProtocolInterfaces(), ChildHandleBuffer[Index] is used again in a call to CloseProtocol(). The handle is not valid, so CloseProtocol() returns an error and generates an ASSERT(). by mdkinney · 12 years ago
  20. 3d78c02 Fix comparisons of enumerated types which may cause warnings for some compilers. by rsun3 · 12 years ago
  21. c7907ba Fixed header comment by lpleahy · 13 years ago
  22. bce3e2a update copyright format by hhtian · 13 years ago
  23. 8dde1f6 SNP driver for ASIX Electronics AX88772 found in SMC Networks SMC2209 USB/Ethernet 10/100 adapter. by lpleahy · 13 years ago
  24. bff8c6f Update copyright format by hhtian · 13 years ago
  25. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  26. 7694367 Refine file header format to follow coding style. by ydong10 · 13 years ago
  27. c1ff10e Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of NII_TABLE. by vanjeff · 13 years ago
  28. 9d1cd80 Remove old COMPRESS keyword, has add new kewword PCI_COMPRESS. by ydong10 · 13 years ago
  29. b28b274 Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. by niruiyu · 13 years ago
  30. 46293a4 Clean up invalid keywords and missing keywords in [Define] section of INF/DEC files. by lzeng14 · 14 years ago
  31. 98208ad update copyright line format by hhtian · 14 years ago
  32. cbdffd2 Clean up DEC files: by mdkinney · 14 years ago
  33. ef73b0a Add data type convert action to avoid warning. by ydong10 · 14 years ago
  34. fd776d3 Refine code to make code run more safely. by ydong10 · 14 years ago
  35. 8990b82 OptionRomPkg FrameBufferBltLib: Fix build warning with ICC by jljusten · 14 years ago
  36. 437dfba OptionRomPkg BltLibSample: Fix build for IPF architecture by jljusten · 14 years ago
  37. f415234 Fix an issue that upper layer driver can not use NIC card in its driver binding stop(). by tye1 · 14 years ago
  38. f6e5ce5 OptionRomPkg: Fix build error with BaseTools trunk by jljusten · 14 years ago
  39. f057c25 OptionRomPkg: Fix Visual Studio compiler warnings by jljusten · 14 years ago
  40. a12199e OptionRomPkg BltLibSample: Add sample application for BltLib by jljusten · 14 years ago
  41. 4d19dea OptionRomPkg: Add GOP based BltLib by jljusten · 14 years ago
  42. e5e1d2e OptionRomPkg: Add FrameBufferBltLib implementation of BltLib by jljusten · 14 years ago
  43. caebd91 OptionRomPkg: Add BltLib definition by jljusten · 14 years ago
  44. 15b96d9 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
  45. e0ee9d9 Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver/PCI host bridge drivers/LPC/VGA device drivers. by rsun3 · 14 years ago
  46. 80448f6 Refine some code to make code run safely. by ydong10 · 14 years ago
  47. 3a8ab95 Clean up package/platform DSC files by the following steps: by lgao4 · 15 years ago
  48. ac1ca10 Update the copyright notice format by hhtian · 15 years ago
  49. 3276b57 Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. by klu2 · 15 years ago
  50. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  51. 135ec2d Update UNDI driver to expose dynamic media detect capability. by xdu2 · 15 years ago
  52. cd41792 Enable Undi driver to support multicast MAC address mapped from IPv6 address by tye · 15 years ago
  53. dc9624a Remove Driver Health sample driver from OptionRomPkg. by gikidy · 15 years ago
  54. 432cf05 A sample driver produces driver health protocol. This driver use DiskIO driver as a template. by gikidy · 15 years ago
  55. 6fe8520 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and Start() functions. The main changes are: by vanjeff · 15 years ago
  56. 5781db0 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
  57. b9c6eef Add default parameters for EfiRom for Cirrus Logic 5430. by jljusten · 15 years ago
  58. 110d3a9 Use PixelFormat PixelBitMask in CirrusLogic5430Dxe driver. by jljusten · 15 years ago
  59. 51ebae6 add UndiRuntimeDxe from MdeModulePkg to OptionRomPkg. by vanjeff · 15 years ago
  60. c453660 Fix Build failure by lgao4 · 15 years ago
  61. 85f8bc3 Do not update the GL-GD5446 DRAM Control register during by jljusten · 16 years ago
  62. 8c5c1f3 Do not draw anything during DrawLogo. by jljusten · 16 years ago
  63. 8469b66 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  64. 9f35431 add new files. by vanjeff · 16 years ago
  65. 2e29389 retire i2c library, move its implementation to CirrusLogic5430Dxe by vanjeff · 16 years ago
  66. 0e27fef Add PCI option to generate OptionRom by lgao4 · 16 years ago
  67. dcbb35e Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  68. 712ef76 Removed unused library instances for Option ROM package DSC files by qhuang8 · 16 years ago
  69. 9346dfb Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  70. 3243808 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  71. fe18636 Fix build warning generated by ICC and MSVC compilers. by jljusten · 16 years ago
  72. d52be0e Use the Controller handle to open the protocol, rather than the by jljusten · 16 years ago
  73. 6f71649 Resolve a bug where the initial ReadEdidData 'for' loop would loop by jljusten · 16 years ago
  74. 3501cc9 Add the dependency of DevicePathLib for the reference of DevicePathLib macros. by qhuang8 · 16 years ago
  75. ba31c2e 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
  76. bc14bdb by vanjeff · 16 years ago
  77. cc1143b Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
  78. 7338117 remove the unused msa/npsd files by lgao4 · 16 years ago
  79. ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
  80. 6fc89cb Update the library instance: PeiDxeDebugLibReportStatusCode library instance should not be applied to option ROM drivers. by qhuang8 · 16 years ago
  81. 995ceff Fix typo in GUID declarations by qhuang8 · 16 years ago
  82. 93da4b6 Fix case issues by qhuang8 · 16 years ago
  83. 0de1895 remove ACPI_DISPLAY_ADR definition, since it has been defined in MdePkg. by vanjeff · 17 years ago
  84. 4e768df Modify all file header to follow doxygen format by klu2 · 17 years ago
  85. 31f9e63 1. add DxeI2c Library in OptionRomPkg. by vanjeff · 17 years ago
  86. c281c69 Add preparation for FAR release. by qhuang8 · 17 years ago
  87. 6a6d955 Fixed potential issues to release resources when error occurs. by vanjeff · 17 years ago
  88. 94b73c2 Save original PCI attributes in start() function and restore it in Stop(). by vanjeff · 17 years ago
  89. 54857d5 Apply library to test controller handle. by qhuang8 · 17 years ago
  90. 87f8ccb Port CirrusLogic5430 from EDK II code base. by qhuang8 · 17 years ago
  91. 4cc9af6 Update AtapiPassThru driver in Option ROM package to support to produce EFI Driver supported EFI version protocol, which is required for EFI drivers that are on PCI and other plug in cards. by qhuang8 · 17 years ago
  92. 823f7d4 Add OptionRomPkg, it contains AtapiPassThru driver for the test purpose of Scsi Bus support. by qhuang8 · 17 years ago