[edk2] BaseTools features: multiple workspaces

2015-08-02 Thread Gao, Liming
Hi, all We will update BaseTools feature to allow more than one workspaces. The detail design in the below. Please help review it. If you have any comments, please let me know. 1. Keep $(WORKSPACE) environment as is a. $(WORKSPACE) determines location of Build and Conf directory.

Re: [edk2] [Patch] Nt32Pkg: Remove old useless bds platform lib.

2015-08-02 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni ruiyu...@intel.com -Original Message- From: Dong, Eric Sent: Monday, August 3, 2015 10:57 AM To: Ni, Ruiyu ruiyu...@intel.com; edk2-devel@lists.01.org Subject: [Patch] Nt32Pkg: Remove old useless bds platform lib. Contributed-under: TianoCore Contribution

Re: [edk2] BaseTools features: multiple workspaces

2015-08-02 Thread Ni, Ruiyu
Path separator in Linux seems to be :. Will you always use ;? Thanks, Ray -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Gao, Liming Sent: Monday, August 3, 2015 11:57 AM To: edk2-devel@lists.01.org Subject: [edk2] BaseTools features:

[edk2] [Patch 1/3] ArmVirtPkg: Copy QemuBootOrderLib to ArmVirtPkg

2015-08-02 Thread Ruiyu Ni
Because OvmfPkg will change to use new BDS in MdeModulePkg. Keep the QemuBootOrderLib which depends on old BDS library in ArmVirtPkg because ArmVirtPkg are still using old BDS in IntelFrameworkModulePkg. We can unify the QemuBootOrderLib in future if ArmVirtPkg starts to use new BDS as well.

[edk2] [Patch 0/3] Use new BDS and UiApp for OvmfPkg

2015-08-02 Thread Ruiyu Ni
A new BDS and UiApp was created in MdeModulePkg and are already used in Nt32Pkg. The patch changes the OvmfPkg to use the new BDS and UiApp as well. Ruiyu Ni (3): ArmVirtPkg: Copy QemuBootOrderLib to ArmVirtPkg OvmfPkg: use new BDS and UiApp in MdeModulePkg OvmfPkg: Remove unused

[edk2] [Patch 3/3] OvmfPkg: Remove unused PlatformBdsLib after using new BDS.

2015-08-02 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni ruiyu...@intel.com Cc: Jordan Justen jordan.l.jus...@intel.com Cc: Laszlo Ersek ler...@redhat.com --- OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 1597 -

[edk2] [Patch 2/3] OvmfPkg: use new BDS and UiApp in MdeModulePkg

2015-08-02 Thread Ruiyu Ni
Compare to the old BDS, the new BDS separates the UI part to a standalone application UiApp. QemuBootOrderLib was changed to depend on the UefiBootManagerLib. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni ruiyu...@intel.com Cc: Jordan Justen

Re: [edk2] [PATCH v4 00/13] BaseTools: unify all GCC linker scripts

2015-08-02 Thread Liu, Yingke D
Hi Ard, Sorry for delaying reply, please go ahead, If Liming agreed BaseTools' patches, you could commit them without my feedback. Thanks, Dennis -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Friday, July 31, 2015 19:05 To: edk2-devel@lists.01.org;

Re: [edk2] [Patch] BaseTools/build_rule: Added --trim-long option.

2015-08-02 Thread Gao, Liming
Reviewed-by: Liming Gao liming@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yingke Liu Sent: Monday, August 03, 2015 10:46 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools/build_rule: Added --trim-long option.

[edk2] [PATCH] MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()

2015-08-02 Thread Star Zeng
to right after CoreInitializeGcdServices(). Why? Some platforms maybe report both below 4G and above 4G memory resource hob as tested, then CoreInitializeMemoryServices() will find and add the tested above 4G memory resource hob to memory descriptor for early memory allocation services, then if

[edk2] [Patch] Nt32Pkg: Remove old useless bds platform lib.

2015-08-02 Thread Eric Dong
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong eric.d...@intel.com --- Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c | 561 -- Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h | 119 --- Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf | 63

[edk2] [Patch] Nt32Pkg: Do the connect all and Refresh boot option after console is connected.

2015-08-02 Thread Eric Dong
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong eric.d...@intel.com --- Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c

Re: [edk2] [PATCH] MdeModulePkg DxeCore: Move ProcessLibraryConstructorList()

2015-08-02 Thread Gao, Liming
Reviewed-by: Liming Gao liming@intel.com -Original Message- From: Zeng, Star Sent: Monday, August 03, 2015 10:57 AM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [PATCH] MdeModulePkg DxeCore: Move ProcessLibraryConstructorList() to right after CoreInitializeGcdServices().