mbox series

[Linaro-uefi,linaro-uefi,v2,00/11] Update D03/D05 binary for edk2 update and bug fix.

Message ID 1505918938-52550-1-git-send-email-heyi.guo@linaro.org
Headers show
Series Update D03/D05 binary for edk2 update and bug fix. | expand

Message

gary guo Sept. 20, 2017, 2:48 p.m. UTC
Code can also be found in github:
https://github.com/hisilicon/OpenPlatformPkg.git
branch: rp-1710-platforms-v2    rp-1710-osi-v2

Note: If occurs BIOS boot hang up issue, please revert below commit to fix:
      "2f03dc8"

Chenhui Sun (1):
  Hisilicon/D03: remove the implemention of PerfTuning

Heyi Guo (3):
  Hisilicon/D05: update all binary for update edk2
  Hisilicon/D03: update all binary for update edk2
  Hisilicon: Fix the drivers use the same GUID issue

Ming Huang (4):
  Hisilicon D03/D05: get firmware version from FIRMWARE_VER
  D05/ACPI: Disable D05 SAS0 and SAS2
  D05/ACPI: Modify I2C device
  Hisilicon D03/D05: Enlarge iATU for RP with ARI capable device.

huangming (3):
  Hisilicon/PciHostBridgeDxe: Assign BAR resource from PciRegionBase
  D05/PCIe: Modify PcieRegionBase of secondary chip
  Hisilicon/D05/Pcie: fix bug of size definition

 .../D02/EarlyConfigPeim/EarlyConfigPeim.inf        |  2 +-
 .../Hisilicon/D02/FdtUpdateLibD02/FdtUpdateLib.inf |  2 +-
 .../D02/Library/PlatformPciLib/PlatformPciLib.inf  |  2 +-
 .../D02/OemNicConfigD02/OemNicConfigD02.inf        |  2 +-
 Platform/Hisilicon/D03/D03.dsc                     | 12 ++-
 Platform/Hisilicon/D03/D03.fdf                     |  5 +-
 .../D03/Library/FdtUpdateLib/FdtUpdateLib.inf      |  2 +-
 Platform/Hisilicon/D05/D05.dsc                     | 83 ++++++++++----------
 Platform/Hisilicon/D05/D05.fdf                     |  4 +-
 .../D05/EarlyConfigPeim/EarlyConfigPeimD05.inf     |  2 +-
 .../D05/Library/OemMiscLibD05/OemMiscLibD05.inf    |  2 +-
 .../D05/Library/PlatformPciLib/PlatformPciLib.inf  |  2 +-
 .../Drivers/PciHostBridgeDxe/PciHostBridge.c       | 30 ++++---
 .../Drivers/PciHostBridgeDxe/PciHostBridge.h       |  4 +
 .../Drivers/PciHostBridgeDxe/PciRootBridgeIo.c     | 91 +++++++++++++++++++++-
 .../Hi1610/Drivers/IoInitDxe/IoInitDxe.inf         |  2 +-
 .../Hi1610/Drivers/PcieInit1610/PcieInitDxe.inf    |  2 +-
 .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05I2c.asl | 20 +----
 .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Pci.asl |  8 +-
 .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Sas.asl | 10 +++
 .../DS3231RealTimeClockLib.inf                     |  2 +-
 .../Dw8250SerialPortLib/Dw8250SerialPortLib.inf    |  2 +-
 Silicon/Hisilicon/Library/I2CLib/I2CLib.inf        |  2 +-
 Silicon/Hisilicon/Library/I2CLib/I2CLibRuntime.inf |  2 +-
 24 files changed, 194 insertions(+), 101 deletions(-)

Comments

Leif Lindholm Sept. 20, 2017, 3:26 p.m. UTC | #1
Hi Heyi,

Thank you for quick rework.

I will give feedback on these individual patches, but for v3, can you
ensure to:

