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::242; helo=mail-wm0-x242.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x242.google.com (mail-wm0-x242.google.com [IPv6:2a00:1450:400c:c09::242]) (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 BA2C120954B95 for ; Fri, 16 Mar 2018 04:41:56 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id h76so2508679wme.4 for ; Fri, 16 Mar 2018 04:48:21 -0700 (PDT) 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=yQogQnIaQePj+syj0G3R+7CVJCvqhbcwALLt9AZ9Yko=; b=IXopnDRh5tkSAx0XN/NsH/HeXZu3pdpB8RHI6PI6rhaO01BcAT7mVbfSEw9moCADaN XCPyhm8Li0gq8dK9YrSpENeY7Y3JRLeVBK2PQyv5CNYrcEdniCk6JAvfp2eAXmZ3yl9C I+iSYDLhSIcqlG22dhAyKehCEiuxwA4AlA2GA= 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=yQogQnIaQePj+syj0G3R+7CVJCvqhbcwALLt9AZ9Yko=; b=itcGWgxzlhchm9u80E/3D54lc4pHOhKkLzFaW49FW5HRy+ptlxrPwXWCb00GqFBPFL PPduUE63VxoCXtxVmiUI2sarVfovKciNFT9sdW+AORetyXjG7aXT5vGNzwA2ijXYV+1c 7EbSOLUqD5/ECQDOhYy1EUkA4xeVaoJ9hA8Lm4mNOwdK34HEMV880o2zF3QY2WDi4VoE SDr1h3a/iccRhVBTJXhA8jYYiUS3jEBfJ3GtJd4KPJUJnOY6oJIQnZI7Ko5OutMNCXQz ohu1xRJcUjwb0eAjI9Qm9LcKKxIa5cLOv484VVHdsTo/V2dDiIferlodfbwkId3PjNE7 JNUA== X-Gm-Message-State: AElRT7EGM5qxuLnk8YGi3KKDXFYwhornQKBOEkPE4PqDQEUZXbSj61oW W4N00R716Qe8iGQr+posFWTesg== X-Google-Smtp-Source: AG47ELu8HycDYHAWgAJOTGdh12azKTRvCcqSJv+yQuZkHZQzYM/D3PsVgjZjBVkCfY95w0Ig4lMsBA== X-Received: by 10.28.238.2 with SMTP id m2mr1399244wmh.135.1521200900432; Fri, 16 Mar 2018 04:48:20 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id n190sm2125760wmb.15.2018.03.16.04.48.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 16 Mar 2018 04:48:19 -0700 (PDT) Date: Fri, 16 Mar 2018 11:48:17 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20180316114817.ixh3a6ngnla77mf3@bivouac.eciton.net> References: <20180316101223.24107-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180316101223.24107-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version 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, 16 Mar 2018 11:41:57 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Mar 16, 2018 at 10:12:23AM +0000, Ard Biesheuvel wrote: > Update to RELEASE build of commit 0541b9edd636bd45f80026218b65fe7644e86b47 > > This re-enables the PCIe stage2 hack that is activated if dip switch > DSW3-2 is set at boot, and modifies the poweroff GPIO handling to be > more robust. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Tested-by: Leif Lindholm Reviewed-by: Leif Lindholm > --- > Platform/Socionext/DeveloperBox/README | 2 +- > Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 69968 -> 98640 bytes > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README > index cc902974f401..166f542805c3 100644 > --- a/Platform/Socionext/DeveloperBox/README > +++ b/Platform/Socionext/DeveloperBox/README > @@ -4,5 +4,5 @@ DeveloperBox platform, based on the Socionext SynQuacer SoC. > > fip_all_arm_tf.bin - prebuilt ARM Trusted Firmware RELEASE binary > Repo: https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git > -Commit: 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba > +Commit: 0541b9edd636bd45f80026218b65fe7644e86b47 > > diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin > index 5acbbdfd550e..0bd8fd9e97de 100644 > Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ > -- > 2.15.1 >