Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit db42361

Browse files
authored
Changelog.txt and Pre-built images (#467)
- Addition of pre-built images - Updates to Changelog.txt Signed-off-by: Sujana M <sujana.murali@arm.com>
1 parent 5a1741f commit db42361

5 files changed

Lines changed: 7 additions & 1 deletion

File tree

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,9 @@ v24.06_DRTM_0.5_ALP1
9898
* Interface and dynamic launch tests
9999
* Build scripts for DRTM Image
100100
* Documentation changes
101+
102+
25.03_REL1.1.0
103+
* BSA Errata Updates
104+
* PCIe bug fixes and enhancements
105+
* Partner Issue Enhancements and Fixes
106+
* Document updates
476 KB
Binary file not shown.
512 KB
Binary file not shown.
868 KB
Binary file not shown.

val/sbsa/src/sbsa_acs_pmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ val_pmu_create_info_table(uint64_t *pmu_info_table)
5858
val_pmu_set_node_coresight_complaint(0x1, node_index);
5959
else {
6060
val_pmu_set_node_coresight_complaint(0x0, node_index);
61-
val_print(ACS_PRINT_ERR, "\n PMU node index %d is not CS complaint", node_index);
61+
val_print(ACS_PRINT_DEBUG, "\n PMU node index %d is not CS complaint\n", node_index);
6262
}
6363
}
6464

0 commit comments

Comments
 (0)