Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pal/baremetal/common/include/pal_common_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ typedef union {
ID_MAP map;
}NODE_DATA_MAP;

#define MAX_NAMED_COMP_LENGTH 256
#define MAX_NAMED_COMP_LENGTH 150

typedef struct {
uint64_t smmu_base; /* SMMU base to which component is attached, else NULL */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ typedef struct {
uint64_t smmu_base;
} PLATFORM_OVERRIDE_IOVIRT_PMCG_INFO_BLOCK;

#define MAX_NAMED_COMP_LENGTH 256
#define MAX_NAMED_COMP_LENGTH 150
typedef struct {
uint32_t its_count;
uint32_t identifiers[1]; /* GIC ITS identifier arrary */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ typedef struct {
uint32_t node_ref;
} PLATFORM_OVERRIDE_IOVIRT_PMCG_INFO_BLOCK;

#define MAX_NAMED_COMP_LENGTH 256
#define MAX_NAMED_COMP_LENGTH 150
typedef struct {
uint32_t its_count;
uint32_t identifiers[1]; /* GIC ITS identifier arrary */
Expand Down
2 changes: 1 addition & 1 deletion pal/uefi_dt/bsa/include/pal_uefi.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ typedef union {
ID_MAP map;
}NODE_DATA_MAP;

#define MAX_NAMED_COMP_LENGTH 256
#define MAX_NAMED_COMP_LENGTH 150

typedef struct {
UINT64 smmu_base; /* SMMU base to which component is attached, else NULL */
Expand Down