diff options
author | Atish Patra <atish.patra@wdc.com> | 2020-05-09 16:47:31 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-05-10 10:24:08 +0530 |
commit | 1f235ec47f85ba90916493c7eb1378b5427a66b5 (patch) | |
tree | d686ed4d551b3e92905a08d1c887542301f9b77f /lib/sbi/objects.mk | |
parent | ec0d2a7d7d8b78193375651627aa6f65b9219afe (diff) |
lib: Add platform features in boot time print
We have now clear distinction between platform and hart features.
Modify the boot print messages to print platform features in a string
format. In the process, this patch moved relatively larger functions
to its own file from platform.h header file.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Tested-by: Jonathan Balkind <jbalkind@cs.princeton.edu>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'lib/sbi/objects.mk')
-rw-r--r-- | lib/sbi/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbi/objects.mk b/lib/sbi/objects.mk index 31aaad5..fa808a0 100644 --- a/lib/sbi/objects.mk +++ b/lib/sbi/objects.mk @@ -31,6 +31,7 @@ libsbi-objs-y += sbi_illegal_insn.o libsbi-objs-y += sbi_init.o libsbi-objs-y += sbi_ipi.o libsbi-objs-y += sbi_misaligned_ldst.o +libsbi-objs-y += sbi_platform.o libsbi-objs-y += sbi_scratch.o libsbi-objs-y += sbi_string.o libsbi-objs-y += sbi_system.o |