opensbi/lib/utils/fdt
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
..
Kconfig lib: utils/fdt: Use kconfig for enabling/disabling 2022-08-08 09:34:08 +05:30
fdt_domain.c lib: utils: check if CPU node is enabled 2022-05-14 10:16:50 +05:30
fdt_fixup.c lib: utils: check if CPU node is enabled 2022-05-14 10:16:50 +05:30
fdt_helper.c lib: utils: serial: Add Cadence UART driver 2022-08-23 08:40:17 +05:30
fdt_pmu.c lib: utils/fdt: Fix DT parsing in fdt_pmu_setup() 2022-09-13 17:15:58 +05:30
objects.mk lib: utils/fdt: Use kconfig for enabling/disabling 2022-08-08 09:34:08 +05:30