Re: [edk2] [PATCH] BaseTools: Optimizing DscDefaultValue process in BuildReport

2018-01-20 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Feng, YunhuaX Sent: Saturday, January 20, 2018 2:23 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Gao, Liming ; Feng, YunhuaX

Re: [edk2] [PATCH] BaseTools: Fix increment build bug

2018-01-20 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu I will add more info into when push this patch. eg: BaseTools: Fix GenFds increment build bug that missing cover command option's change Best Regards, Zhu Yonghong -Original Message- From: Feng, YunhuaX Sent: Friday, January 19, 2018

Re: [edk2] [PATCH edk2-non-osi v1 2/3] Hisilicon D0x: Fix network interface order issue

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:02, Heyi Guo wrote: > Update SnpPV660Dxe binary to fix network interface order issue. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang

Re: [edk2] [PATCH edk2-non-osi v1 3/3] Hisilicon D0x: Move SnpPlatform to edk2-platforms.

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:02, Heyi Guo wrote: > --- > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi | Bin 3040 -> > 0 bytes > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf | 24 > >

Re: [edk2] [PATCH edk2-non-osi v1 1/3] Hisilicon D03/D05: Move SasPlatform to edk2-platforms

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:02, Heyi Guo wrote: > From: Jason Zhang > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 14/14] Hisilicon D03/D05: Update firmware version to 18.02

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > Replace the old string with short one. The old one is > too long that can not be show integrallty in Setup nemu. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 13/14] Hisilicon/Library: Add OsBootLib

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > OsBootLib can create OS option after upgrade firmware. > Can you add a bit more explanation why you need this? > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 12/14] Hisilicon/D05/ACPI: Add Pcie, HNS and SAS PXM

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > Add PXM method for Pcie device, HNS device and SAS device. > Add STA method for HNS. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: hensonwang > Signed-off-by: Ming Huang

Re: [edk2] [PATCH edk2-platforms v1 11/14] Hisilicon/D05/ACPI: Add ITS PXM

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > Add ITS affinity structure in SRAT. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo Reviewed-by: Ard Biesheuvel

Re: [edk2] [PATCH edk2-platforms v1 10/14] Hisilicon/D03: Replace SP805Watchdog by WatchdogTimer driver.

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > In SCT test,we find SP805 watchdog driver can't reset when timeout > so we use another driver in MdeModulePkg. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 09/14] Hisilicon/D05: Replace SP805Watchdog by WatchdogTimer driver.

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > In SCT test,we find SP805 watchdog driver can't reset when timeout > so we use another driver in MdeModulePkg. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 08/14] Hisilicon/PCIe: Disable PCIe ASPM

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > From: Yan Zhang > > In order to replace command line parameter pcie_aspm=off, BIOS needs to > disable Pcie Aspm support during Pcie initilization. > D03 and D05 do not support PCIe ASPM, so we disable it

Re: [edk2] [PATCH edk2-platforms v1 07/14] Hisilicon/Smbios: modify type 4

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > modify processorFamily of type 4 to ProcessorFamilyIndicatorFamily2, > indicator to obtain the processor family from the Processor Family 2 field. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by:

Re: [edk2] [PATCH edk2-platforms v1 06/14] Hisilicon D03/D05: Open SnpPlatform source code

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > From: Jason Zhang > > 1. Open driver source code. > 2. This code includes network sequence correction >solution. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason

Re: [edk2] [PATCH edk2-platforms v1 05/14] Hisilicon D03/D05: Open SasPlatform source code

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > From: Jason Zhang > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 04/14] Hisilicon D03/D05: Add capsule upgrade support

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > From: Jason Zhang > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 03/14] Hisilicon D03/D05: Optimize the feature of BMC set boot option

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > Modify the feature of BMC set boot option as switching generic > BDS. Move main functions to BmcConfigBootLib. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 02/14] Hisilicon D03/D05:Switch to Generic BDS driver

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo > Signed-off-by: Jason Zhang > --- >

Re: [edk2] [PATCH edk2-platforms v1 01/14] Hisilicon/D05: Add PPTT support

2018-01-20 Thread Ard Biesheuvel
On 18 January 2018 at 15:01, Ming Huang wrote: > From: Jason Zhang > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jason Zhang > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-non-osi v1 0/2] Update binary of trusted-firmware

2018-01-20 Thread Ard Biesheuvel
On 20 January 2018 at 03:56, Heyi Guo wrote: > Workarounds for CVE-2017-5715 on Cortex A57/A72/A73 and A75 #1214. > > Heyi Guo (2): > Hisilicon/D03: Update binary of trusted-firmware > Hisilicon/D05: Update binary of trusted-firmware > > Platform/Hisilicon/D03/bl1.bin |