opensbi/lib/utils/ipi
Anup Patel 5b9960379f lib: utils/ipi: Fix size check in aclint_mswi_cold_init()
Currently, the ACLINT MSWI size check is forcing size to be at least
0x4000. This is inappropriate check because most systems will never
utilize full 16KB for a single ACLINT MSWI device so instead we should
check that ACLINT MSWI size is enough for on the associated HARTs.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Dong Du <Dd_nirvana@sjtu.edu.cn>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
2022-01-11 18:17:07 +05:30
..
aclint_mswi.c lib: utils/ipi: Fix size check in aclint_mswi_cold_init() 2022-01-11 18:17:07 +05:30
fdt_ipi.c include: sbi_utils: Introduce an helper to get fdt base address 2021-11-02 11:23:16 +05:30
fdt_ipi_mswi.c lib: utils/fdt: Extend fdt_parse_aclint_node() function 2021-08-14 09:02:39 +05:30
objects.mk lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver 2021-06-24 09:39:51 +05:30