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::244; helo=mail-wm0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 299E221F0DA58 for ; Wed, 7 Feb 2018 07:34:12 -0800 (PST) Received: by mail-wm0-x244.google.com with SMTP id f3so4161271wmc.1 for ; Wed, 07 Feb 2018 07:39:56 -0800 (PST) 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=+tRAgySVLo4tSe/ggSNGkSx99dkUIcmSRw3JPgzoncA=; b=k2OikeIsyauh2mZi0DIHgQBpwyb5/cNv+LAmdGCyka2WQ8fCFDSZYBNI4buNmaJxE5 3OS7mKURKSCCMT+y91K79h5ie8S60uuhpC+YQ6em8axL77+nJ37xEOGoOfJNo7Pq5BGd oreWBisqpHO3K64n702Do6XRBBq71bfxYZY3s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=+tRAgySVLo4tSe/ggSNGkSx99dkUIcmSRw3JPgzoncA=; b=b64YVqofsDh87FBdDlN03TlIbIFxOzqEmuZpVM6B8FTfNhERV4kUSXYKthslXN9mGs HkMeMk+48z7/V1WsBtVEob87mA7EeWdypm3TOJqIBx7xd75dURZdxWUgBVe8NkXPk/Uy U40At7dQPP7e/tPsInqs7G9vFdR63okazJ/EfbsBHiI+5EgR2NISpgz0vcL42QrGF48/ m5A7KeCAULiHSCkp2M6151sXV3OhM+/8TAVuyBwS2nCWQrx3exY5UkFsBXy1Iub74z30 QgfMthgoIPmw8f/7fIAUt1bmX5qYQlyyC4EVf4ynsM9CxSXJdLt0W+3FJ6GodX6gLAna IP/Q== X-Gm-Message-State: APf1xPDnA7YLhwAz1hpQz6+syyUmCIffLLoNjONa26MmstOBUZeSbuwL meWWU/lCd63B8CYC53GGKC46sw== X-Google-Smtp-Source: AH8x227LqXDUWa1b/IUWRBnsaT3yGpXHRs3HAzih8K60eUXR3o+/dMtu3URY/kdPqzCn/6f3fLyq8A== X-Received: by 10.28.158.77 with SMTP id h74mr4838600wme.38.1518017995147; Wed, 07 Feb 2018 07:39:55 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id g13sm1611974wrh.51.2018.02.07.07.39.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 07 Feb 2018 07:39:54 -0800 (PST) Date: Wed, 7 Feb 2018 15:39:52 +0000 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, huangdaode@hisilicon.com, john.garry@huawei.com, waip23@126.com Message-ID: <20180207153952.7ufpk5s65ataqmm4@bivouac.eciton.net> References: <1517572648-11343-1-git-send-email-heyi.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1517572648-11343-1-git-send-email-heyi.guo@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi v3 0/7] Improve D0x platforms and bug fix X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Feb 2018 15:34:13 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks! For the series: Reviewed-by: Leif Lindholm Pushed as 168344f..1aaec67 On Fri, Feb 02, 2018 at 07:57:21PM +0800, Heyi Guo wrote: > The major features of this patchset: > 1 Upgrade trusted firmware to 1.4 > 2 Workarounds for CVE-2017-5715 on Cortex A57/A72/A73 and A75 #1214 > 3 Delete some binary for open-source version > 4 Update binary follow changing DmaLib to CoherentDmaLib > > Code can also be found in github: https://github.com/hisilicon/OpenPlatformPkg.git > branch: rp-1802-osi-v3 > > > Heyi Guo (6): > Hisilicon D0x: Fix network interface order issue > Hisilicon D0x: Delete SnpPlatform > Hisilicon D03/D05: Update SasDriverDxe binary > Hisilicon D03/D05: Update NativeOhci binary > Hisilicon/D03: Update binary of trusted-firmware > Hisilicon/D05: Update binary of trusted-firmware > > Jason Zhang (1): > Hisilicon D03/D05: Delete SasPlatform > > Platform/Hisilicon/D03/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 26688 -> 27392 bytes > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi | Bin 3040 -> 0 bytes > Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf | 24 -------------------- > Platform/Hisilicon/D03/Drivers/OhciDxe/NativeOhci.efi | Bin 21664 -> 22336 bytes > Platform/Hisilicon/D03/Drivers/Sas/SasDriverDxe.efi | Bin 98112 -> 100224 bytes > Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi | Bin 3040 -> 0 bytes > Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf | 24 -------------------- > Platform/Hisilicon/D03/bl1.bin | Bin 14336 -> 12416 bytes > Platform/Hisilicon/D03/fip.bin | Bin 62513 -> 66758 bytes > Platform/Hisilicon/D05/Drivers/Net/SnpPV600Dxe/SnpPV600Dxe.efi | Bin 28544 -> 27680 bytes > Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi | Bin 3392 -> 0 bytes > Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.inf | 24 -------------------- > Platform/Hisilicon/D05/Drivers/OhciDxe/NativeOhci.efi | Bin 23328 -> 22624 bytes > Platform/Hisilicon/D05/Drivers/Sas/SasDriverDxe.efi | Bin 112832 -> 115008 bytes > Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi | Bin 3424 -> 0 bytes > Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf | 24 -------------------- > Platform/Hisilicon/D05/bl1.bin | Bin 14344 -> 12424 bytes > Platform/Hisilicon/D05/fip.bin | Bin 41493 -> 37546 bytes > 18 files changed, 96 deletions(-) > delete mode 100644 Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.efi > delete mode 100644 Platform/Hisilicon/D03/Drivers/Net/SnpPlatform/SnpPlatform.inf > delete mode 100644 Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.efi > delete mode 100644 Platform/Hisilicon/D03/Drivers/SasPlatform/SasPlatform.inf > delete mode 100644 Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.efi > delete mode 100644 Platform/Hisilicon/D05/Drivers/Net/SnpPlatform/SnpPlatform.inf > delete mode 100644 Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.efi > delete mode 100644 Platform/Hisilicon/D05/Drivers/SasPlatform/SasPlatform.inf > > -- > 1.9.1 >