Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android
/
bootable
/
bootloader
/
edk2
/
f54e1022b2563388d0e8b0fec9f752852e819748
/
OptionRomPkg
/
UndiRuntimeDxe
2bbe955
Add IPV6 support from UNDI
by Ye Ting
· 10 years ago
7db61f6
OptionRomPkg: Update UndiRuntimeDxe driver.
by Liming Gao
· 10 years ago
53db912
Refine code to make it more safely.
by Eric Dong
· 11 years ago
a4a4489
Fix OptionRomPkg build failure.
by Qian Ouyang
· 11 years ago
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
906e1cb
1. Add EFI_COMPONENT_NAME2_PROTOCOL support for UNDI driver.
by sfu5
· 12 years ago
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
c1ff10e
Consume the UNDI_CONFIG_TABLE defined in MdePkg and remove the local definition of NII_TABLE.
by vanjeff
· 13 years ago
f415234
Fix an issue that upper layer driver can not use NIC card in its driver binding stop().
by tye1
· 14 years ago
80448f6
Refine some code to make code run safely.
by ydong10
· 14 years ago
ac1ca10
Update the copyright notice format
by hhtian
· 15 years ago
7b202cb
1. Correct File header to ## @file
by lgao4
· 15 years ago
135ec2d
Update UNDI driver to expose dynamic media detect capability.
by xdu2
· 15 years ago
cd41792
Enable Undi driver to support multicast MAC address mapped from IPv6 address
by tye
· 15 years ago
51ebae6
add UndiRuntimeDxe from MdeModulePkg to OptionRomPkg.
by vanjeff
· 15 years ago