From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::22f; helo=mail-wm0-x22f.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DAF0B2095B073 for ; Thu, 5 Oct 2017 05:51:19 -0700 (PDT) Received: by mail-wm0-x22f.google.com with SMTP id i124so2005711wmf.3 for ; Thu, 05 Oct 2017 05:54:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yBN/MCt7wEdHxe1LzPPuXHOAjWoJ8jxsjMDtI7NfthM=; b=IbBE6uny12iZH74s13rpOcoVe8nom6NsWD7SppTG55UMoUot1N9zRdVYUp6SjhkxFo oREo4c3Wmg92yzS1pk6C/+7sJ1Zn5O/gmLCnjZ0gnWJdLLbcPcUTfrOcJkWYgi4dPADs C4C5TZ37DD24ov9T3nenDCt38TAhyNHEJVqcc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yBN/MCt7wEdHxe1LzPPuXHOAjWoJ8jxsjMDtI7NfthM=; b=Kt/AA47KsgaMtzYgSFzQqBzQXL9a3KC5+/3QSHR3pZ0GH6ZAnBGgg7b4b0dzY6FEte 2dCOGUcFOEZR53JzxHbRSwzI9uvgnh6HsS+qjgGg3hYZI2P5OF++trsqtz/WqetLSvwM krJV9s22LZrdy1uW/yDrpJ9ImvuunBIictydJ3FEpwmr9sua3VfQ6HbxF+dB8bPhPTvx 2FAL4IICuGXg3dPctXfqHVQ6NZRC8fpDVTZic6F2WmgAqiwSeZFXcghPJiwI3G1kZIuO tTC6/M1Kuzz/AAuypWEoC4p07wEfNnbbnbJMB+0lP83SHydJTZG1R0ULPvGtDwP+hwrc pKhw== X-Gm-Message-State: AMCzsaW97MMvmMmBqU1UTIUqIm7ax0/rb6/J3pYweIG5CRTimWPeovG/ z0BRzeD015REKY6WsNtjoKtuUQ== X-Google-Smtp-Source: AOwi7QBPGiW9J4A11d1nEng5SEWETnc1IzDGAv72WxgxcRvOAR85ylqvkrfoQJzLElvncK9mcBhEqg== X-Received: by 10.28.51.130 with SMTP id z124mr18376wmz.1.1507208080596; Thu, 05 Oct 2017 05:54:40 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u18sm4828884wrg.94.2017.10.05.05.54.39 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Oct 2017 05:54:39 -0700 (PDT) Date: Thu, 5 Oct 2017 13:54:37 +0100 From: Leif Lindholm To: Heyi Guo Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, waip23@126.com Message-ID: <20171005125437.wveqvb63ibz5c5fh@bivouac.eciton.net> References: <1506655190-56231-1-git-send-email-heyi.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1506655190-56231-1-git-send-email-heyi.guo@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v5 00/11] Improve D0x platforms and bug fix X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 12:51:20 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 29, 2017 at 11:19:39AM +0800, Heyi Guo wrote: > Code can also be found in github: > https://github.com/hisilicon/OpenPlatformPkg.git > branch: rp-1710-platforms-v5 Series: Reviewed-by: Leif Lindholm Pushed as 6b95ac45c6..a4591fe0b0 (with Yan's AddressTranslationOffset patch and my D02 indentation fixup on top) > Note: > 1. There may be some minor issue (or even in SoC IP) that causes D05/3 into exception, > which was just found when we updated edk2 and edk2-platforms. We will continue to investigate the issue. > It boot successfully by switch the VirtualEhciPciIo with old one. > > 2. The separate patch (Add AddressTranslationOffset support) is a prerequisite for this series > and it's source can also be found in above branch(rp-1710-platforms-v5). > > Chenhui Sun (1): > Hisilicon/D03: Disable the function of PerfTuning > > Heyi Guo (4): > Hisilicon/D05: Modify dsc and fdf file > Hisilicon/D03: Modify dsc and fdf file > Hisilicon: Fix the drivers use the same GUID issue > Hisilicon/PciHostBridgeDxe: Assign BAR resource from PciRegionBase > > Jason zhang (1): > Hisilicon D03/D05: Enlarge iATU for RP with ARI capable device. > > Ming Huang (5): > Hisilicon D03/D05: get firmware version from FIRMWARE_VER > Hisilicon/D05/Pcie: fix bug of size definition > D05/PCIe: Modify PcieRegionBase of secondary chip > D05/ACPI: Disable D05 SAS0 and SAS2 > D05/ACPI: Modify I2C device > > Platform/Hisilicon/D02/EarlyConfigPeim/EarlyConfigPeim.inf | 2 +- > Platform/Hisilicon/D02/FdtUpdateLibD02/FdtUpdateLib.inf | 2 +- > Platform/Hisilicon/D02/Library/PlatformPciLib/PlatformPciLib.inf | 2 +- > Platform/Hisilicon/D02/OemNicConfigD02/OemNicConfigD02.inf | 2 +- > Platform/Hisilicon/D03/D03.dsc | 12 ++- > Platform/Hisilicon/D03/D03.fdf | 4 +- > Platform/Hisilicon/D03/Library/FdtUpdateLib/FdtUpdateLib.inf | 2 +- > Platform/Hisilicon/D05/D05.dsc | 83 +++++++++-------- > Platform/Hisilicon/D05/D05.fdf | 4 +- > Platform/Hisilicon/D05/EarlyConfigPeim/EarlyConfigPeimD05.inf | 2 +- > Platform/Hisilicon/D05/Library/OemMiscLibD05/OemMiscLibD05.inf | 2 +- > Platform/Hisilicon/D05/Library/PlatformPciLib/PlatformPciLib.inf | 2 +- > Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.c | 38 ++++---- > Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciHostBridge.h | 7 ++ > Silicon/Hisilicon/Drivers/PciHostBridgeDxe/PciRootBridgeIo.c | 94 +++++++++++++++++++- > Silicon/Hisilicon/Hi1610/Drivers/IoInitDxe/IoInitDxe.inf | 2 +- > Silicon/Hisilicon/Hi1610/Drivers/PcieInit1610/PcieInitDxe.inf | 3 +- > Silicon/Hisilicon/Hi1610/Drivers/PcieInit1610/PcieInitLib.c | 50 ----------- > Silicon/Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05I2c.asl | 20 +---- > Silicon/Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Pci.asl | 8 +- > Silicon/Hisilicon/Hi1616/D05AcpiTables/Dsdt/D05Sas.asl | 10 +++ > Silicon/Hisilicon/HisiPkg.dec | 1 - > Silicon/Hisilicon/Library/DS3231RealTimeClockLib/DS3231RealTimeClockLib.inf | 2 +- > Silicon/Hisilicon/Library/Dw8250SerialPortLib/Dw8250SerialPortLib.inf | 2 +- > Silicon/Hisilicon/Library/I2CLib/I2CLib.inf | 2 +- > Silicon/Hisilicon/Library/I2CLib/I2CLibRuntime.inf | 2 +- > 26 files changed, 203 insertions(+), 157 deletions(-) > > -- > 1.9.1 >