From nobody Sun May 5 10:30:37 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zoho.com; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org; Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 149486604674314.097839975934903; Mon, 15 May 2017 09:34:06 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id A48C521A0BAA9; Mon, 15 May 2017 09:34:03 -0700 (PDT) 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) 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 X-Original-To: edk2-devel@ml01.01.org X-CrossPremisesHeadersFilteredBySendConnector: maileu3.global.cadence.com 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: [edk2] [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: , Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail: RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Leif Lindholm --- 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=20 + +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 pe= ripheral IP --=20 2.2.2 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel