diff options
| author | Anup Patel <[email protected]> | 2020-11-18 16:40:21 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-12-04 21:10:44 +0530 |
| commit | ba741ea0ad01314be916f9095384c31c6ccfa363 (patch) | |
| tree | 2cd0318b82c3bddd8ee84157b32a6f10cb70f254 /lib/utils/fdt/objects.mk | |
| parent | c0d2baa8c0be532ff0ce77946cc44cdf4de92669 (diff) | |
lib: utils: Add helper routines to populate domains from FDT
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 <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/utils/fdt/objects.mk')
| -rw-r--r-- | lib/utils/fdt/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/fdt/objects.mk b/lib/utils/fdt/objects.mk index b860a83e..d9f1eae1 100644 --- a/lib/utils/fdt/objects.mk +++ b/lib/utils/fdt/objects.mk @@ -4,5 +4,6 @@ # Copyright (C) 2020 Bin Meng <[email protected]> # +libsbiutils-objs-y += fdt/fdt_domain.o libsbiutils-objs-y += fdt/fdt_helper.o libsbiutils-objs-y += fdt/fdt_fixup.o |
