From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::244; helo=mail-io0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::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 60CA5210E0FA4 for ; Fri, 1 Jun 2018 04:07:16 -0700 (PDT) Received: by mail-io0-x244.google.com with SMTP id d73-v6so29222414iog.3 for ; Fri, 01 Jun 2018 04:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=nrBz1n3aMsLZGCuuznMGX/hwfBZ93OhCkw0cRealnSA=; b=XJGKww1eS5mOatB63B2vIn1Z88r2NBvi0XcUC4jUOXH982B+XnFapqma2EhSnzAkUD UJTAM7KHCiWvBbjNPauoB5O7Ok77ANCqmzmsJw06X5Z8h+CozFFpY2SM0RkSD45uCV0v aooMvlInYQkqKEYZ+wvXt16Kvz0DN+bTD7IoY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=nrBz1n3aMsLZGCuuznMGX/hwfBZ93OhCkw0cRealnSA=; b=BpmcQNFExmiacOQWqcldnwrL6QaAj+7flvAZxnwtqyqJooKO6EjtXB3sXyGErUg0Vd FxBlOxmFqFBi8zNmLBPy6J7LMbvQZ8LcKtx62120pEqBCk7cr1ZscKjTa/CXokjmRPaH 6mqF8TkDtWzG2zSTqw8WtRtsG+NEggIONw1oF2MBx83CVvYAe1TwLk2Q3rP+ZLYaqAEZ rmiTyFNaFvVtXoqAsEzY6fxermt+ZbplGZ9flWI4pUjI80qVFJmoaV6bLEkeSa4qNM0g zktyXl5ra3wvRCEt3HtILEnlivLrnjOXHX/SSejtY36oa7FFqRY2/YycpF1k9OIvk9PQ +y4A== X-Gm-Message-State: APt69E2GTcs5Cu+FsaHTsjab0MyeESxkfwHtHkTvI1AfF3qJJE5bEx/u 9WCAaqWDJOOre0ggxNHwS0Ajt7QmdcXNxaivUKqnYg== X-Google-Smtp-Source: ADUXVKJs561QYoMYwskl78oSM7NGepazj3IvNfXVeezmahn4c+ew7xATbn5+8ceX8+N52GzGDp33AeVTcI4xcIbEYiw= X-Received: by 2002:a6b:978e:: with SMTP id z136-v6mr10596822iod.60.1527851235641; Fri, 01 Jun 2018 04:07:15 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bb86:0:0:0:0:0 with HTTP; Fri, 1 Jun 2018 04:07:15 -0700 (PDT) In-Reply-To: <20180601110530.bsskvwitqbyjm56v@bivouac.eciton.net> References: <20180601105938.878-1-ard.biesheuvel@linaro.org> <20180601110530.bsskvwitqbyjm56v@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 1 Jun 2018 13:07:15 +0200 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-non-osi] Platform/DeveloperBox: update ARM-TF binary to latest version X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 11:07:16 -0000 Content-Type: text/plain; charset="UTF-8" On 1 June 2018 at 13:05, Leif Lindholm wrote: > On Fri, Jun 01, 2018 at 12:59:38PM +0200, Ard Biesheuvel wrote: >> Update to RELEASE build of commit aa20e0414fb3. >> >> This implements the override of the north SMMU page tables to make >> the ECAM spaces appear sane to the OS. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Thanks Pushed as a608c352766e..76955a49fafd >> --- >> Source changes: >> https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git/commit/?h=synquacer >> >> Full binary patch can be found here: >> https://git.linaro.org/leg/noupstream/edk2-non-osi.git/commit/?h=developer-box&id=cf71a2edabcd199730f5bd372b82e5d4db728c9a >> >> Platform/Socionext/DeveloperBox/README | 2 +- >> Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 98640 -> 46824 bytes >> 2 files changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README >> index 166f542805c3..c4e4c24370f5 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: 0541b9edd636bd45f80026218b65fe7644e86b47 >> +Commit: aa20e0414fb3 >> >> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin >> index 0bd8fd9e97de..09828880b0de 100644 >> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ >> -- >> 2.17.0 >>