From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=ugT4n7d9; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by groups.io with SMTP; Thu, 26 Sep 2019 15:46:41 -0700 Received: by mail-wm1-f67.google.com with SMTP id f22so4176642wmc.2 for ; Thu, 26 Sep 2019 15:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=DJ5SqKzpFmJbQH11GxSohVfLnyLrilkUUpkazdD+TJE=; b=ugT4n7d9utemNeHB/a+2/X7QtDQZo+2SwLbEqdW8g7k2DCFvx+KSqjnolAifnoB4Ne nxoZCAr0awZy2gsIVZavkpXXywPxrAqneN8W4wCXJccHDOw4TAk65TpjcB93zdizajWl /A0ngv7OWOQjLMyHreyHVzFu07Q+tkpFho5IvLWJWxnMbQMrlprl/23a3pbNLoMNggvW IAXsUZlhh+9ky/sLRqXOD22Al8u33PpmOlTOMKqXhek55XoNpRafJp1juZ6kE/levHgB FetmdDOlJL7Vim7PRkWGhHJaR7dyZicrzUcR1Eq8p1hOOWwtfjR+Kp2XR59NB38MdLK9 kp3A== 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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DJ5SqKzpFmJbQH11GxSohVfLnyLrilkUUpkazdD+TJE=; b=HSoCJkXy7sEtknLNqYwD1EWUUiV1Wn5TBFy6AJSc+eIFPMaXlTGi37KH4p3i7QmZbu smMGCvfD3S6RJqvEhew4g9VSbv4vuf8N3kKZ/JMus6RW+1TBQEluTixQsnHawocQDjQm beYa0KX7a42H1dhcL8oFn0p0o++4B0di1bo7k+LYZ9XEyhrIEX3aM46yB6ZkyBYf0XC9 +bgDsplurjM9BocDNLmc0TY04rxrw4CFsFz063rjnEWjXE5WHru1HUB4G1qH+q+BiZ2/ jvnuRydh9DsHao969pdsDShTXDyYjFk1n0EqtcYFY7NCFzgj4Ya8eGy0YA11J0jJ7ogk gv0Q== X-Gm-Message-State: APjAAAUiTp0OUD4M6FYkMBDPGLCmclIPfRn64ETYhlHGGh5mCFFJF8EL eGzEccox7wcxQCh65owi3IzDXPrJc13sTQ== X-Google-Smtp-Source: APXvYqwRFvUCkVc33WvGdXKr1mVY+pWUC2reDTeZJu5zBTnV0E26uM68xAnBQv75kr2Rjl/0SHfL/g== X-Received: by 2002:a7b:c8d6:: with SMTP id f22mr4465548wml.173.1569537999731; Thu, 26 Sep 2019 15:46:39 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id o22sm1489448wra.96.2019.09.26.15.46.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Sep 2019 15:46:39 -0700 (PDT) Date: Thu, 26 Sep 2019 23:46:37 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, abner.chang@hpe.com Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v2 06/29] MdeModulePkg/CapsuleRuntimeDxe: Add RISCV64 arch. Message-ID: <20190926224637.GH25504@bivouac.eciton.net> References: <1569198715-31552-1-git-send-email-abner.chang@hpe.com> <1569198715-31552-7-git-send-email-abner.chang@hpe.com> MIME-Version: 1.0 In-Reply-To: <1569198715-31552-7-git-send-email-abner.chang@hpe.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 23, 2019 at 08:31:31AM +0800, Abner Chang wrote: > Add RISC-V in INF for building CapsuleRuntimeDxe RISCV64 image. > > Signed-off-by: Abner Chang Reviewed-by: Leif Lindholm > --- > MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf > index 9da4507..84f3688 100644 > --- a/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf > +++ b/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf > @@ -5,6 +5,7 @@ > # the capsule runtime services are ready. > # > # Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
> +# Copyright (c) 2016, Hewlett Packard Enterprise Development LP. All rights reserved.
> # SPDX-License-Identifier: BSD-2-Clause-Patent > # > ## > @@ -21,20 +22,20 @@ > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 > +# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64 > # > > [Sources] > CapsuleService.c > CapsuleService.h > > -[Sources.Ia32, Sources.EBC, Sources.ARM, Sources.AARCH64] > +[Sources.Ia32, Sources.EBC, Sources.ARM, Sources.AARCH64, Sources.RISCV64] > SaveLongModeContext.c > > -[Sources.Ia32, Sources.X64, Sources.ARM, Sources.AARCH64] > +[Sources.Ia32, Sources.X64, Sources.ARM, Sources.AARCH64, Sources.RISCV64] > CapsuleCache.c > > -[Sources.Ia32, Sources.X64, Sources.EBC] > +[Sources.Ia32, Sources.X64, Sources.EBC, Sources.RISCV64] > CapsuleReset.c > > [Sources.ARM, Sources.AARCH64] > -- > 2.7.4 > > > >