1) Follow at least step 9 in Laszlo's unkempt guide[1].
2) Make sure to generate patches with --stat=1000 and --stat-graph-width=20
   and to specify --subject-prefix="PATCH edk2-platforms" (for edk2-platforms)
   and --subject-prefix="PATCH edk2-non-osi" (for edk2-non-osi)
3) Submit to edk2-devel@lists.01.org as well as (or in addition to)
   linaro-uefi@lists.linaro.org.

[1] https://github.com/tianocore/tianocore.github.io/wiki/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers

Regards,

Leif

On Wed, Sep 20, 2017 at 10:48:44PM +0800, Heyi Guo wrote:
> Code can also be found in github:
> https://github.com/hisilicon/OpenPlatformPkg.git
> branch: rp-1710-platforms-v2    rp-1710-osi-v2
> 
> Note: If occurs BIOS boot hang up issue, please revert below commit to fix:
>       "2f03dc8"
> 
> Chenhui Sun (1):
>   Hisilicon/D03: remove the implemention of PerfTuning
> 
> Heyi Guo (3):
>   Hisilicon/D05: update all binary for update edk2
>   Hisilicon/D03: update all binary for update edk2
>   Hisilicon: Fix the drivers use the same GUID issue
> 
> Ming Huang (4):
>   Hisilicon D03/D05: get firmware version from FIRMWARE_VER
>   D05/ACPI: Disable D05 SAS0 and SAS2
>   D05/ACPI: Modify I2C device
>   Hisilicon D03/D05: Enlarge iATU for RP with ARI capable device.
> 
> huangming (3):
>   Hisilicon/PciHostBridgeDxe: Assign BAR resource from PciRegionBase
>   D05/PCIe: Modify PcieRegionBase of secondary chip
>   Hisilicon/D05/Pcie: fix bug of size definition
> 
>  .../D02/EarlyConfigPeim/EarlyConfigPeim.inf        |  2 +-
>  .../Hisilicon/D02/FdtUpdateLibD02/FdtUpdateLib.inf |  2 +-
>  .../D02/Library/PlatformPciLib/PlatformPciLib.inf  |  2 +-
>  .../D02/OemNicConfigD02/OemNicConfigD02.inf        |  2 +-
>  Platform/Hisilicon/D03/D03.dsc                     | 12 ++-
>  Platform/Hisilicon/D03/D03.fdf                     |  5 +-
>  .../D03/Library/FdtUpdateLib/FdtUpdateLib.inf      |  2 +-
>  Platform/Hisilicon/D05/D05.dsc                     | 83 ++++++++++----------
>  Platform/Hisilicon/D05/D05.fdf                     |  4 +-
>  .../D05/EarlyConfigPeim/EarlyConfigPeimD05.inf     |  2 +-
>  .../D05/Library/OemMiscLibD05/OemMiscLibD05.inf    |  2 +-
>  .../D05/Library/PlatformPciLib/PlatformPciLib.inf  |  2 +-
>  .../Drivers/PciHostBridgeDxe/PciHostBridge.c       | 30 ++++---
>  .../Drivers/PciHostBridgeDxe/PciHostBridge.h       |  4 +
>  .../Drivers/PciHostBridgeDxe/PciRootBridgeIo.c     | 91 +++++++++++++++++++++-
>  .../Hi1610/Drivers/IoInitDxe/IoInitDxe.inf         |  2 +-
>  .../Hi1610/Drivers/PcieInit1610/PcieInitDxe.inf    |  2 +-
>  .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05I2c.asl | 20 +----
>  .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Pci.asl |  8 +-
>  .../Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Sas.asl | 10 +++
>  .../DS3231RealTimeClockLib.inf                     |  2 +-
>  .../Dw8250SerialPortLib/Dw8250SerialPortLib.inf    |  2 +-
>  Silicon/Hisilicon/Library/I2CLib/I2CLib.inf        |  2 +-
>  Silicon/Hisilicon/Library/I2CLib/I2CLibRuntime.inf |  2 +-
>  24 files changed, 194 insertions(+), 101 deletions(-)
> 
> -- 
> 1.9.1
>