]> git.proxmox.com Git - mirror_edk2.git/commit
1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Sep 2008 07:12:23 +0000 (07:12 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 19 Sep 2008 07:12:23 +0000 (07:12 +0000)
commit05c0e3cb8ad921c94ef51fc972e117baa32ce82f
tree16a04432c6fe45ed15106af3c0196c0cdad0bc59
parent2a5f2a5036425ab097f5ad203f65ff96c0059441
1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Spec
[Root Cause Analysis]
The PXE offer selection in the PXE driver is splitted into two passes and the two passes are required to follow the same flow. However, in current code, there is some difference between the two.
[Solution]
make the second offer selection pass exactly match the first one.

2. Fixed one bug when allocating pool for UDP transmit packet.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5932 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h