opensbi/lib/utils/reset
Jukka Laitinen 5d025eb235 lib: fix pointer of type 'void *' used in arithmetic
Using "void *" in arithmetic causes errors with strict compiler settings:
"error: pointer of type 'void *' used in arithmetic [-Werror=pointer-arith]"

Avoid these by calculating on "char *" where 1-byte data size is assumed.

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
Reviewed-by: Dong Du <Dd_nirvana@sjtu.edu.cn>
Reviewed-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2022-01-21 21:58:12 +05:30
..
fdt_reset.c lib: utils/reset: separate driver init func 2021-11-12 10:16:23 +05:30
fdt_reset_gpio.c lib: utils/reset: add priority to gpio reset 2021-11-12 10:15:54 +05:30
fdt_reset_htif.c lib: utils/sys: Extend HTIF library to allow custom base address 2022-01-11 18:17:49 +05:30
fdt_reset_sifive_test.c lib: utils: Extend fdt_get_node_addr_size() for multiple register sets 2021-08-14 09:02:36 +05:30
fdt_reset_sunxi_wdt.c lib: fix pointer of type 'void *' used in arithmetic 2022-01-21 21:58:12 +05:30
fdt_reset_thead.c lib: fix pointer of type 'void *' used in arithmetic 2022-01-21 21:58:12 +05:30
fdt_reset_thead.h lib: utils: reset: Add T-HEAD sample platform reset driver 2021-04-22 15:13:53 +05:30
fdt_reset_thead_asm.S lib: utils: reset: Add T-HEAD sample platform reset driver 2021-04-22 15:13:53 +05:30
objects.mk lib: utils/reset: Add a sunxi watchdog reset driver 2021-09-14 13:24:53 +05:30