forked from Mirrors/opensbi

We add simple reset framework which will select and use reset driver based on details in FDT passed by previous booting stage. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
13 lines
296 B
Makefile
13 lines
296 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (c) 2020 Western Digital Corporation or its affiliates.
|
|
#
|
|
# Authors:
|
|
# Anup Patel <anup.patel@wdc.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += reset/fdt_reset.o
|
|
libsbiutils-objs-y += reset/fdt_reset_htif.o
|
|
libsbiutils-objs-y += reset/fdt_reset_sifive.o
|