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::22e; helo=mail-io0-x22e.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 5C74F222A3345 for ; Tue, 6 Feb 2018 01:51:31 -0800 (PST) Received: by mail-io0-x22e.google.com with SMTP id z6so1860016iob.11 for ; Tue, 06 Feb 2018 01:57:13 -0800 (PST) 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=uilJwFS6g7tmJesWgJRJDhn7hf4bw5RP5BXXHheg36o=; b=UhDPUtUQUKvj8Mc9pJdPSXmw+K0rDmEv3/cwF8xdnPsnVuUG63YsGHzma6elrrMYgL n1xhFdLtqHhljD5Doofx4z4XlTztj7WFx8eUMhm6JHRpeBnkAYQovAlVcr/Qy99y/qLq Am1kYx90w2xqMQjHYfZORh7RvkYgXKHLKOx5Y= 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=uilJwFS6g7tmJesWgJRJDhn7hf4bw5RP5BXXHheg36o=; b=oKilknz0V9Vd6T7P5tQWfvAr+XC14z1jW8KeAcrZWvH2ZdCnzTuI0ducHys8fi+xV9 R4fHIj+5fe3cf4Rgy3NDWwmbPMosSUiwMmvT0PJDJzNKZ8eydipLNcLiN3BePaoBOZKw Da6lq6tdw+uyQZnfJ4d2ns6Uq0Rog7SJeREcJn87wT9L3UIyMC6iC9r5lrBu0ZcEdT3f CsMSXMY6vkHAxyfL0bCeRkFWoQM6kd4YgDhyFVR5gVrfOkgwxV+KlrRrSwj44pYM4UGA oK4Ek49vywm5LcpqjEAVN+UEcZPl+FkPBayWH5rk6ZZbDbg2gheX5wlg1FVmtFMHNEH5 mUrA== X-Gm-Message-State: APf1xPAV8c6HOq/VAyLMmmS83adZqm4EhRfAdHUL/Quf0doHrOsGo1d3 pK/M89hiq11Zktk8dLvD2t4x0yWeJqOOfKC7Rz3a6w== X-Google-Smtp-Source: AH8x225Q8IeSvo6RhxcZC/ET5OrNJdlW1ejOtUxxpp9aAty0AaOBQRb37Msk21OPiTEuYb5Up/ALUeHkCGAIJ6bUiuU= X-Received: by 10.107.33.65 with SMTP id h62mr2201607ioh.104.1517911033169; Tue, 06 Feb 2018 01:57:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Tue, 6 Feb 2018 01:57:12 -0800 (PST) In-Reply-To: <20180201164042.xsgpbfes2kzn7fir@bivouac.eciton.net> References: <20180201161008.4037-1-ard.biesheuvel@linaro.org> <20180201164042.xsgpbfes2kzn7fir@bivouac.eciton.net> From: Ard Biesheuvel Date: Tue, 6 Feb 2018 09:57:12 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Alan Ott , Marc Zyngier Subject: Re: [PATCH edk2-platforms 0/4] Platform/Cello, Overdrive: various updates 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: Tue, 06 Feb 2018 09:51:31 -0000 Content-Type: text/plain; charset="UTF-8" On 1 February 2018 at 16:40, Leif Lindholm wrote: > On Thu, Feb 01, 2018 at 04:10:04PM +0000, Ard Biesheuvel wrote: >> Patch #1 is the counterpart of the edk2-non-osi series I sent out just now, >> so builds will use the separate SCP and secure AP firmware images (the latter >> of which is now shared between Cello and Overdrive) >> >> Patch #2 modifies the Overdrive capsule definition so it covers these binary >> images as well. >> >> Patches #3 and #4 are otherwise unrelated minor changes. >> >> Ard Biesheuvel (4): >> Platform/Cello,Overdrive: switch to split SCP and secure AP firmware >> images >> Platform/AMD/OverdriveBoard: cover secure firmware in capsule update >> Platform/AMD/OverdriveBoard: enable ConsolePrefDxe >> Platform/Cello,Overdrive: set fw vendor PCD from FIRMWARE_VENDOR > > For the series: > Reviewed-by: Leif Lindholm > Thanks. Pushed as c733b7ef291f..4297639904aa