index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/opensbi.git
master
release-1.3.1
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
lib: sbi: Override domain boot HART when coldboot HART assigned to it
Anup Patel
1
-0
/
+11
2020-12-04
lib: sbi: Auto start domain only if boot HART within limits
Anup Patel
1
-0
/
+4
2020-12-04
lib: sbi: Fix domain_count check in sbi_domain_finalize()
Anup Patel
1
-1
/
+1
2020-12-04
lib: sbi: Fix typo in sbi_domain_finalize()
Anup Patel
1
-2
/
+2
2020-12-04
lib: sbi: Fix sbi_hart_switch_mode() for u-mode
Anup Patel
1
-3
/
+5
2020-12-01
lib: sbi: Implement System Reset (SRST) SBI extension
Anup Patel
2
-0
/
+63
2020-12-01
lib: sbi: Improve system reset platform operations
Anup Patel
7
-12
/
+49
2020-12-01
include: sbi: Remove opensbi specific reset type defines
Anup Patel
3
-6
/
+6
2020-11-10
lib: sbi: Improve boot prints in cold boot sequence
Anup Patel
1
-21
/
+69
2020-10-26
lib: sbi: Improve boot time print with additional PMP information
Atish Patra
1
-14
/
+23
2020-10-26
lib: sbi: Detect PMP granularity and number of address bits
Atish Patra
1
-4
/
+58
2020-10-23
lib: utils: Implement "ranges" property parsing
Atish Patra
1
-2
/
+48
2020-10-21
lib: sbi: Display domain details in boot prints
Anup Patel
3
-46
/
+119
2020-10-20
lib: sbi: Configure PMP based on domain memory regions
Anup Patel
1
-15
/
+22
2020-10-20
lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions
Anup Patel
1
-42
/
+0
2020-10-20
lib: utils: Update fdt_cpu_fixup() to use current domain
Anup Patel
1
-5
/
+3
2020-10-20
lib: utils: Update fdt_reserved_memory_fixup() to use current domain
Anup Patel
1
-25
/
+22
2020-10-20
lib: sbi: Extend sbi_system_reset() for domains
Anup Patel
1
-3
/
+4
2020-10-20
lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation
Anup Patel
1
-12
/
+22
2020-10-20
lib: sbi: Extend sbi_hsm_hart_start() for domains
Anup Patel
3
-13
/
+16
2020-10-20
lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
Anup Patel
5
-12
/
+23
2020-10-20
lib: sbi: Add initial domain support
Anup Patel
3
-0
/
+401
2020-10-20
lib: sbi: Remove redundant hartid parameter from sbi_hart_init()
Anup Patel
2
-9
/
+9
2020-10-20
lib: sbi: Configure PMP late in coldboot and warmboot path
Anup Patel
2
-2
/
+10
2020-10-20
include: sbi: Remove pmp_region callbacks from sbi_platform_operations
Anup Patel
1
-13
/
+1
2020-10-20
include: sbi: Remove redundant includes from sbi_platform.h
Anup Patel
1
-0
/
+1
2020-09-25
lib: sbi: Fix PMP CSR detection
Pragnesh Patel
1
-1
/
+1
2020-09-16
lib: sbi: Ensure coldboot HART supports next privilege mode
Anup Patel
1
-1
/
+28
2020-09-16
lib: utils: Improve fdt_cpu_fixup() implementation
Anup Patel
1
-2
/
+11
2020-09-16
lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API
Anup Patel
3
-18
/
+30
2020-09-16
lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API
Anup Patel
2
-2
/
+10
2020-09-09
lib: sbi_trap: Allow M-mode to M-mode ECALLs
Anup Patel
1
-0
/
+1
2020-09-09
include: Rename ECALL defines to match latest RISC-V spec
Anup Patel
2
-2
/
+2
2020-09-09
lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()
Anup Patel
1
-1
/
+0
2020-09-01
lib: sbi: Improve HPM CSR read/write emulation
Anup Patel
1
-72
/
+75
2020-09-01
lib: sbi: Detect and print MHPM counters at boot-time
Anup Patel
2
-0
/
+18
2020-09-01
lib: sbi: Improve PMP CSR detection and progamming
Anup Patel
2
-144
/
+114
2020-09-01
lib: sbi: Remove redundant SBI_HART_HAS_PMP feature
Anup Patel
2
-15
/
+2
2020-08-21
lib: sbi: Handle the case where MTVAL has illegal instruction address
Anup Patel
1
-6
/
+15
2020-08-21
lib: sbi_init: Avoid thundering hurd problem with coldboot_lock
Anup Patel
1
-7
/
+13
2020-08-17
lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()
Georg Kotheimer
1
-1
/
+1
2020-08-04
lib: sbi_misaligned_ldst: Determine transformed instruction length correctly
Anup Patel
1
-4
/
+8
2020-07-29
lib: utils: Use strncmp in fdt_parse_hart_id()
Abner Chang
1
-1
/
+1
2020-07-29
lib: utils: Add a macro in libfdt_env.h for strncmp
Abner Chang
1
-0
/
+1
2020-07-29
lib: Add sbi_strncmp implementation
Abner Chang
1
-0
/
+13
2020-07-06
lib/utils: fdt: Update FDT expand size to 1024 for reserved memory node
Bin Meng
1
-2
/
+8
2020-06-20
lib: Don't return any invalid error from SBI ecall
Anup Patel
3
-3
/
+11
2020-06-20
lib: sbi: Fix 32/64 bits variable compatibility
Liush
1
-2
/
+2
2020-06-19
platform: Add support for Shakti C-class SoC from IIT-M
Vijai Kumar K
5
-0
/
+120
2020-06-18
lib: Fix the SBI_HART_HAS_MCOUNTEREN feature check
Alistair Francis
1
-1
/
+1
[prev]
[next]