Reviewed-by: Eric Dong <eric.d...@intel.com> -----Original Message----- From: Ruiyu Ni [mailto:ruiyu...@intel.com] Sent: Monday, May 11, 2015 10:45 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [Patch V2 0/2] Enable new BDS in Nt32 platform
This version of patches separate the PlatformBootManagerLib from the DSC/FDF change. Ruiyu Ni (2): Nt32Pkg: Add PlatformBootManagerLib to Nt32 platform. Nt32Pkg: Enable new BDS in NT32 platform. Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 220 ++++++++++++++++++++ Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.h | 78 +++++++ Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 52 +++++ Nt32Pkg/Library/PlatformBootManagerLib/PlatformData.c | 158 ++++++++++++++ Nt32Pkg/Nt32Pkg.dsc | 13 +- Nt32Pkg/Nt32Pkg.fdf | 8 +- 6 files changed, 526 insertions(+), 3 deletions(-) create mode 100644 Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c create mode 100644 Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.h create mode 100644 Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf create mode 100644 Nt32Pkg/Library/PlatformBootManagerLib/PlatformData.c -- 1.9.5.msysgit.1 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel