UEFI Spec HTTP Boot Device Path, after retrieving the boot resource
information, the BootURI device path node will be updated to include
the BootURI information. It means the device path on the child handle
will be updated after the LoadFile() service is called.

To handle this case, DxeCore, DxeSecurityManagementLib and UefiBootManagerLib
are updated as the below:
1) Get Device handle based on Device Path
2) Call LoadFile() service (GetFileBufferByFilePath() API) to get Load File 
Buffer.
3) Retrieve DevicePath from Device handle

Liming Gao (3):
  MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePath
  MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePath
  MdeModulePkg: Update DxeCore to handle LoadFile DevicePath

 MdeModulePkg/Core/Dxe/Image/Image.c                | 61 +++++++++++++++-------
 .../DxeSecurityManagementLib.c                     | 22 +++++++-
 .../DxeSecurityManagementLib.inf                   |  8 ++-
 MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c   | 11 +++-
 4 files changed, 77 insertions(+), 25 deletions(-)

-- 
1.9.5.msysgit.0


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to