From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 33D9321A134B8 for ; Mon, 22 May 2017 11:12:56 -0700 (PDT) Received: by mail-wr0-x22e.google.com with SMTP id l9so43410569wre.1 for ; Mon, 22 May 2017 11:12:56 -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=2/jm8iVmFZFgqRJ09lPhEwE+6hAsaMU4OfoMWppMVZE=; b=BL4DEeTcl+b903MEBaqxXzHrqkv1K9yCNQ6AvkHVSY3A5HgUAPlSYkSg1ldtNLen3u 8FAwwtMNuEovncmA1FhIDwAcr1zg5RosoqBGTfGinbxT76HBx0lFCeN+P/+64qwSb/NV yF4nFVGHfNBTHzU7soz5ShKfu2lQrEZ4tEPfc= 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=2/jm8iVmFZFgqRJ09lPhEwE+6hAsaMU4OfoMWppMVZE=; b=S48ay2dff/m8EpmWrGbuOA7mVe0wRl1qIKhISGVyyA6WuUHOs4gFsHhSp/TtBbmYrK cnGqQOd9eyF3WEzLsFHMTmEB5NWlAlPzxO0Saho3Dzj3sLuXNh+exkWae+1baLo9gj+W 4SeHH1EWFSsmLdYenVFy1Ko0ns1sGa9zVAf6PcW4Uk8NuBYjixgxUInqyt4LbzyGVODI 79b8/UPYk3Bb1xptkitTnGObx5qVqMZISSQUgrSthDJHdzFB91LnRCgVvdkd2bi7H6Cz AU7a28TDI7anPBu/SNRLdtUyJ6w/XTraKYBHdhOkdZ1aGXW+AH4UuJ/ZQnANhw8sYJAt dKCA== X-Gm-Message-State: AODbwcBIhbue2kTRSFMpYC2RjviG4ysmLTgBy07SYh0uyV8zToX934iy tHE8PZihnPxBmWPx X-Received: by 10.223.138.137 with SMTP id y9mr12403709wry.26.1495476774652; Mon, 22 May 2017 11:12:54 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id q108sm15062205wrb.3.2017.05.22.11.12.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 May 2017 11:12:54 -0700 (PDT) Date: Mon, 22 May 2017 19:12:52 +0100 From: Leif Lindholm To: Scott Telford Cc: edk2-devel@ml01.01.org, Andrew Fish , Michael D Kinney Message-ID: <20170522181252.GO1657@bivouac.eciton.net> References: <1494866023-27124-1-git-send-email-stelford@cadence.com> MIME-Version: 1.0 In-Reply-To: <1494866023-27124-1-git-send-email-stelford@cadence.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [staging/cadence-aarch64] Add readme for cadence-aarch64 branch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2017 18:12:56 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Scott, thanks for this. Looking forward to seeing it. Andrew, Mike - for what it's worth, I'm happy to do the mechanics here unless there are any objections. Oh, and it's usually a good idea to cc maintainers of existing packages you intend to work on. For MdeModulePkg, this is Feng Tian Star Zeng (from Maintainers.txt), and if creating any new packages (as you are), probably cc the stewards as well (we don't always spot all emails that hit the list) Andrew Fish Michael D Kinney myself. Yes, we could do with adding this to the edk2-staging master branch README. Best Regards, Leif On Mon, May 15, 2017 at 05:33:43PM +0100, Scott Telford wrote: > Announcing the creation of a new edk2-staging branch for Cadence peripheral > hardware support in AArch64 platforms. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Scott Telford > --- > Readme.MD | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Readme.MD > > diff --git a/Readme.MD b/Readme.MD > new file mode 100644 > index 0000000..e2ec063 > --- /dev/null > +++ b/Readme.MD > @@ -0,0 +1,27 @@ > +# Cadence IP Support Branch > + > +This branch will be used to contribute code to support Cadence > +hardware IP for AArch64-based platforms. > + > +## edk2-staging branch owners > +* Scott Telford > + > +## Introduction > + > +Cadence develops a variety of peripheral IP modules suitable for ARM > +SoC architectures. This branch is intended to provide a staging area > +for drivers and libraries developed to support Cadence peripherals > +that may be incorporated into various SoC architectures from other > +vendors, for later integration into the appropriate EDK2 > +platforms. Initially, the focus will be support for the Cadence PCIe > +4.0 Root Port. For internal development and testing purposes, an EDK2 > +platform has been developed for a minimal AArch64 system > +configuration, comprising a single Cortex-A53 processor, GIC-500, > +NIC-400, Cadence PCIe Root Port, and Cadence UART. This will be > +included in the branch to provide an example of driver/platform > +integration. > + > +## Related Modules > +The following modules are related to this branch: > +* CadencePkg - Package containing Cadence-specific drivers and libraries > +* MdeModulePkg - Package containing generic drivers relevant to Cadence peripheral IP > -- > 2.2.2 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel