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:c0c::244; helo=mail-wr0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x244.google.com (mail-wr0-x244.google.com [IPv6:2a00:1450:400c:c0c::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 8613B2215BDA7 for ; Mon, 29 Jan 2018 09:12:42 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id v31so8077873wrc.11 for ; Mon, 29 Jan 2018 09:18:16 -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=2uSCRP2LWFRIbNtSiZty7rJbJx6PLByE/5quqp35AEI=; b=IuE63tENGjgKpN4RHjZNOThZ9JyTyDld/mYEdgrvhtNCAEX/aTtDzV2TpQQ6TtBY1L m7q1Pkzi7N0qmJohEJux4JIV+S2Tr+pBbQFchuXibXx/upj5cB8LM9jE6StXKpaWTO+K W6OGALDq2Gi7Z4t8aE7yPm4IyE1dPqQRIr39E= 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=2uSCRP2LWFRIbNtSiZty7rJbJx6PLByE/5quqp35AEI=; b=uOuyFfrW4f8j8fMQBIcNOil39euwRkof3wAtriXzPmDmRl+tu3m2zFws7uEI26mp+N /fkxp9KHJ/Zl43OB57e7PsbttGFhIHIQwnwsD20vN5A+uAi7duBv4dmHLnA58ceAe4e8 KC5o7x5wWszGjNR9XdkPJRZQRiOLeUvaBVhTxOwZpB9/spY2ToacavXaM8U//IWPe0Gc g1vnqn5JHu8hxTRpI4KOONZDcgR9evZIRW+k4PhCDYb5T/wyYxgiX+o5bD9/9UH4UBxS mSDmvi1weoB2ESIrgDRAI+CCNNaOzC+CtSHBkIG1snNyuY59BlXJOorjypcdZ68cXpS/ GIIQ== X-Gm-Message-State: AKwxyteUzoAhvBbxtdR7nGctBdA0Y3lTIDPCy9Y/qUBuJzOKOo5WSwXF 4Wq9PtaD8fGeWmai+ViwWq0RHA== X-Google-Smtp-Source: AH8x224NEMupLAt0amJq6AUkJ6OXA6Lb9axpsjctcEhuxn0timSMS3I/pWHmQjgSBNhefW/aawV+2g== X-Received: by 10.223.173.239 with SMTP id w102mr12699116wrc.110.1517246294890; Mon, 29 Jan 2018 09:18:14 -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 f13sm11716584wre.84.2018.01.29.09.18.13 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Jan 2018 09:18:13 -0800 (PST) Date: Mon, 29 Jan 2018 17:18:11 +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, waip23@126.com Message-ID: <20180129171811.pc5n2535o33qleof@bivouac.eciton.net> References: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> MIME-Version: 1.0 In-Reply-To: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi v2 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: Mon, 29 Jan 2018 17:12:43 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 26, 2018 at 04:06:16PM +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-v2 > > 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 For the series: Reviewed-by: Leif Lindholm I will wait with pushing it until the corresponding edk2-platforms series is ready to go. / Leif > 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 >