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 DB25A223CCEE9 for ; Thu, 1 Feb 2018 08:34:21 -0800 (PST) Received: by mail-wr0-x244.google.com with SMTP id f6so18032418wra.6 for ; Thu, 01 Feb 2018 08:39:58 -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=gOxvSwmi6UzYQWM3+QIZYf9SLsF7Ebj0fMA9zu2fXQs=; b=ha6B0fu5yWhVPV6LXtXPDvr2FjEPkDA+hK5RvRd9kZolZn+SNtUI8BG645sAoIWPif HOiwF76QHfgG6FtIa/4jiyY63oXL+/UBpJfe+GgAI83wrImVklvgckMhGCyOl1iOkcvN 3hdy0Jv+J5tovfKGLSQDlGI2B+wau4j63jAy0= 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=gOxvSwmi6UzYQWM3+QIZYf9SLsF7Ebj0fMA9zu2fXQs=; b=P7fhx1Dcm5gM1ZtLHJqZuR0LaoD+k78MBmteaXaOb/RBpPfnvDl+LQQSjB0zPSPj7n LI03aqeK1oMN8Uv+MnJeDuC9eRMvaM8QvnatDlumYNtuGs3AeFuJEOJ9wElUttg10nye 0WXKU+j8kEF6DCTElsx1KOgyF07hC+Fb1VyarKkFrmjyxKzvb9ZNjC0xmNu0ggXiW3vV QlzZkpRTvRqZkXa0X3SuuhBHYacVARuJomR+X2BxTBt9rgZQvUQq1GY8GvQoGk/OjHJ9 sHnd/aCk/IAYEqNPzGMygRxw8g1XCS1On1yWcASFkN6xKScMPXHTGnM+JxbzS6YLHg58 KJ6Q== X-Gm-Message-State: AKwxytcNWmxbgAlvC5elBGqEbUu+KXi3lleEoT6wvOCruzd80FJmZJ3O 4yqe7NiWEs+2rsdpFYPIulaJDA== X-Google-Smtp-Source: AH8x224exB+KE79DDqqbhwXY069MEa+gzkZOkpqASaPq0fcs1aQ1qWimIudBZsu2J5B3OthwzVmaZw== X-Received: by 10.223.139.14 with SMTP id n14mr5715948wra.23.1517503197364; Thu, 01 Feb 2018 08:39:57 -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 d63sm354204wmd.9.2018.02.01.08.39.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 01 Feb 2018 08:39:56 -0800 (PST) Date: Thu, 1 Feb 2018 16:39:54 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, alan@softiron.co.uk, marc.zyngier@arm.com Message-ID: <20180201163954.2xpl7cr662fmyaym@bivouac.eciton.net> References: <20180201160435.3010-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180201160435.3010-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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 16:34:22 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Feb 01, 2018 at 04:04:33PM +0000, Ard Biesheuvel wrote: > 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 For the series: Reviewed-by: Leif Lindholm > 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