From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by mx.groups.io with SMTP id smtpd.web12.8880.1607436495203263788 for ; Tue, 08 Dec 2020 06:08:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=JVK7VZez; spf=pass (domain: nuviainc.com, ip: 209.85.128.67, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f67.google.com with SMTP id a6so2175896wmc.2 for ; Tue, 08 Dec 2020 06:08:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=dyU3f1Dseqa3J3OgOki7iXSNQXlSIxA3itbxU2DIewU=; b=JVK7VZez0ddSbGiQNjdTNHQy5Kii65HNN7qX7vdKFGQTt/boeTNejRIy96Nnv5tnhK Gdptq5iQfN49qpIiUcD2UukaNs+I51tNIoCVrD8FdMzbTObkcx+S0yTt9VJBUKATGFHR EpATrceyFyeX8c1NLAIg00mrkES7HbYtDs204ybSMu+1TfpF/eXp+6xRFk/K1562Sc3V XT+59Tik0Vxn6O1XoFYj8s73Nqs3Loxln5qhV6FJayxAZxsm0qx9U45eNapy5PyE7F5F NlEnPQ4X/o+y0AIHiPaip2g0EhTwzq3ZRsbzG0wCvZGGAHWwI7VWY525LGW1zEyQ6+3y YiCg== 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:content-transfer-encoding :in-reply-to:user-agent; bh=dyU3f1Dseqa3J3OgOki7iXSNQXlSIxA3itbxU2DIewU=; b=MeQT4mngFyTAm6odEa/TtQUh9ge7963OPEQDjRFMiJwHdr59RXWiZrHJJdDx+LPMIM Ur5wdjDEC4K3TFfoajH1HyMWnLlrjc5gyK4Mg5VFDwLdGyJ5zGR5rPO/k3Ss81qKloSt uN96ob4s2hXTCj/Mf3eKLw2y5G0YkfS4NflLpi/q50R0C61Fl5qVJ2wkagPT9URKZaHn D7vkKt/E0PfxzHYQGxeuXJHY2QJrFFjwCPpTQuJLM30GCMCfG3hX6vHJl/dH3CDm3Qt9 7157T1VRDNBJL9VU52/vs++XCoMP6Vb+E2eesaqSEwS34jEGacmAKEwGLp56LKd7E8Rs RdXQ== X-Gm-Message-State: AOAM531U9qM2MaMwJtSFiJkJv9U/gsBXw1rZDE/p7XnAYBzyokp1KXiv iHljBjNoeowYUAZsZ+Zb+yqAJQ== X-Google-Smtp-Source: ABdhPJxE5JrJGinGRiqX4TYbWSQ/rjXRneQVl7MzNji1+NGvpIPVjjoqNff9eAH151ZnkPwAllgwmA== X-Received: by 2002:a1c:27c4:: with SMTP id n187mr3936826wmn.157.1607436493634; Tue, 08 Dec 2020 06:08:13 -0800 (PST) Return-Path: Received: from vanye (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id q25sm4550578wmq.37.2020.12.08.06.08.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Dec 2020 06:08:13 -0800 (PST) Date: Tue, 8 Dec 2020 14:08:11 +0000 From: "Leif Lindholm" To: Nhi Pham Cc: devel@edk2.groups.io, Michael D Kinney , Ard Biesheuvel , Nate DeSimone Subject: Re: [edk2-platforms][PATCH v2 0/3] Introduce Ampere Mt. Jade support Message-ID: <20201208140811.GL1664@vanye> References: <20201204130752.9633-1-nhi@os.amperecomputing.com> MIME-Version: 1.0 In-Reply-To: <20201204130752.9633-1-nhi@os.amperecomputing.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, Dec 04, 2020 at 20:07:49 +0700, Nhi Pham wrote: > Ampere would like to contribute our Mt. Jade's implementation to the > Tianocore community. Mt. Jade is Ampere’s hardware reference platform > based on the Ampere Altra 80-core arm64 SoC. The purpose of this patch > series is to create the precursor for subsequent merging of Ampere's > Tianocore fork at https://github.com/AmpereComputing/edk2-platforms. > > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Ard Biesheuvel > Cc: Nate DeSimone > Signed-off-by: Nhi Pham For the series (with the discussed update to Maintainers.txt): Reviewed-by: Leif Lindholm Pushed as 100e360ab522..c5523bd3cfe2. > > Version History > v1->v2: > * Updated Platform/Ampere/Readme.md per Leif's comments > > Nhi Pham (1): > Maintainers.txt: Update for Ampere platforms > > Phong Vo (2): > Platform/Ampere: Add Readme.md > Update Readme.md > > Maintainers.txt | 8 ++++ > Platform/Ampere/Readme.md | 39 ++++++++++++++++++++ > Readme.md | 3 ++ > 3 files changed, 50 insertions(+) > create mode 100644 Platform/Ampere/Readme.md > > -- > 2.17.1 >