[edk2] [PATCH] NetworkPkg: Fix RSOD issue in Ip6Dxe

2016-09-21 Thread Gary Li
will be removed twice. DelayNode = NET_LIST_USER_STRUCT (Entry2, IP6_DELAY_JOIN_LIST, Link); ... RemoveEntryList (&DelayNode->Link); Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Li --- NetworkPkg/Ip6Dxe/Ip6Nd.c | 31 +-- 1 file

[edk2] [PATCH v2] MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loop

2016-06-03 Thread Gary Li
Prevent the BmRepairAllControllers routine in an infinite loop Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Li --- MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c | 11 +-- .../Library/UefiBootManagerLib/UefiBootManagerLib.inf | 3

[edk2] [PATCH] MdeModulePkg:Prevent the BmRepairAllControllers routine in an infinite loop

2016-06-01 Thread Gary Li
Prevent the BmRepairAllControllers routine in an infinite loop Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Li --- MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c | 11 +-- .../Library/UefiBootManagerLib/UefiBootManagerLib.inf | 3

[edk2] [PATCH] NetworkPkg: Don't need to update device path in home environment

2016-04-14 Thread Gary Li
Don't need to update device path in home environment Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Li --- NetworkPkg/HttpBootDxe/HttpBootClient.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NetworkPkg/HttpBootDxe/HttpBootClient.c b/Netwo