From: Leif Lindholm <leif.lindholm@linaro.org>
To: Heyi Guo <heyi.guo@linaro.org>
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
Subject: Re: [PATCH edk2-non-osi v3 0/7] Improve D0x platforms and bug fix
Date: Wed, 7 Feb 2018 15:39:52 +0000 [thread overview]
Message-ID: <20180207153952.7ufpk5s65ataqmm4@bivouac.eciton.net> (raw)
In-Reply-To: <1517572648-11343-1-git-send-email-heyi.guo@linaro.org>
Thanks!
For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
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
>
prev parent reply other threads:[~2018-02-07 15:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-02 11:57 [PATCH edk2-non-osi v3 0/7] Improve D0x platforms and bug fix Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 1/7] Hisilicon D03/D05: Delete SasPlatform Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 2/7] Hisilicon D0x: Fix network interface order issue Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 3/7] Hisilicon D0x: Delete SnpPlatform Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 4/7] Hisilicon D03/D05: Update SasDriverDxe binary Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 5/7] Hisilicon D03/D05: Update NativeOhci binary Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 6/7] Hisilicon/D03: Update binary of trusted-firmware Heyi Guo
2018-02-02 11:57 ` [PATCH edk2-non-osi v3 7/7] Hisilicon/D05: " Heyi Guo
2018-02-23 2:37 ` Jeremy Linton
2018-02-23 3:17 ` Guo Heyi
2018-02-23 9:02 ` Ard Biesheuvel
2018-02-24 1:53 ` Guo Heyi
2018-02-07 15:39 ` Leif Lindholm [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180207153952.7ufpk5s65ataqmm4@bivouac.eciton.net \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox