xref: /linux/Documentation/ABI/testing/sysfs-bus-cxl (revision 9521875bbe0055805557fff0b08fd9a29d02b7bc)
18dd2bc0fSBen WidawskyWhat:		/sys/bus/cxl/flush
28dd2bc0fSBen WidawskyDate:		Januarry, 2022
38dd2bc0fSBen WidawskyKernelVersion:	v5.18
48dd2bc0fSBen WidawskyContact:	linux-cxl@vger.kernel.org
58dd2bc0fSBen WidawskyDescription:
68dd2bc0fSBen Widawsky		(WO) If userspace manually unbinds a port the kernel schedules
78dd2bc0fSBen Widawsky		all descendant memdevs for unbind. Writing '1' to this attribute
88dd2bc0fSBen Widawsky		flushes that work.
98dd2bc0fSBen Widawsky
106b625b2bSDan Williams
11b39cb105SDan WilliamsWhat:		/sys/bus/cxl/devices/memX/firmware_version
12b39cb105SDan WilliamsDate:		December, 2020
13b39cb105SDan WilliamsKernelVersion:	v5.12
14b39cb105SDan WilliamsContact:	linux-cxl@vger.kernel.org
15b39cb105SDan WilliamsDescription:
16b39cb105SDan Williams		(RO) "FW Revision" string as reported by the Identify
17b39cb105SDan Williams		Memory Device Output Payload in the CXL-2.0
18b39cb105SDan Williams		specification.
19b39cb105SDan Williams
206b625b2bSDan Williams
21b39cb105SDan WilliamsWhat:		/sys/bus/cxl/devices/memX/ram/size
22b39cb105SDan WilliamsDate:		December, 2020
23b39cb105SDan WilliamsKernelVersion:	v5.12
24b39cb105SDan WilliamsContact:	linux-cxl@vger.kernel.org
25b39cb105SDan WilliamsDescription:
26b39cb105SDan Williams		(RO) "Volatile Only Capacity" as bytes. Represents the
27b39cb105SDan Williams		identically named field in the Identify Memory Device Output
28b39cb105SDan Williams		Payload in the CXL-2.0 specification.
29b39cb105SDan Williams
306b625b2bSDan Williams
31b39cb105SDan WilliamsWhat:		/sys/bus/cxl/devices/memX/pmem/size
32b39cb105SDan WilliamsDate:		December, 2020
33b39cb105SDan WilliamsKernelVersion:	v5.12
34b39cb105SDan WilliamsContact:	linux-cxl@vger.kernel.org
35b39cb105SDan WilliamsDescription:
36b39cb105SDan Williams		(RO) "Persistent Only Capacity" as bytes. Represents the
37b39cb105SDan Williams		identically named field in the Identify Memory Device Output
38b39cb105SDan Williams		Payload in the CXL-2.0 specification.
394812be97SDan Williams
406b625b2bSDan Williams
41bcc79ea3SDan WilliamsWhat:		/sys/bus/cxl/devices/memX/serial
42bcc79ea3SDan WilliamsDate:		January, 2022
43bcc79ea3SDan WilliamsKernelVersion:	v5.18
44bcc79ea3SDan WilliamsContact:	linux-cxl@vger.kernel.org
45bcc79ea3SDan WilliamsDescription:
46bcc79ea3SDan Williams		(RO) 64-bit serial number per the PCIe Device Serial Number
47bcc79ea3SDan Williams		capability. Mandatory for CXL devices, see CXL 2.0 8.1.12.2
48bcc79ea3SDan Williams		Memory Device PCIe Capabilities and Extended Capabilities.
49bcc79ea3SDan Williams
506b625b2bSDan Williams
51cf1f6877SDan WilliamsWhat:		/sys/bus/cxl/devices/memX/numa_node
52cf1f6877SDan WilliamsDate:		January, 2022
53cf1f6877SDan WilliamsKernelVersion:	v5.18
54cf1f6877SDan WilliamsContact:	linux-cxl@vger.kernel.org
55cf1f6877SDan WilliamsDescription:
56cf1f6877SDan Williams		(RO) If NUMA is enabled and the platform has affinitized the
57cf1f6877SDan Williams		host PCI device for this memory device, emit the CPU node
58cf1f6877SDan Williams		affinity for this device.
59cf1f6877SDan Williams
606b625b2bSDan Williams
61*9521875bSVishal VermaWhat:		/sys/bus/cxl/devices/memX/firmware/
62*9521875bSVishal VermaDate:		April, 2023
63*9521875bSVishal VermaKernelVersion:	v6.5
64*9521875bSVishal VermaContact:	linux-cxl@vger.kernel.org
65*9521875bSVishal VermaDescription:
66*9521875bSVishal Verma		(RW) Firmware uploader mechanism. The different files under
67*9521875bSVishal Verma		this directory can be used to upload and activate new
68*9521875bSVishal Verma		firmware for CXL devices. The interfaces under this are
69*9521875bSVishal Verma		documented in sysfs-class-firmware.
70*9521875bSVishal Verma
71*9521875bSVishal Verma
724812be97SDan WilliamsWhat:		/sys/bus/cxl/devices/*/devtype
734812be97SDan WilliamsDate:		June, 2021
744812be97SDan WilliamsKernelVersion:	v5.14
754812be97SDan WilliamsContact:	linux-cxl@vger.kernel.org
764812be97SDan WilliamsDescription:
7786677a4eSDan Williams		(RO) CXL device objects export the devtype attribute which
7886677a4eSDan Williams		mirrors the same value communicated in the DEVTYPE environment
7986677a4eSDan Williams		variable for uevents for devices on the "cxl" bus.
804812be97SDan Williams
816b625b2bSDan Williams
8283fbdbe4SDan WilliamsWhat:		/sys/bus/cxl/devices/*/modalias
8383fbdbe4SDan WilliamsDate:		December, 2021
8483fbdbe4SDan WilliamsKernelVersion:	v5.18
8583fbdbe4SDan WilliamsContact:	linux-cxl@vger.kernel.org
8683fbdbe4SDan WilliamsDescription:
8786677a4eSDan Williams		(RO) CXL device objects export the modalias attribute which
8886677a4eSDan Williams		mirrors the same value communicated in the MODALIAS environment
8986677a4eSDan Williams		variable for uevents for devices on the "cxl" bus.
9083fbdbe4SDan Williams
916b625b2bSDan Williams
924812be97SDan WilliamsWhat:		/sys/bus/cxl/devices/portX/uport
934812be97SDan WilliamsDate:		June, 2021
944812be97SDan WilliamsKernelVersion:	v5.14
954812be97SDan WilliamsContact:	linux-cxl@vger.kernel.org
964812be97SDan WilliamsDescription:
9786677a4eSDan Williams		(RO) CXL port objects are enumerated from either a platform
9886677a4eSDan Williams		firmware device (ACPI0017 and ACPI0016) or PCIe switch upstream
9986677a4eSDan Williams		port with CXL component registers. The 'uport' symlink connects
10086677a4eSDan Williams		the CXL portX object to the device that published the CXL port
1014812be97SDan Williams		capability.
1027d4b5ca2SDan Williams
1036b625b2bSDan Williams
104172738bbSDan WilliamsWhat:		/sys/bus/cxl/devices/{port,endpoint}X/parent_dport
105172738bbSDan WilliamsDate:		January, 2023
106172738bbSDan WilliamsKernelVersion:	v6.3
107172738bbSDan WilliamsContact:	linux-cxl@vger.kernel.org
108172738bbSDan WilliamsDescription:
109172738bbSDan Williams		(RO) CXL port objects are instantiated for each upstream port in
110172738bbSDan Williams		a CXL/PCIe switch, and for each endpoint to map the
111172738bbSDan Williams		corresponding memory device into the CXL port hierarchy. When a
112172738bbSDan Williams		descendant CXL port (switch or endpoint) is enumerated it is
113172738bbSDan Williams		useful to know which 'dport' object in the parent CXL port
114172738bbSDan Williams		routes to this descendant. The 'parent_dport' symlink points to
115172738bbSDan Williams		the device representing the downstream port of a CXL switch that
116172738bbSDan Williams		routes to {port,endpoint}X.
117172738bbSDan Williams
118172738bbSDan Williams
1197d4b5ca2SDan WilliamsWhat:		/sys/bus/cxl/devices/portX/dportY
1207d4b5ca2SDan WilliamsDate:		June, 2021
1217d4b5ca2SDan WilliamsKernelVersion:	v5.14
1227d4b5ca2SDan WilliamsContact:	linux-cxl@vger.kernel.org
1237d4b5ca2SDan WilliamsDescription:
12486677a4eSDan Williams		(RO) CXL port objects are enumerated from either a platform
12586677a4eSDan Williams		firmware device (ACPI0017 and ACPI0016) or PCIe switch upstream
12686677a4eSDan Williams		port with CXL component registers. The 'dportY' symlink
12786677a4eSDan Williams		identifies one or more downstream ports that the upstream port
12886677a4eSDan Williams		may target in its decode of CXL memory resources.  The 'Y'
12986677a4eSDan Williams		integer reflects the hardware port unique-id used in the
13086677a4eSDan Williams		hardware decoder target list.
13140ba17afSDan Williams
1326b625b2bSDan Williams
13340ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y
13440ba17afSDan WilliamsDate:		June, 2021
13540ba17afSDan WilliamsKernelVersion:	v5.14
13640ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
13740ba17afSDan WilliamsDescription:
13886677a4eSDan Williams		(RO) CXL decoder objects are enumerated from either a platform
13940ba17afSDan Williams		firmware description, or a CXL HDM decoder register set in a
14040ba17afSDan Williams		PCIe device (see CXL 2.0 section 8.2.5.12 CXL HDM Decoder
14140ba17afSDan Williams		Capability Structure). The 'X' in decoderX.Y represents the
14240ba17afSDan Williams		cxl_port container of this decoder, and 'Y' represents the
14340ba17afSDan Williams		instance id of a given decoder resource.
14440ba17afSDan Williams
1456b625b2bSDan Williams
14640ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/{start,size}
14740ba17afSDan WilliamsDate:		June, 2021
14840ba17afSDan WilliamsKernelVersion:	v5.14
14940ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
15040ba17afSDan WilliamsDescription:
15186677a4eSDan Williams		(RO) The 'start' and 'size' attributes together convey the
15286677a4eSDan Williams		physical address base and number of bytes mapped in the
15386677a4eSDan Williams		decoder's decode window. For decoders of devtype
15486677a4eSDan Williams		"cxl_decoder_root" the address range is fixed. For decoders of
15586677a4eSDan Williams		devtype "cxl_decoder_switch" the address is bounded by the
15686677a4eSDan Williams		decode range of the cxl_port ancestor of the decoder's cxl_port,
15786677a4eSDan Williams		and dynamically updates based on the active memory regions in
15886677a4eSDan Williams		that address space.
15940ba17afSDan Williams
1606b625b2bSDan Williams
16140ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/locked
16240ba17afSDan WilliamsDate:		June, 2021
16340ba17afSDan WilliamsKernelVersion:	v5.14
16440ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
16540ba17afSDan WilliamsDescription:
16686677a4eSDan Williams		(RO) CXL HDM decoders have the capability to lock the
16786677a4eSDan Williams		configuration until the next device reset. For decoders of
16886677a4eSDan Williams		devtype "cxl_decoder_root" there is no standard facility to
16986677a4eSDan Williams		unlock them.  For decoders of devtype "cxl_decoder_switch" a
17086677a4eSDan Williams		secondary bus reset, of the PCIe bridge that provides the bus
17186677a4eSDan Williams		for this decoders uport, unlocks / resets the decoder.
17240ba17afSDan Williams
1736b625b2bSDan Williams
17440ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/target_list
17540ba17afSDan WilliamsDate:		June, 2021
17640ba17afSDan WilliamsKernelVersion:	v5.14
17740ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
17840ba17afSDan WilliamsDescription:
17986677a4eSDan Williams		(RO) Display a comma separated list of the current decoder
18086677a4eSDan Williams		target configuration. The list is ordered by the current
18186677a4eSDan Williams		configured interleave order of the decoder's dport instances.
18286677a4eSDan Williams		Each entry in the list is a dport id.
18340ba17afSDan Williams
1846b625b2bSDan Williams
18540ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/cap_{pmem,ram,type2,type3}
18640ba17afSDan WilliamsDate:		June, 2021
18740ba17afSDan WilliamsKernelVersion:	v5.14
18840ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
18940ba17afSDan WilliamsDescription:
19086677a4eSDan Williams		(RO) When a CXL decoder is of devtype "cxl_decoder_root", it
19140ba17afSDan Williams		represents a fixed memory window identified by platform
19240ba17afSDan Williams		firmware. A fixed window may only support a subset of memory
19340ba17afSDan Williams		types. The 'cap_*' attributes indicate whether persistent
19440ba17afSDan Williams		memory, volatile memory, accelerator memory, and / or expander
19540ba17afSDan Williams		memory may be mapped behind this decoder's memory window.
19640ba17afSDan Williams
1976b625b2bSDan Williams
19840ba17afSDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/target_type
19940ba17afSDan WilliamsDate:		June, 2021
20040ba17afSDan WilliamsKernelVersion:	v5.14
20140ba17afSDan WilliamsContact:	linux-cxl@vger.kernel.org
20240ba17afSDan WilliamsDescription:
20386677a4eSDan Williams		(RO) When a CXL decoder is of devtype "cxl_decoder_switch", it
20486677a4eSDan Williams		can optionally decode either accelerator memory (type-2) or
20586677a4eSDan Williams		expander memory (type-3). The 'target_type' attribute indicates
20686677a4eSDan Williams		the current setting which may dynamically change based on what
20740ba17afSDan Williams		memory regions are activated in this decode hierarchy.
208c9700604SIra Weiny
2096b625b2bSDan Williams
210c9700604SIra WeinyWhat:		/sys/bus/cxl/devices/endpointX/CDAT
211c9700604SIra WeinyDate:		July, 2022
2128752efd2SDan WilliamsKernelVersion:	v6.0
213c9700604SIra WeinyContact:	linux-cxl@vger.kernel.org
214c9700604SIra WeinyDescription:
215c9700604SIra Weiny		(RO) If this sysfs entry is not present no DOE mailbox was
216c9700604SIra Weiny		found to support CDAT data.  If it is present and the length of
217c9700604SIra Weiny		the data is 0 reading the CDAT data failed.  Otherwise the CDAT
218c9700604SIra Weiny		data is reported.
2192c866903SDan Williams
2202c866903SDan Williams
2212c866903SDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/mode
2222c866903SDan WilliamsDate:		May, 2022
2238752efd2SDan WilliamsKernelVersion:	v6.0
2242c866903SDan WilliamsContact:	linux-cxl@vger.kernel.org
2252c866903SDan WilliamsDescription:
226cf880423SDan Williams		(RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it
2272c866903SDan Williams		translates from a host physical address range, to a device local
2282c866903SDan Williams		address range. Device-local address ranges are further split
2292c866903SDan Williams		into a 'ram' (volatile memory) range and 'pmem' (persistent
2302c866903SDan Williams		memory) range. The 'mode' attribute emits one of 'ram', 'pmem',
2312c866903SDan Williams		'mixed', or 'none'. The 'mixed' indication is for error cases
2322c866903SDan Williams		when a decoder straddles the volatile/persistent partition
2332c866903SDan Williams		boundary, and 'none' indicates the decoder is not actively
2342c866903SDan Williams		decoding, or no DPA allocation policy has been set.
235cf880423SDan Williams
236cf880423SDan Williams		'mode' can be written, when the decoder is in the 'disabled'
237cf880423SDan Williams		state, with either 'ram' or 'pmem' to set the boundaries for the
238cf880423SDan Williams		next allocation.
239cf880423SDan Williams
240cf880423SDan Williams
241cf880423SDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/dpa_resource
242cf880423SDan WilliamsDate:		May, 2022
2438752efd2SDan WilliamsKernelVersion:	v6.0
244cf880423SDan WilliamsContact:	linux-cxl@vger.kernel.org
245cf880423SDan WilliamsDescription:
246cf880423SDan Williams		(RO) When a CXL decoder is of devtype "cxl_decoder_endpoint",
247cf880423SDan Williams		and its 'dpa_size' attribute is non-zero, this attribute
248cf880423SDan Williams		indicates the device physical address (DPA) base address of the
249cf880423SDan Williams		allocation.
250cf880423SDan Williams
251cf880423SDan Williams
252cf880423SDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/dpa_size
253cf880423SDan WilliamsDate:		May, 2022
2548752efd2SDan WilliamsKernelVersion:	v6.0
255cf880423SDan WilliamsContact:	linux-cxl@vger.kernel.org
256cf880423SDan WilliamsDescription:
257cf880423SDan Williams		(RW) When a CXL decoder is of devtype "cxl_decoder_endpoint" it
258cf880423SDan Williams		translates from a host physical address range, to a device local
259cf880423SDan Williams		address range. The range, base address plus length in bytes, of
260cf880423SDan Williams		DPA allocated to this decoder is conveyed in these 2 attributes.
261cf880423SDan Williams		Allocations can be mutated as long as the decoder is in the
262cf880423SDan Williams		disabled state. A write to 'dpa_size' releases the previous DPA
263cf880423SDan Williams		allocation and then attempts to allocate from the free capacity
264cf880423SDan Williams		in the device partition referred to by 'decoderX.Y/mode'.
265cf880423SDan Williams		Allocate and free requests can only be performed on the highest
266cf880423SDan Williams		instance number disabled decoder with non-zero size. I.e.
267cf880423SDan Williams		allocations are enforced to occur in increasing 'decoderX.Y/id'
268cf880423SDan Williams		order and frees are enforced to occur in decreasing
269cf880423SDan Williams		'decoderX.Y/id' order.
270538831f1SBen Widawsky
271538831f1SBen Widawsky
272538831f1SBen WidawskyWhat:		/sys/bus/cxl/devices/decoderX.Y/interleave_ways
273538831f1SBen WidawskyDate:		May, 2022
2748752efd2SDan WilliamsKernelVersion:	v6.0
275538831f1SBen WidawskyContact:	linux-cxl@vger.kernel.org
276538831f1SBen WidawskyDescription:
277538831f1SBen Widawsky		(RO) The number of targets across which this decoder's host
278538831f1SBen Widawsky		physical address (HPA) memory range is interleaved. The device
279538831f1SBen Widawsky		maps every Nth block of HPA (of size ==
280538831f1SBen Widawsky		'interleave_granularity') to consecutive DPA addresses. The
281538831f1SBen Widawsky		decoder's position in the interleave is determined by the
282538831f1SBen Widawsky		device's (endpoint or switch) switch ancestry. For root
283538831f1SBen Widawsky		decoders their interleave is specified by platform firmware and
284538831f1SBen Widawsky		they only specify a downstream target order for host bridges.
285538831f1SBen Widawsky
286538831f1SBen Widawsky
287538831f1SBen WidawskyWhat:		/sys/bus/cxl/devices/decoderX.Y/interleave_granularity
288538831f1SBen WidawskyDate:		May, 2022
2898752efd2SDan WilliamsKernelVersion:	v6.0
290538831f1SBen WidawskyContact:	linux-cxl@vger.kernel.org
291538831f1SBen WidawskyDescription:
292538831f1SBen Widawsky		(RO) The number of consecutive bytes of host physical address
293538831f1SBen Widawsky		space this decoder claims at address N before the decode rotates
294538831f1SBen Widawsky		to the next target in the interleave at address N +
295538831f1SBen Widawsky		interleave_granularity (assuming N is aligned to
296538831f1SBen Widawsky		interleave_granularity).
297779dd20cSBen Widawsky
298779dd20cSBen Widawsky
2996e099264SDan WilliamsWhat:		/sys/bus/cxl/devices/decoderX.Y/create_{pmem,ram}_region
3006e099264SDan WilliamsDate:		May, 2022, January, 2023
3016e099264SDan WilliamsKernelVersion:	v6.0 (pmem), v6.3 (ram)
302779dd20cSBen WidawskyContact:	linux-cxl@vger.kernel.org
303779dd20cSBen WidawskyDescription:
304779dd20cSBen Widawsky		(RW) Write a string in the form 'regionZ' to start the process
3056e099264SDan Williams		of defining a new persistent, or volatile memory region
3066e099264SDan Williams		(interleave-set) within the decode range bounded by root decoder
3076e099264SDan Williams		'decoderX.Y'. The value written must match the current value
3086e099264SDan Williams		returned from reading this attribute. An atomic compare exchange
3096e099264SDan Williams		operation is done on write to assign the requested id to a
3106e099264SDan Williams		region and allocate the region-id for the next creation attempt.
3116e099264SDan Williams		EBUSY is returned if the region name written does not match the
3126e099264SDan Williams		current cached value.
313779dd20cSBen Widawsky
314779dd20cSBen Widawsky
315779dd20cSBen WidawskyWhat:		/sys/bus/cxl/devices/decoderX.Y/delete_region
316779dd20cSBen WidawskyDate:		May, 2022
3178752efd2SDan WilliamsKernelVersion:	v6.0
318779dd20cSBen WidawskyContact:	linux-cxl@vger.kernel.org
319779dd20cSBen WidawskyDescription:
320779dd20cSBen Widawsky		(WO) Write a string in the form 'regionZ' to delete that region,
321779dd20cSBen Widawsky		provided it is currently idle / not bound to a driver.
322dd5ba0ebSBen Widawsky
323dd5ba0ebSBen Widawsky
324dd5ba0ebSBen WidawskyWhat:		/sys/bus/cxl/devices/regionZ/uuid
325dd5ba0ebSBen WidawskyDate:		May, 2022
3268752efd2SDan WilliamsKernelVersion:	v6.0
327dd5ba0ebSBen WidawskyContact:	linux-cxl@vger.kernel.org
328dd5ba0ebSBen WidawskyDescription:
329dd5ba0ebSBen Widawsky		(RW) Write a unique identifier for the region. This field must
330dd5ba0ebSBen Widawsky		be set for persistent regions and it must not conflict with the
331a8e7d558SDan Williams		UUID of another region. For volatile ram regions this
332a8e7d558SDan Williams		attribute is a read-only empty string.
33380d10a6cSBen Widawsky
33480d10a6cSBen Widawsky
33580d10a6cSBen WidawskyWhat:		/sys/bus/cxl/devices/regionZ/interleave_granularity
33680d10a6cSBen WidawskyDate:		May, 2022
3378752efd2SDan WilliamsKernelVersion:	v6.0
33880d10a6cSBen WidawskyContact:	linux-cxl@vger.kernel.org
33980d10a6cSBen WidawskyDescription:
34080d10a6cSBen Widawsky		(RW) Set the number of consecutive bytes each device in the
34180d10a6cSBen Widawsky		interleave set will claim. The possible interleave granularity
34280d10a6cSBen Widawsky		values are determined by the CXL spec and the participating
34380d10a6cSBen Widawsky		devices.
34480d10a6cSBen Widawsky
34580d10a6cSBen Widawsky
34680d10a6cSBen WidawskyWhat:		/sys/bus/cxl/devices/regionZ/interleave_ways
34780d10a6cSBen WidawskyDate:		May, 2022
3488752efd2SDan WilliamsKernelVersion:	v6.0
34980d10a6cSBen WidawskyContact:	linux-cxl@vger.kernel.org
35080d10a6cSBen WidawskyDescription:
35180d10a6cSBen Widawsky		(RW) Configures the number of devices participating in the
35280d10a6cSBen Widawsky		region is set by writing this value. Each device will provide
35380d10a6cSBen Widawsky		1/interleave_ways of storage for the region.
35423a22cd1SDan Williams
35523a22cd1SDan Williams
35623a22cd1SDan WilliamsWhat:		/sys/bus/cxl/devices/regionZ/size
35723a22cd1SDan WilliamsDate:		May, 2022
3588752efd2SDan WilliamsKernelVersion:	v6.0
35923a22cd1SDan WilliamsContact:	linux-cxl@vger.kernel.org
36023a22cd1SDan WilliamsDescription:
36123a22cd1SDan Williams		(RW) System physical address space to be consumed by the region.
36223a22cd1SDan Williams		When written trigger the driver to allocate space out of the
36323a22cd1SDan Williams		parent root decoder's address space. When read the size of the
36423a22cd1SDan Williams		address space is reported and should match the span of the
36523a22cd1SDan Williams		region's resource attribute. Size shall be set after the
36623a22cd1SDan Williams		interleave configuration parameters. Once set it cannot be
36723a22cd1SDan Williams		changed, only freed by writing 0. The kernel makes no guarantees
36823a22cd1SDan Williams		that data is maintained over an address space freeing event, and
36923a22cd1SDan Williams		there is no guarantee that a free followed by an allocate
37023a22cd1SDan Williams		results in the same address being allocated.
37123a22cd1SDan Williams
37223a22cd1SDan Williams
3737d505f98SDan WilliamsWhat:		/sys/bus/cxl/devices/regionZ/mode
3747d505f98SDan WilliamsDate:		January, 2023
3757d505f98SDan WilliamsKernelVersion:	v6.3
3767d505f98SDan WilliamsContact:	linux-cxl@vger.kernel.org
3777d505f98SDan WilliamsDescription:
3787d505f98SDan Williams		(RO) The mode of a region is established at region creation time
3797d505f98SDan Williams		and dictates the mode of the endpoint decoder that comprise the
3807d505f98SDan Williams		region. For more details on the possible modes see
3817d505f98SDan Williams		/sys/bus/cxl/devices/decoderX.Y/mode
3827d505f98SDan Williams
3837d505f98SDan Williams
38423a22cd1SDan WilliamsWhat:		/sys/bus/cxl/devices/regionZ/resource
38523a22cd1SDan WilliamsDate:		May, 2022
3868752efd2SDan WilliamsKernelVersion:	v6.0
38723a22cd1SDan WilliamsContact:	linux-cxl@vger.kernel.org
38823a22cd1SDan WilliamsDescription:
38923a22cd1SDan Williams		(RO) A region is a contiguous partition of a CXL root decoder
39023a22cd1SDan Williams		address space. Region capacity is allocated by writing to the
39123a22cd1SDan Williams		size attribute, the resulting physical address space determined
39223a22cd1SDan Williams		by the driver is reflected here. It is therefore not useful to
39323a22cd1SDan Williams		read this before writing a value to the size attribute.
394b9686e8cSDan Williams
395b9686e8cSDan Williams
396b9686e8cSDan WilliamsWhat:		/sys/bus/cxl/devices/regionZ/target[0..N]
397b9686e8cSDan WilliamsDate:		May, 2022
3988752efd2SDan WilliamsKernelVersion:	v6.0
399b9686e8cSDan WilliamsContact:	linux-cxl@vger.kernel.org
400b9686e8cSDan WilliamsDescription:
401b9686e8cSDan Williams		(RW) Write an endpoint decoder object name to 'targetX' where X
402b9686e8cSDan Williams		is the intended position of the endpoint device in the region
403b9686e8cSDan Williams		interleave and N is the 'interleave_ways' setting for the
404b9686e8cSDan Williams		region. ENXIO is returned if the write results in an impossible
405b9686e8cSDan Williams		to map decode scenario, like the endpoint is unreachable at that
406b9686e8cSDan Williams		position relative to the root decoder interleave. EBUSY is
407b9686e8cSDan Williams		returned if the position in the region is already occupied, or
408b9686e8cSDan Williams		if the region is not in a state to accept interleave
409b9686e8cSDan Williams		configuration changes. EINVAL is returned if the object name is
410b9686e8cSDan Williams		not an endpoint decoder. Once all positions have been
411b9686e8cSDan Williams		successfully written a final validation for decode conflicts is
412b9686e8cSDan Williams		performed before activating the region.
413176baefbSDan Williams
414176baefbSDan Williams
415176baefbSDan WilliamsWhat:		/sys/bus/cxl/devices/regionZ/commit
416176baefbSDan WilliamsDate:		May, 2022
4178752efd2SDan WilliamsKernelVersion:	v6.0
418176baefbSDan WilliamsContact:	linux-cxl@vger.kernel.org
419176baefbSDan WilliamsDescription:
420176baefbSDan Williams		(RW) Write a boolean 'true' string value to this attribute to
421176baefbSDan Williams		trigger the region to transition from the software programmed
422176baefbSDan Williams		state to the actively decoding in hardware state. The commit
423176baefbSDan Williams		operation in addition to validating that the region is in proper
424176baefbSDan Williams		configured state, validates that the decoders are being
425176baefbSDan Williams		committed in spec mandated order (last committed decoder id +
426176baefbSDan Williams		1), and checks that the hardware accepts the commit request.
427176baefbSDan Williams		Reading this value indicates whether the region is committed or
428176baefbSDan Williams		not.
4297ff6ad10SAlison Schofield
4307ff6ad10SAlison Schofield
4317ff6ad10SAlison SchofieldWhat:		/sys/bus/cxl/devices/memX/trigger_poison_list
4327ff6ad10SAlison SchofieldDate:		April, 2023
4337ff6ad10SAlison SchofieldKernelVersion:	v6.4
4347ff6ad10SAlison SchofieldContact:	linux-cxl@vger.kernel.org
4357ff6ad10SAlison SchofieldDescription:
4367ff6ad10SAlison Schofield		(WO) When a boolean 'true' is written to this attribute the
4377ff6ad10SAlison Schofield		memdev driver retrieves the poison list from the device. The
4387ff6ad10SAlison Schofield		list consists of addresses that are poisoned, or would result
4397ff6ad10SAlison Schofield		in poison if accessed, and the source of the poison. This
4407ff6ad10SAlison Schofield		attribute is only visible for devices supporting the
4417ff6ad10SAlison Schofield		capability. The retrieved errors are logged as kernel
4427ff6ad10SAlison Schofield		events when cxl_poison event tracing is enabled.
443