Series reviewed-by: Samer El-Haj-Mahmoud <el...@hpe.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni
Sent: Tuesday, April 5, 2016 2:54 AM
To: edk2-devel@lists.01.org
Cc: Ruiyu Ni <ruiyu...@intel.com>
Subject: [edk2] [Patch v4 0/3] HTTP Boot to RAM Disk

The existing code already supports HTTP boot to RAM Disk.
The patch 1/3 is to follow the ACPI spec to use reserved memory instead of BS 
memory.
Patch 2/3 is to fix the memory leak issue when Http Boot finishes or fails.
Patch 3/3 is to update memory type information check algorithm to support Ram 
Disk case.

v4 takes Sunny's suggestion to store the ram disk device path instead of handle.

Ruiyu Ni (3):
  MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot media
  MdeModulePkg/Bds: Free resources after ram disk boot finishes
  MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM Disk

 MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c   | 305 ++++++++++++++++-----
 MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c   |  19 +-
 .../Library/UefiBootManagerLib/InternalBm.h        |  48 ++--
 .../UefiBootManagerLib/UefiBootManagerLib.inf      |   1 +
 4 files changed, 272 insertions(+), 101 deletions(-)

--
2.7.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to