summaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2021-01-12lib: sbi: Allow platforms to provide root domain memory regionsAnup Patel1-8/+8
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel3-51/+33
2021-01-07lib: sbi: Introduce sbi_trap_exit() APIAnup Patel1-0/+20
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel6-55/+59
2020-12-24lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()Anup Patel1-1/+1
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-12-04lib: sbi: Fix sbi_hart_switch_mode() for u-modeAnup Patel1-3/+5
2020-12-01lib: sbi: Implement System Reset (SRST) SBI extensionAnup Patel2-0/+63
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel2-3/+13
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel2-3/+3
2020-11-10lib: sbi: Improve boot prints in cold boot sequenceAnup Patel1-21/+69
2020-10-26lib: sbi: Improve boot time print with additional PMP informationAtish Patra1-14/+23
2020-10-26lib: sbi: Detect PMP granularity and number of address bitsAtish Patra1-4/+58
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel3-46/+119
2020-10-20lib: sbi: Configure PMP based on domain memory regionsAnup Patel1-15/+22
2020-10-20lib: sbi: Remove redundant sbi_hart_pmp_xyz() functionsAnup Patel1-42/+0
2020-10-20lib: sbi: Extend sbi_system_reset() for domainsAnup Patel1-3/+4
2020-10-20lib: sbi: Optimize sbi_hsm_hart_started_mask() implementationAnup Patel1-12/+22
2020-10-20lib: sbi: Extend sbi_hsm_hart_start() for domainsAnup Patel3-13/+16
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel5-12/+23
2020-10-20lib: sbi: Add initial domain supportAnup Patel3-0/+401
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel2-9/+9
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel2-2/+10
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel1-13/+1
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel1-0/+1
2020-09-25lib: sbi: Fix PMP CSR detectionPragnesh Patel1-1/+1
2020-09-16lib: sbi: Ensure coldboot HART supports next privilege modeAnup Patel1-1/+28
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel3-18/+30
2020-09-16lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() APIAnup Patel2-2/+10
2020-09-09lib: sbi_trap: Allow M-mode to M-mode ECALLsAnup Patel1-0/+1
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel2-2/+2
2020-09-09lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()Anup Patel1-1/+0
2020-09-01lib: sbi: Improve HPM CSR read/write emulationAnup Patel1-72/+75
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel2-0/+18
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel2-144/+114
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-14/+1
2020-08-21lib: sbi: Handle the case where MTVAL has illegal instruction addressAnup Patel1-6/+15
2020-08-21lib: sbi_init: Avoid thundering hurd problem with coldboot_lockAnup Patel1-7/+13
2020-08-17lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()Georg Kotheimer1-1/+1
2020-08-04lib: sbi_misaligned_ldst: Determine transformed instruction length correctlyAnup Patel1-4/+8
2020-07-29lib: Add sbi_strncmp implementationAbner Chang1-0/+13
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel3-3/+11
2020-06-20lib: sbi: Fix 32/64 bits variable compatibilityLiush1-2/+2