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=rguTZE64; 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; Mon, 16 Sep 2019 02:17:09 -0700 Received: by mail-wm1-f67.google.com with SMTP id b24so974787wmj.5 for ; Mon, 16 Sep 2019 02:17:08 -0700 (PDT) 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=V68ADaraWgbXnGS2Yi8u50Ca2+8zTRaxWw7bC/8yc60=; b=rguTZE64Yw1dmdxo3m0pxQ+zKg3LpEt8E/13qXEmX8QLcMKEoFFpzLKi0wHAdTJgpk WUYgPFrnBdkfBFDXXoElIMiR8Th2y0FQIPXIAeqOafU9go2RL/yxi+aEK5UvFWRiz2Bv imQki77wZi4OOj5CTvAIQ1TSF6HK8l0piUguNV5zaIy8kB2HIWwH4NR0+Wb5y3ADGpem eY5NIpys9d8WUpjHD4b99zDyJamH2paQvpSqWoMCU341/Rq34YNEaajCdDmHS8XfMVw5 tpgXh48nD5YL1oy3VzwxwOawJMbZzph+Skj98exr+LgdU/UpO+GhZC1IhOoge803H0LR re+A== 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=V68ADaraWgbXnGS2Yi8u50Ca2+8zTRaxWw7bC/8yc60=; b=aCqkp7IHuR+X/47ExAp5/rb8NRJ/G1Vf7E1txpeI6ykgNIFtoBPVY1gweR2keybRUJ JD0V8i4Y6T6ncs84+Exkgztb7q0MvYbYdlPLjIz9yF7/bYZxubHb4xnorZmyoEDUCCau Tfjvy+WofkVbNTmFRO97GKlJOYBX9ZCWoQ4BqLDlfcJzvTIOReNLVsf163zHnDaACdTW QL4OYCufCHQM+G7DgV/xR+TCich7fe0Pa5xvMeVoCS9yF+NsgbtfvKjCDIF9wPJGCJvm U+MeuxOFvQw2DE6zixRu5UJiMBqvqstcI8QF8ncOZlfZHpDNPknmjFzMy74nxgsyDBBW oDGA== X-Gm-Message-State: APjAAAXYT8X0HKMkN1fYfS+SffwwVcmig8d09rpDVFbWojpv5/2A3OsO a1uAQmyG9I+OsI47IGM7tzmH6w== X-Google-Smtp-Source: APXvYqwNUoiBweMfXXJn31XJX32aIOb7WXck3Lbc9CjMYsyHLH52ADTzJ5SAdxbW0Omi/d4D6UL5qQ== X-Received: by 2002:a1c:f209:: with SMTP id s9mr13791733wmc.60.1568625427202; Mon, 16 Sep 2019 02:17:07 -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 s12sm53631351wra.82.2019.09.16.02.17.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Sep 2019 02:17:06 -0700 (PDT) Date: Mon, 16 Sep 2019 10:17:04 +0100 From: "Leif Lindholm" To: "Chang, Abner (HPS SW/FW Technologist)" Cc: "devel@edk2.groups.io" Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v1 03/22]: MdePkg: RISC-V sections in DEC file. Message-ID: <20190916091704.GU13575@bivouac.eciton.net> References: <1567593797-26216-1-git-send-email-abner.chang@hpe.com> <1567593797-26216-4-git-send-email-abner.chang@hpe.com> <20190904190236.GQ29255@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 16, 2019 at 05:16:16AM +0000, Chang, Abner (HPS SW/FW Technologist) wrote: > > > > -----Original Message----- > > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > > Sent: Thursday, September 5, 2019 3:03 AM > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v1 03/22]: MdePkg: > > RISC-V sections in DEC file. > > > > On Wed, Sep 04, 2019 at 06:42:58PM +0800, Abner Chang wrote: > > > Add RISC-V sections in MdePkg.dec. > > > > This can be included whenever the respective include directories are created. > > > > > Contributed-under: TianoCore Contribution Agreement 1.0 > > > Signed-off-by: Abner Chang > > > --- > > > MdePkg/MdePkg.dec | 9 +++++++++ > > > 1 file changed, 9 insertions(+) > > > > > > diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index > > > 3fd7d16..9673c3c 100644 > > > --- a/MdePkg/MdePkg.dec > > > +++ b/MdePkg/MdePkg.dec > > > @@ -39,6 +39,15 @@ > > > [Includes.AARCH64] > > > Include/AArch64 > > > > > > +[Includes.RISCV128] > > > + Include/RiscV128 > > > + > > > +[Includes.RISCV64] > > > + Include/RiscV64 > > > + > > > +[Includes.RISCV32] > > > + Include/RiscV32 > > > + > > > > Also, only RiscV64 is acually added by this set. > Don't know why AARCH64 is involved in this patch. Will check it. This is in MdePkg - the problem is not the AARCH64 (which is included only as patch context), the problem is RISCV32 and RISCV128 stanzas pointing to nonexistent directories. / Leif