mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 21:14:18 +00:00

Add basic ACPI table information needed to understand the CXL driver probe process. Signed-off-by: Gregory Price <gourry@gourry.net> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Link: https://patch.msgid.link/20250512162134.3596150-6-gourry@gourry.net Signed-off-by: Dave Jiang <dave.jiang@intel.com>
22 lines
680 B
ReStructuredText
22 lines
680 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
========================================
|
|
SLIT - System Locality Information Table
|
|
========================================
|
|
|
|
The system locality information table provides "abstract distances" between
|
|
accessor and memory nodes. Node without initiators (cpus) are infinitely (FF)
|
|
distance away from all other nodes.
|
|
|
|
The abstract distance described in this table does not describe any real
|
|
latency of bandwidth information.
|
|
|
|
Example ::
|
|
|
|
Signature : "SLIT" [System Locality Information Table]
|
|
Localities : 0000000000000004
|
|
Locality 0 : 10 20 20 30
|
|
Locality 1 : 20 10 30 20
|
|
Locality 2 : FF FF 0A FF
|
|
Locality 3 : FF FF FF 0A
|