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::243; helo=mail-wm0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 B9E7B223CCEE1 for ; Thu, 1 Feb 2018 07:59:26 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id g1so6918138wmg.2 for ; Thu, 01 Feb 2018 08:05:03 -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; bh=EdKvoUb6QBw1A/NUHo8ieHfIAESn9sy23ngK6IOQCmw=; b=L9MEiursOKi8Fa9Ws7z9vS0hCn+UO8YZ3wQ6k19fxdeCSHA0p9O/qsPtkaVNzNnNF7 MVx/+4+U3ngF7VCInAd0UFpiDlhOCRywRqLdUdZXFB3/5a4vcCGZa9WLj3AWbzwiMB3H 9Q1FbXtpAFF+LKItztQBxiITF/Mgb++eh2ng0= 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; bh=EdKvoUb6QBw1A/NUHo8ieHfIAESn9sy23ngK6IOQCmw=; b=ZbTH1h7fN8ci3coMNfcoQzeRqF5Y0DcXuzj8sxFkbXa1l9qxYfEjkdS3HLpfC0eHPf P3vwpO2KEYfCnTnhSwmYxG3Rs2Z3zxarwM/BpHWmQu+aXXINSey2jfQupkfvwuvUQh9U JeIOYr0lfzTZT0j64zAQ0lzYDgDiTZFVntlceIyN8nsrwYxZjyrXKGATsxnXwoweCHY6 a1VJJ1WVLwi7vgD58WV8VXZIdqYylikd7546kRpmoIQnPZv5MWL1ztBuuzMEk9w/iHyB oZ6WYF2IiCl/VP3ptZoCMhNaqwx2xpO0C3+siEoV6P8mUbGBpn/hc5wJE6N/AN1dHw+K S3yQ== X-Gm-Message-State: AKwxyte3ZjLI7MZg02eskpJE5UZstlOGzn0gonp5t7DAg0gIq6B0whCU cK0ejboBTcTAzz6BLcL9Oed1jBIFDMw= X-Google-Smtp-Source: AH8x226Yz+aiTHmnUoih5wjlMtrpKk8+i4Ncm+TjPuvOyfuYtVgtnFM1Q8AcRexrGqodzIHpealu4w== X-Received: by 10.28.69.214 with SMTP id l83mr6247026wmi.116.1517501101774; Thu, 01 Feb 2018 08:05:01 -0800 (PST) Received: from localhost.localdomain ([160.164.249.13]) by smtp.gmail.com with ESMTPSA id h32sm21812647wrf.65.2018.02.01.08.04.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Feb 2018 08:05:00 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, alan@softiron.co.uk, marc.zyngier@arm.com, Ard Biesheuvel Date: Thu, 1 Feb 2018 16:04:33 +0000 Message-Id: <20180201160435.3010-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH edk2-non-osi 0/2] Platform/Cello, Overdrive: upgrade firmware for Spectre 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: Thu, 01 Feb 2018 15:59:27 -0000 This is the edk2-non-osi part of the Overdrive/Cello changes to implement the new SMC Calling Convention version 1.1 in ARM Trusted Firmware. Some improvements were made along the way, i.e., to use a release build with optimization enabled, and to fix issues that were preventing EL3 from running with the MMU off. A edk2-platform counterpart series will follow shortly. Ard Biesheuvel (2): Platform/Cello,Overdrive: split SCP and secure AP firmware Silicon/AMD/Styx: update ArmTrustedFirmware.bin Platform/AMD/OverdriveBoard/{PreUefiFirmware.bin => ScpFirmware.bin} | Bin 393216 -> 310016 bytes Platform/LeMaker/CelloBoard/{PreUefiFirmware.bin => ScpFirmware.bin} | Bin 393216 -> 307968 bytes Silicon/AMD/Styx/ArmTrustedFirmware.bin | Bin 0 -> 34320 bytes 3 files changed, 0 insertions(+), 0 deletions(-) rename Platform/AMD/OverdriveBoard/{PreUefiFirmware.bin => ScpFirmware.bin} (78%) rename Platform/LeMaker/CelloBoard/{PreUefiFirmware.bin => ScpFirmware.bin} (78%) create mode 100644 Silicon/AMD/Styx/ArmTrustedFirmware.bin -- 2.11.0