From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web09.21450.1630930762079857920 for ; Mon, 06 Sep 2021 05:19:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Ht1xBWHh; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630930761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=SxjsIrsbqQB39eMmEkyWTJkz+Il0yBgeB5H3WXP8o1Y=; b=Ht1xBWHh8TxyTfdLtLyHAO5hb4UQzsJbaRJSa2tvFMD1BIKfTMA/Ha1HKcoo2niAhG007v qh79W+jPIaCKU/zxjUk871w+ylo4cNBAbl7DbrVzoRF5tQuZfBE4mS8z2/gTBegboRFTNd TrTQBTV6dmdL3F2JXJA/+pruvNwoJEo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-146-CzlOJZBNNN-V0dUAVpcS1g-1; Mon, 06 Sep 2021 08:19:18 -0400 X-MC-Unique: CzlOJZBNNN-V0dUAVpcS1g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 468211854E20; Mon, 6 Sep 2021 12:19:16 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7AA6960BF4; Mon, 6 Sep 2021 12:19:15 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D014518007A6; Mon, 6 Sep 2021 14:19:13 +0200 (CEST) Date: Mon, 6 Sep 2021 14:19:13 +0200 From: "Gerd Hoffmann" To: Ard Biesheuvel Cc: "Yao, Jiewen" , "Chang, Abner" , "devel@edk2.groups.io" , gaoliming , Ard Biesheuvel , "Kinney, Michael D" , Leif Lindholm , "Ni, Ray" , "Schaefer, Daniel" , Sunil V L , Ard Biesheuvel Subject: Re: [edk2-devel] [RFC] RISC-V QEMU virtual package Message-ID: <20210906121913.v5xkgighq4r67fe3@sirius.home.kraxel.org> References: <005f01d7a2bb$6d8e5ef0$48ab1cd0$@byosoft.com.cn> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, On Mon, Sep 06, 2021 at 02:04:48PM +0200, Ard Biesheuvel wrote: > On Mon, 6 Sept 2021 at 13:44, Yao, Jiewen wrote: > > > > I think it makes sense to put Fdt to OvmfPkg. I suggest an Fdt folder and put all things there. > > > > I also think we define Fdt feature in https://github.com/tianocore/edk2/blob/master/Maintainers.txt to add reviewer there to help review the code. > > > > Agreed. Agreeing too. take care, Gerd