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:c0b::244; helo=mail-it0-x244.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::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 755862096FAC8 for ; Fri, 15 Jun 2018 03:51:07 -0700 (PDT) Received: by mail-it0-x244.google.com with SMTP id m194-v6so2093481itg.2 for ; Fri, 15 Jun 2018 03:51:07 -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=1QFeb70p8ItKfIbKFUYcG0UqvFOdBJAxMGiLzreiWfE=; b=Xw5XWd6ctrK52Jr1s3pTntRHBZuBhLdFmXoi3bjfMWxOeR7vMCQIZUCvanpDc8OWsE VnF/ev0746AoNuiqb0GwO8iPt0iTfsn8p7nGu4+jQRgtFwrbefvB8nNjCrpB//vqzfz9 NGti/ufNOXHWslN8MZh8PjPCHiaVJY8d1ZOBQ= 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=1QFeb70p8ItKfIbKFUYcG0UqvFOdBJAxMGiLzreiWfE=; b=PwVW5YVkq2iRQACLae8IDZdBuxPCXwSnCXfcUnk8Aem03BiNUezXE3vhejcChbQyy1 rXvPvByH7Bkab8QfXWSEUZMFZSYKq2qDfFP7SkILeAsJlSz6JKN2EjcpXzCV9Krd9IsW P36cfXG2B3OGJv0d7ASSVj9ivUDIeJPo3U1wcCTBmS3TI8pOn2azIoRPd+nT1HHxQzum q84aIwC7xLhCEZmmJXSHAehfcZiTU/CgzSMPN0NzxQCDZHtXqFdZxbVuTXMfvdjHiJ1B 9wmffZoyu1Bo74JmRz21is0xTAANRtdOS7jU7Tl1XfO9AylD3FYicuZx8Bhc5YhlHRAy TNwg== X-Gm-Message-State: APt69E3jtC1e8GuCZKk5BLPBn+Sl0Fe7Agp2sqMx4vIHaJ+OV9rRYBRp 9cpC1ug34An+ZYzPNGozqD3izh8FZP6hxGvKz4BvMQ== X-Google-Smtp-Source: ADUXVKJ3fk04KgnyEG6CwuGdgyAY5VKXjGi4bltvtJhIqKU6mOF2bwenhCJvJoczEOk6OIm5ApAeI9RZWq2MPcZPDfk= X-Received: by 2002:a02:6001:: with SMTP id i1-v6mr336513jac.5.1529059866770; Fri, 15 Jun 2018 03:51:06 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Fri, 15 Jun 2018 03:51:06 -0700 (PDT) In-Reply-To: <20180613185651.5lpl6bpa7olb3vyn@bivouac.eciton.net> References: <20180613162826.19986-1-ard.biesheuvel@linaro.org> <20180613185651.5lpl6bpa7olb3vyn@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 15 Jun 2018 12:51:06 +0200 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms v2 0/2]DeveloperBox: prepare for expanding the capsule payload 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, 15 Jun 2018 10:51:08 -0000 Content-Type: text/plain; charset="UTF-8" On 13 June 2018 at 20:56, Leif Lindholm wrote: > On Wed, Jun 13, 2018 at 06:28:24PM +0200, Ard Biesheuvel wrote: >> We intend to start distributing firmware update capsules that include the SCP >> firmware partition. In order to allow for more flexibility regarding whether >> a capsule contains this piece or not, update the flash access routines and >> the flash partition descriptions so we can update any part of the first >> 4 MB, consisting of the CM3 bootstrap code, emergency flasher, pseudo >> EEPROM, SCP firmware, ARM-TF and UEFI. >> >> Note that this means we can drop the 'TEMPORARY' patch I proposed a while >> ago to hack around this limitation. >> >> Changes since v1: >> - use more parentheses in if () condition expression (#1) >> - use symbolic constants for code and env NOR regions (#2) > > For the series: > Reviewed-by: Leif Lindholm > Thanks Pushed as 1cd14dea5fc1..fff2e99a5ee6 > >> Ard Biesheuvel (2): >> Silicon/SynQuacerPlatformFlashAccessLib: relax FV address check >> Silicon/NorFlashSynQuacerLib: describe entire firmware region as FV >> >> .../NorFlashSynQuacerLib/NorFlashSynQuacer.c | 18 ++++-- >> .../SynQuacerPlatformFlashAccessLib.c | 56 +++++++++---------- >> 2 files changed, 39 insertions(+), 35 deletions(-) >> >> -- >> 2.17.1 >>