From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx-sanjose5.cadence.com (keymaster.Cadence.COM [158.140.2.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DA84121A134A6 for ; Mon, 15 May 2017 09:34:02 -0700 (PDT) Received: from maileu3.global.cadence.com (maileu3.Cadence.COM [10.160.88.99]) by mx-sanjose5.cadence.com (8.13.8+Sun/8.14.4) with ESMTP id v4FGY1YX002619 for ; Mon, 15 May 2017 09:34:02 -0700 (PDT) X-CrossPremisesHeadersFilteredBySendConnector: maileu3.global.cadence.com Received: from maileu3.global.cadence.com (10.160.88.99) by maileu3.global.cadence.com (10.160.88.99) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Mon, 15 May 2017 18:33:56 +0200 Received: from lvloginb.cadence.com (10.165.177.11) by maileu3.global.cadence.com (10.160.88.99) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Mon, 15 May 2017 18:33:56 +0200 Received: from lvloginb.cadence.com (localhost [127.0.0.1]) by lvloginb.cadence.com (8.14.4/8.14.4) with ESMTP id v4FGXtGh027406; Mon, 15 May 2017 17:33:55 +0100 Received: (from stelford@localhost) by lvloginb.cadence.com (8.14.4/8.14.4/Submit) id v4FGXrqn027389; Mon, 15 May 2017 17:33:53 +0100 From: Scott Telford To: Date: Mon, 15 May 2017 17:33:43 +0100 Message-ID: <1494866023-27124-1-git-send-email-stelford@cadence.com> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 X-OrganizationHeadersPreserved: maileu3.global.cadence.com Subject: [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, 15 May 2017 16:34:03 -0000 Content-Type: text/plain 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