TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | PERIPHBASE_MAX_ADDRESS_LENGTH SIZE_256MB |
#define | PERIPHBASE_MIN_ADDRESS_LENGTH SIZE_64MB |
#define | ROOTNODEBASE_ADDRESS_LENGTH SIZE_16KB |
#define | MAX_DTC_COUNT 4 |
#define | CMN600_DEVICE_START_UID 0 |
#define | MAX_CMN600_DEVICES_SUPPORTED 16 |
Copyright (c) 2020, Arm Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SsdtCmn600Generator.h.
#define CMN600_DEVICE_START_UID 0 |
Starting value for the UID to represent the CMN600 devices.
Definition at line 40 of file SsdtCmn600Generator.h.
#define MAX_CMN600_DEVICES_SUPPORTED 16 |
Maximum CMN-600 devices supported by this generator. This generator supports a maximum of 16 CMN-600 devices. Note: This is not a hard limitation and can be extended if needed. Corresponding changes would be needed to support the Name and UID fields describing the serial port.
Definition at line 49 of file SsdtCmn600Generator.h.
#define MAX_DTC_COUNT 4 |
Maximum number of CMN-600 Debug and Trace Logic Controllers (DTC).
Definition at line 36 of file SsdtCmn600Generator.h.
#define PERIPHBASE_MAX_ADDRESS_LENGTH SIZE_256MB |
PeriphBase maximum address length is 256MB (0x10000000) for a (X >= 4) || (Y >= 4) dimensions mesh.
Definition at line 23 of file SsdtCmn600Generator.h.
#define PERIPHBASE_MIN_ADDRESS_LENGTH SIZE_64MB |
PeriphBase minimum address length is 64MB (0x04000000) for a (X < 4) && (Y < 4) dimensions mesh.
Definition at line 28 of file SsdtCmn600Generator.h.
#define ROOTNODEBASE_ADDRESS_LENGTH SIZE_16KB |
RootNodeBase address length is 16KB (0x00004000).
Definition at line 32 of file SsdtCmn600Generator.h.