From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c05::244; helo=mail-pg0-x244.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::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 3B0712222C249 for ; Fri, 26 Jan 2018 00:02:47 -0800 (PST) Received: by mail-pg0-x244.google.com with SMTP id 136so6801257pgd.8 for ; Fri, 26 Jan 2018 00:08:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Yihpo2z8EF0QNfRvS7/jnj5+sqpaCzksy/qNlFml8uA=; b=Ccj9FVBhFzUIKKoZp8zHDqPIcrKl0mdPFdX6cFuuUO3d3tNvlaXFWzTlG7IJIlHaC+ 8Zx52A8fyh0rlv4WM62tQm8V+fDqtao5o2DBLYIazikSF031gpDv2FY5v/ciwruxww6S YIvM/tGnlZaVUrAgKKlucFqKQwV40pArlNSYY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Yihpo2z8EF0QNfRvS7/jnj5+sqpaCzksy/qNlFml8uA=; b=cM2F3sGVnXPuXFf3xI/UXRA4ziZYC1e+i4lK3VTqcvoCKEHowsKXAaO5lDlbyT7AIf 9zGZAdXDuRN0UW/M9M0twCP7sLLgJuydtsbkxKLHjnd/+GQYYHslEYC7hnM3pMxtmDIx N2gS6g1cwXf4N1lLoGqaWd7r/r4WaY6Xqfs3xmZh8X4SwrmbuQEeApt4f+QG15SGewuf hHq31GGvybXDyq71+cYCZHgOGEQXn34dy7e86Y/mJ50e7HHJqeAG3A24QvLj9XHAR0F3 IUX8dqGBKnvmmfUwwVLLW/e/YORsfiEk+uDB4MEf67/mcmnPFST8qmgEHR19e4PiE0uw 3Nrw== X-Gm-Message-State: AKwxytdNaKEt5n4BatfcZAD72n7X+N1qBXtxYlCQ7I1uDMH3muv/jCZy MEOR3l2QvgQeADvC7zc+ygGGjA== X-Google-Smtp-Source: AH8x226KM6kCOAPdVYR9Zgn0snQDa4HStuBUol6QO5M8AR45urhwf+fZhwHn9qMtDY5GuKMBuUGmhg== X-Received: by 10.98.155.8 with SMTP id r8mr18239494pfd.94.1516954097203; Fri, 26 Jan 2018 00:08:17 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id t6sm23300575pfl.174.2018.01.26.00.08.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 26 Jan 2018 00:08:16 -0800 (PST) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: 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, Heyi Guo Date: Fri, 26 Jan 2018 16:06:22 +0800 Message-Id: <1516953983-58252-7-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> References: <1516953983-58252-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-non-osi v2 6/7] Hisilicon/D03: Update binary of trusted-firmware 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: Fri, 26 Jan 2018 08:02:47 -0000 1 Workarounds for CVE-2017-5715 on Cortex A57/A72/A73 and A75 #1214. 2 Upgrade trusted firmware to 1.4 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Signed-off-by: Heyi Guo --- Platform/Hisilicon/D03/bl1.bin | Bin 14336 -> 12416 bytes Platform/Hisilicon/D03/fip.bin | Bin 62513 -> 66758 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Platform/Hisilicon/D03/bl1.bin b/Platform/Hisilicon/D03/bl1.bin index cdaa743..19ceb9b 100644 Binary files a/Platform/Hisilicon/D03/bl1.bin and b/Platform/Hisilicon/D03/bl1.bin differ diff --git a/Platform/Hisilicon/D03/fip.bin b/Platform/Hisilicon/D03/fip.bin index ae4ed1a..e91b0da 100644 Binary files a/Platform/Hisilicon/D03/fip.bin and b/Platform/Hisilicon/D03/fip.bin differ -- 1.9.1