From patchwork Wed Jun 9 16:01:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 456923 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73346C48BCF for ; Wed, 9 Jun 2021 16:05:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5025761377 for ; Wed, 9 Jun 2021 16:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234359AbhFIQHM (ORCPT ); Wed, 9 Jun 2021 12:07:12 -0400 Received: from mga05.intel.com ([192.55.52.43]:18297 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233468AbhFIQHI (ORCPT ); Wed, 9 Jun 2021 12:07:08 -0400 IronPort-SDR: V6CedQntzGrZ8bTZ291oBQc71TdOdJOhhhcNJPVSED07aQWinV6mPsGj8LZV6eINC8o3YvCejX Q9GWg0qvw0EQ== X-IronPort-AV: E=McAfee;i="6200,9189,10010"; a="290731630" X-IronPort-AV: E=Sophos;i="5.83,261,1616482800"; d="scan'208";a="290731630" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 09:01:30 -0700 IronPort-SDR: CyreGULsHRFt+gmcj9sOP0G3lPR0F70Ba/GEjz6UBVhC88GgLoNqVn57s+yakNQrtKa4u9HW3a 6pVYfKFTZ7KQ== X-IronPort-AV: E=Sophos;i="5.83,261,1616482800"; d="scan'208";a="482435713" Received: from dwillia2-desk3.jf.intel.com (HELO dwillia2-desk3.amr.corp.intel.com) ([10.54.39.25]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2021 09:01:30 -0700 Subject: [PATCH v6 0/5] CXL port and decoder enumeration From: Dan Williams To: linux-cxl@vger.kernel.org Cc: Jonathan Cameron , Alison Schofield , "Rafael J. Wysocki" , Ben Widawsky , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Date: Wed, 09 Jun 2021 09:01:30 -0700 Message-ID: <162325448982.2293126.16916114289970424561.stgit@dwillia2-desk3.amr.corp.intel.com> User-Agent: StGit/0.18-3-g996c MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Changes since v5 [1]: - Add ABI documentation for 'devtype' (Jonathan) - Add cxl.h to the driver-api documentation (Ben) - Fix the 'struct cxl_port' kdoc - Move include of pci.h to the patch that first requires it (Jonathan) - Rebase on the ACPICA commit that adds CFMWS support, drop the local definitions - Reorder cxl_dport_release() to mirror the order of init operations (Jonathan) - Rework dport duplication check to move the error message next to the detection (Jonathan) - Add kdoc for cxl_add_dport() (Jonathan) - Add devm_cxl_add_passthrough_decoder() to fixup / clarify the arguments to devm_cxl_add_decoder() (Jonathan) - Fix the kdoc for 'struct cxl_decoder' (Jonathan) - Move decoderX.Y/end to decoderX.Y/size given a 0 sized window with an end address of 0xffffffffffffffff runs the risk of confusing userspace - Miscellaneous changelog cleanup [1]: http://lore.kernel.org/r/162295949351.1109360.10329014558746500142.stgit@dwillia2-desk3.amr.corp.intel.com --- The recently published CXL Fixed Memory Window Structure (CFMWS) extension to the CXL Early Discovery Table (CEDT) provides a platform firmware mechanism to enumerate CXL memory resources. The table data indicates which CXL memory ranges were configured by platform BIOS, and which address ranges are available to support hot plug and dynamic provisioning of CXL memory regions. CXL Port Topology: The enumeration starts with the ACPI0017 driver registering a 'struct cxl_port' object to establish the top of a port topology. It then scans the ACPI bus looking for CXL Host Bridges (ACPI0016 instances). A cxl_port represents one or more decoder resources between a 'uport' (upstream port) and one or more 'dport' (downstream port) instances. System software must not assume that 'struct cxl_port' device names will be static from one boot to the next. It will generally be the case that the root cxl_port starts at id '0' and the host bridges are enumerated in the same order starting at id '1', but that is not guaranteed. A 'uport' is a device that implements a decode. It can either be a platform firmware device like ACPI0017 where the decode is described by an ACPI data-structure, or a PCIe switch where the upstream port of the switch implements a CXL DVSEC pointing to component registers with the HDM decoder capability (see CXL 2.0 section 8.2.5.12 CXL HDM Decoder Capability Structure). Once a uport and its corresponding dport instances are collected into a cxl_port the actual decode resources are then modeled as cxl_decode objects that are children of their parent cxl_port. The 'decode' object has a 1:1 relationship with ether CFMWS entries at the root level, or hardware HDM decoder register instances in a PCIe device's CXL component register space at any level of a CXL switch hierarchy. In addition to the interleave geometry and address range a decode object conveys the target list (targeted dports) in interleave order. The dport id in a target list is either its ACPI _UID for Host Bridge targets, or the "port number" field from the link capabilities register in the PCIe "Express" capability [2]. Here is a tree(1) topology of QEMU emulating a single-ported host-bridge: /sys/bus/cxl/devices/root0 ├── devtype ├── dport0 -> ../../../LNXSYSTM:00/LNXSYBUS:00/ACPI0016:00 ├── port1 │   ├── decoder1.0 │   │   ├── devtype │   │   ├── locked │   │   ├── size │   │   ├── start │   │   ├── subsystem -> ../../../../../../bus/cxl │   │   ├── target_list │   │   ├── target_type │   │   └── uevent │   ├── devtype │   ├── dport0 -> ../../../../pci0000:34/0000:34:00.0 │   ├── subsystem -> ../../../../../bus/cxl │   ├── uevent │   └── uport -> ../../../../LNXSYSTM:00/LNXSYBUS:00/ACPI0016:00 ├── subsystem -> ../../../../bus/cxl ├── uevent └── uport -> ../../ACPI0017:00 * The root port is singleton only by convention. A given uport device like ACPI0017 could create a root level port per CFMWS entry. This patch set chooses to implement 1 port at the root level and list all CFMWS decode entries under that port regardless of which dport host bridges are targeted. [2]: CXL 2.0 8.2.5.12.8 CXL HDM Decoder 0 Target List Low Register (Offset 24h) ...The Target Port Identifier for a given Downstream Port is reported via Port Number field in Link Capabilities Register. (See PCI Express Base Specification). --- Dan Williams (5): cxl/acpi: Introduce the root of a cxl_port topology cxl/Kconfig: Default drivers to CONFIG_CXL_BUS cxl/acpi: Add downstream port data to cxl_port instances cxl/acpi: Enumerate host bridge root ports cxl/acpi: Introduce cxl_decoder objects Documentation/ABI/testing/sysfs-bus-cxl | 103 +++++ Documentation/driver-api/cxl/memory-devices.rst | 6 drivers/cxl/Kconfig | 17 + drivers/cxl/Makefile | 2 drivers/cxl/acpi.c | 189 ++++++++ drivers/cxl/core.c | 526 +++++++++++++++++++++++ drivers/cxl/cxl.h | 115 +++++ 7 files changed, 958 insertions(+) create mode 100644 drivers/cxl/acpi.c base-commit: 54ada34b4dfdb864ac602e13ff87581abe517ce9