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=ard.biesheuvel@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 1A47F2114844F for ; Thu, 7 Jun 2018 08:08:25 -0700 (PDT) Received: by mail-wm0-x242.google.com with SMTP id j15-v6so20038701wme.0 for ; Thu, 07 Jun 2018 08:08:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=LdhCTnAdm48m1xd66xP/2qbHZR7SGQUfdt8cNmJJRuk=; b=MlVBj9CwnlTbngkYhaQLiSKSE5lcg0eKuhXlUVZswH80t/qKPlptr9KvfysdV840EK Dc9zLwfIgAYaBylmh519rBgOCcVbshgXcnIcEZZNeaEysRG8DgNp7+l0/avAxxySUN1c B1br5NmlI402afRIm9l27lJF5vSKL5nG4p2zk= 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=LdhCTnAdm48m1xd66xP/2qbHZR7SGQUfdt8cNmJJRuk=; b=V64PfrhXo2VeJxbUZYmLIpXPGHyvkqqIHX2lY2ckSvSCpNPhnNu8qjSM5kCW4PrSKy k0V2Af+7pbf89gGWsATjuVL3s4Tl45evlmEAXCdK8NjNoad/x505ql2Xm1+JvZvnXCYN m6A7K1Q8ZM/3FsrNpQXFtWLrL2Q3DOYo5nGs3soMeqEaVc2FbNtoWOLdZEng8bfMYsI+ q49Z84id5S0grVpEw4jActHM6Yl4iBRPlStMXZadSp4bxLNDd1sQCBrAajSft9UNM+6h WPuMT1L6Xjzy3TqKJGM2yE7ogpV8NBEEhQeG3cxThQ+NypsMMpUo3yzD6lrcQMcTbfad sItQ== X-Gm-Message-State: APt69E0czqqq5tKNKBCf+acRMr8Mx94Fri2EXN6ZbWvJWS8JCUEQ0h1G qRGlrjy4s67DZrQwsng7/L48suLuXiE= X-Google-Smtp-Source: ADUXVKLaz4fPDwa/R6CT7zmh9EbVUftzKVFRlZrs9ZAjldTpa3cg8Hy4zLKstjeG7ve7IfNouEIeDg== X-Received: by 2002:a1c:4743:: with SMTP id u64-v6mr1866419wma.49.1528384103475; Thu, 07 Jun 2018 08:08:23 -0700 (PDT) Received: from dogfood.home (LFbn-NIC-1-75-91.w2-15.abo.wanadoo.fr. [2.15.165.91]) by smtp.gmail.com with ESMTPSA id v14-v6sm27935985wro.33.2018.06.07.08.08.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Jun 2018 08:08:22 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Ard Biesheuvel Date: Thu, 7 Jun 2018 17:08:16 +0200 Message-Id: <20180607150818.14393-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.0 Subject: [PATCH edk2-platforms 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: Thu, 07 Jun 2018 15:08:25 -0000 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. Ard Biesheuvel (2): Silicon/SynQuacerPlatformFlashAccessLib: relax FV address check Silicon/NorFlashSynQuacerLib: describe entire firmware region as FV .../NorFlashSynQuacerLib/NorFlashSynQuacer.c | 5 +- .../SynQuacerPlatformFlashAccessLib.c | 53 +++++++++---------- 2 files changed, 28 insertions(+), 30 deletions(-) -- 2.17.0