From 7cc6fa4d8a65e08048e1dd469087805ce89bf306 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 24 Apr 2020 17:02:48 +0530 Subject: lib: utils: Add simple FDT reset framework 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 Reviewed-by: Atish Patra --- lib/utils/reset/objects.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/utils/reset/objects.mk (limited to 'lib/utils/reset/objects.mk') diff --git a/lib/utils/reset/objects.mk b/lib/utils/reset/objects.mk new file mode 100644 index 00000000..b447261f --- /dev/null +++ b/lib/utils/reset/objects.mk @@ -0,0 +1,12 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2020 Western Digital Corporation or its affiliates. +# +# Authors: +# Anup Patel +# + +libsbiutils-objs-y += reset/fdt_reset.o +libsbiutils-objs-y += reset/fdt_reset_htif.o +libsbiutils-objs-y += reset/fdt_reset_sifive.o -- cgit v1.3.1