index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
fdt
/
fdt_pmu.c
Age
Commit message (
Expand
)
Author
2025-02-19
lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
Samuel Holland
2025-02-19
lib: utils/fdt: Remove redundant PMU property length checks
Samuel Holland
2024-08-24
lib: utils/fdt: Constify FDT parsing functions
Samuel Holland
2023-12-06
lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
Yu Chien Peter Lin
2023-12-06
lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
Yu Chien Peter Lin
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
2023-02-27
lib: utils/fdt: Fix fdt_pmu.c header dependency
Bin Meng
2022-09-13
lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
Anup Patel
2022-05-07
lib: sbi: Convert hart features into hart extensions
Anup Patel
2021-12-03
lib: pmu: support the event ID encoded by a bitmap.
Vincent Chen
2021-11-11
lib: utils: Rename the prefix in PMU DT properties
Atish Patra
2021-11-11
lib: sbi: Enable PMU extension for platforms without mcountinhibit
Atish Patra
2021-07-11
utils: fdt: Add fdt helper functions to parse PMU DT nodes
Atish Patra