diff options
| author | Bin Meng <[email protected]> | 2020-03-17 07:59:40 -0700 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-18 09:19:44 +0530 |
| commit | fcb1dedb2d4d2f2d77a165b1078244caf13363be (patch) | |
| tree | dc52d9af343ed4560c95b34ed6ac9114b1f6a758 /lib/utils/fdt/objects.mk | |
| parent | dce88467af77ed60e7b31ab3a9423fe640b8553c (diff) | |
lib: utils: Add a fdt_reserved_memory_fixup() helper
Add a helper routine to insert a child node of the reserved memory
node in the device tree that describes the protected memory region
done by OpenSBI via PMP.
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'lib/utils/fdt/objects.mk')
| -rw-r--r-- | lib/utils/fdt/objects.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/utils/fdt/objects.mk b/lib/utils/fdt/objects.mk new file mode 100644 index 00000000..062e6bde --- /dev/null +++ b/lib/utils/fdt/objects.mk @@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (C) 2020 Bin Meng <[email protected]> +# + +libsbiutils-objs-y += fdt/fdt_helper.o |
