summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_domain.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16lib: sbi: Remove domain_get() platform callback functionAnup Patel1-75/+3
2020-12-16lib: sbi: Add function to register new domainAnup Patel1-0/+71
2020-12-04include: sbi: Add domains_init() platform operationAnup Patel1-0/+8
2020-12-04lib: sbi: Add error prints in sbi_domain_finalize()Anup Patel1-11/+52
2020-12-04lib: sbi: Override domain boot HART when coldboot HART assigned to itAnup Patel1-0/+11
2020-12-04lib: sbi: Auto start domain only if boot HART within limitsAnup Patel1-0/+4
2020-12-04lib: sbi: Fix domain_count check in sbi_domain_finalize()Anup Patel1-1/+1
2020-12-04lib: sbi: Fix typo in sbi_domain_finalize()Anup Patel1-2/+2
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel1-0/+94
2020-10-20lib: sbi: Extend sbi_hsm_hart_start() for domainsAnup Patel1-2/+4
2020-10-20lib: sbi: Add initial domain supportAnup Patel1-0/+380