diff --git a/pal/baremetal/base/include/pal_common_support.h b/pal/baremetal/base/include/pal_common_support.h index 37655215..6c749696 100644 --- a/pal/baremetal/base/include/pal_common_support.h +++ b/pal/baremetal/base/include/pal_common_support.h @@ -598,7 +598,7 @@ typedef union { ID_MAP map; }NODE_DATA_MAP; -#define MAX_NAMED_COMP_LENGTH 150 +#define MAX_NAMED_COMP_LENGTH 256 typedef struct { uint64_t smmu_base; /* SMMU base to which component is attached, else NULL */ diff --git a/pal/baremetal/target/RDN2/include/platform_override_struct.h b/pal/baremetal/target/RDN2/include/platform_override_struct.h index 3240531e..5df9ae2d 100644 --- a/pal/baremetal/target/RDN2/include/platform_override_struct.h +++ b/pal/baremetal/target/RDN2/include/platform_override_struct.h @@ -100,7 +100,7 @@ typedef struct { uint64_t smmu_base; } PLATFORM_OVERRIDE_IOVIRT_PMCG_INFO_BLOCK; -#define MAX_NAMED_COMP_LENGTH 150 +#define MAX_NAMED_COMP_LENGTH 256 typedef struct { uint32_t its_count; uint32_t identifiers[1]; /* GIC ITS identifier arrary */ diff --git a/pal/uefi_acpi/include/pal_uefi.h b/pal/uefi_acpi/include/pal_uefi.h index 8b10a125..4dc8e4ef 100644 --- a/pal/uefi_acpi/include/pal_uefi.h +++ b/pal/uefi_acpi/include/pal_uefi.h @@ -334,7 +334,7 @@ typedef union { ID_MAP map; }NODE_DATA_MAP; -#define MAX_NAMED_COMP_LENGTH 150 +#define MAX_NAMED_COMP_LENGTH 256 typedef struct { UINT64 smmu_base; /* SMMU base to which component is attached, else NULL */ diff --git a/val/include/pal_interface.h b/val/include/pal_interface.h index 9f0a4260..a5537d34 100644 --- a/val/include/pal_interface.h +++ b/val/include/pal_interface.h @@ -22,7 +22,7 @@ #include #endif -#define MAX_NAMED_COMP_LENGTH 150 +#define MAX_NAMED_COMP_LENGTH 256 #ifdef TARGET_BM_BOOT