opensbi/lib
Anup Patel 8ce486a781 lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
This patch does following fixes in fdt_pmu_setup():
1) If any of the event mapping DT property is absent or too small
   then don't skip parsing of other DT properties.
2) Return failure if sbi_pmu_add_hw_event_counter_map() fails.
3) Return failure if sbi_pmu_add_raw_event_counter_map() fails.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
2022-09-13 17:15:58 +05:30
..
sbi lib: sbi_misaligned_ldst: Set GVA if not emulating 2022-09-13 16:43:07 +05:30
utils lib: utils/fdt: Fix DT parsing in fdt_pmu_setup() 2022-09-13 17:15:58 +05:30