forked from Mirrors/opensbi

We add various helper routines to populate domains, iterate domains, iterate domain memregions, and parse HART to domain assignment from the FDT. These helper routines can be used by platform support code and FDT fixup code. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
10 lines
214 B
Makefile
10 lines
214 B
Makefile
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
#
|
|
# Copyright (C) 2020 Bin Meng <bmeng.cn@gmail.com>
|
|
#
|
|
|
|
libsbiutils-objs-y += fdt/fdt_domain.o
|
|
libsbiutils-objs-y += fdt/fdt_helper.o
|
|
libsbiutils-objs-y += fdt/fdt_fixup.o
|