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::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 1B6F6223DB781 for ; Fri, 9 Feb 2018 05:25:59 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id i186so15390755wmi.4 for ; Fri, 09 Feb 2018 05:31:46 -0800 (PST) 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=J5re334Qgt0mppiC+2uUQ3f2M/TvmulyJU4BQis+WVM=; b=Xg5s6nijCvAdBwjGH/JkrCRrGPQoH4Z0JHxfnoNkX/Uw+/hpDT1GAQ5XHFQpy3zxJb GpAxqtCH7bFdrt0j/u3SOSGgijOEXg9lpXPkcr0JA6qhRowscvTHTFFsn6Y1vtkOMcWz +oldGwbJPOGQxKJIo/Kxp+DHrv6F5I/9YTQ90= 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=J5re334Qgt0mppiC+2uUQ3f2M/TvmulyJU4BQis+WVM=; b=gltqU/0ib4j8ENQpsIt+jyWnETwSe9s24jy1aLIbuTiP+1fUUwWU90j2LKXOYTZvU5 B/ywaqkMKTlZe0+xmHZSHKlBZkvkA/LpOQvpaAKVrCctVljzqoinHvzMK831l9YB8Qpf +GE8dtTKXhASnZRDXXoDpCDWuAA+zR3f8f6xtQFaKqFZKuSP/vXurJn/M3AueiNUrR47 PK2KbZWaaLWEfg7CnVGHtftxdY8YGufbwTmYZrauPrWBXKZdgFpkpZCt9DPW+fvLTrd1 3aFqpqQt/W2U33DbxN2AWw2XJiS3TehDuUW0acMk7sbUH0zzIJgIA00e+hH2U7o7Acuz ZW4A== X-Gm-Message-State: APf1xPDlvV9Xi8AozXQVH6B9iJyvZiwVVyxUelAhExvuQeOQfhgNdG7z kZF4Xm5P5+o+WU5rgp8vcB7TnryXUV4= X-Google-Smtp-Source: AH8x227u0S4OZpbqYGqgudPBnJFgWIvcnmyfveedTrMTImFWljT1Z89DQE/utSkpH4rTnplmlgBuiA== X-Received: by 10.28.188.131 with SMTP id m125mr2272391wmf.39.1518183104775; Fri, 09 Feb 2018 05:31:44 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id v5sm3153053wra.94.2018.02.09.05.31.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 09 Feb 2018 05:31:43 -0800 (PST) Date: Fri, 9 Feb 2018 13:31:42 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20180209133142.ttqz2cxiymozvrhg@bivouac.eciton.net> References: <20180209131644.31830-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms] Platform/Hisilicon: fix D03/D05 capsule image names 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, 09 Feb 2018 13:26:00 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 09, 2018 at 01:20:16PM +0000, Ard Biesheuvel wrote: > On 9 February 2018 at 13:16, Leif Lindholm wrote: > > Due to copy-paste error, both d03 and d05 ended up with capsule sections > > named Capsule.StyxFirmwareUpdateCapsuleFmpPkcs7 in their .fdf files. > > Change these to the actual platform names. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > Reviewed-by: Ard Biesheuvel Thanks - pushed as a235eabe39. > > --- > > Platform/Hisilicon/D03/D03.fdf | 2 +- > > Platform/Hisilicon/D05/D05.fdf | 2 +- > > 2 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/Platform/Hisilicon/D03/D03.fdf b/Platform/Hisilicon/D03/D03.fdf > > index e6a4820256..09613fb8f6 100644 > > --- a/Platform/Hisilicon/D03/D03.fdf > > +++ b/Platform/Hisilicon/D03/D03.fdf > > @@ -400,7 +400,7 @@ [FmpPayload.FmpPayloadSystemFirmwarePkcs7] > > > > FV = SystemFirmwareUpdateCargo > > > > -[Capsule.StyxFirmwareUpdateCapsuleFmpPkcs7] > > +[Capsule.D03FirmwareUpdateCapsuleFmpPkcs7] > > CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # gEfiFmpCapsuleGuid > > CAPSULE_HEADER_SIZE = 0x20 > > CAPSULE_HEADER_INIT_VERSION = 0x1 > > diff --git a/Platform/Hisilicon/D05/D05.fdf b/Platform/Hisilicon/D05/D05.fdf > > index 22609bb588..17a43d8edb 100644 > > --- a/Platform/Hisilicon/D05/D05.fdf > > +++ b/Platform/Hisilicon/D05/D05.fdf > > @@ -425,7 +425,7 @@ [FmpPayload.FmpPayloadSystemFirmwarePkcs7] > > > > FV = SystemFirmwareUpdateCargo > > > > -[Capsule.StyxFirmwareUpdateCapsuleFmpPkcs7] > > +[Capsule.D05FirmwareUpdateCapsuleFmpPkcs7] > > CAPSULE_GUID = 6dcbd5ed-e82d-4c44-bda1-7194199ad92a # gEfiFmpCapsuleGuid > > CAPSULE_HEADER_SIZE = 0x20 > > CAPSULE_HEADER_INIT_VERSION = 0x1 > > -- > > 2.11.0 > >