index
:
opensbi.git
master
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-14
lib: sbi: simplify sanitize_domain()
Heinrich Schuchardt
1
-6
/
+3
2023-10-19
include: sbi: Change spec version to 2.0
Anup Patel
1
-1
/
+1
2023-10-09
lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSP
Amanieu d'Antras
1
-4
/
+2
2023-10-06
lib: sbi: Add support for mconfigptr
Yangjie Zhang
1
-0
/
+1
2023-10-06
docs: platform: update platform_requirements.md
Yangjie Zhang
1
-2
/
+2
2023-10-06
gpio/starfive: redundant readl() call
Heinrich Schuchardt
1
-1
/
+0
2023-10-06
lib: sbi_pmu: check for index overflows
Heinrich Schuchardt
1
-0
/
+3
2023-10-06
lib: utils: Simplify SET_ISA_EXT_MAP()
Heinrich Schuchardt
1
-6
/
+4
2023-10-06
lib: utils/fdt: simplify dt_parse_isa_extensions
Heinrich Schuchardt
1
-4
/
+0
2023-10-06
lib: sbi: fix sbi_domain_get_assigned_hartmask()
Heinrich Schuchardt
1
-1
/
+1
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
2
-3
/
+8
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
1
-2
/
+1
2023-10-06
doc: Fix fw_payload.md
Hoa Nguyen
1
-1
/
+1
2023-10-06
Makefile: Add --exclude-libs ALL to avoid .dynsym
Vivian Wang
1
-0
/
+1
2023-10-06
firmware: Remove handling of R_RISCV_{32,64}
Vivian Wang
3
-36
/
+0
2023-10-06
firmware: Remove ALIGN in .rela.dyn in linker script
Vivian Wang
1
-1
/
+0
2023-10-04
platform: generic: thead: fix stale TLB entries for th1520/sg2042
Inochi Amaoto
5
-0
/
+78
2023-09-24
lib: utils/regmap: Mark syscon region as shared read-write
Anup Patel
1
-0
/
+7
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
3
-2
/
+20
2023-09-24
lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MML
Anup Patel
1
-14
/
+59
2023-09-24
lib: sbi: Fix pmp_flags for Smepmp read-only shared region
Anup Patel
1
-1
/
+1
2023-09-24
lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()
Anup Patel
1
-4
/
+2
2023-09-24
lib: sbi: Factor-out Smepmp configuration as separate function
Anup Patel
1
-70
/
+110
2023-09-24
include: sbi_domain: Fix permission test macros
Mayuresh Chitale
1
-19
/
+15
2023-09-24
include: sbi: Remove sbi_hartmask_for_each_hart() macro
Anup Patel
2
-14
/
+2
2023-09-24
lib: sbi: Maximize the use of HART index in sbi_domain
Anup Patel
2
-29
/
+33
2023-09-24
lib: sbi: Remove sbi_scratch_last_hartid() macro
Anup Patel
4
-27
/
+19
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
9
-38
/
+44
2023-09-24
lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managment
Anup Patel
1
-3
/
+3
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
7
-60
/
+105
2023-09-24
lib: sbi: Remove sbi_platform_hart_index/invalid() functions
Anup Patel
4
-51
/
+11
2023-09-24
lib: sbi: Introduce HART index in sbi_scratch
Anup Patel
2
-15
/
+67
2023-09-22
lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is set
Greentime Hu
1
-3
/
+3
2023-09-10
lib: sbi: alloc tlb fifo by sbi_malloc
Xiang W
1
-3
/
+10
2023-09-10
platform: Allow platforms to specify the size of tlb fifo
Xiang W
5
-4
/
+29
2023-09-10
lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabled
Inochi Amaoto
1
-0
/
+3
2023-09-10
platform: generic: allwinner: fix OF process for T-HEAD c9xx pmu
Inochi Amaoto
1
-10
/
+15
2023-09-10
lib: sbi_pmu: ensure update hpm counter before starting counting
Inochi Amaoto
1
-6
/
+8
2023-09-06
lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
Xiang W
2
-1
/
+6
2023-09-06
firmware: payload: test: Change to SBI v2.0 DBCN ecalls
Inochi Amaoto
1
-21
/
+32
2023-08-22
lib: sbi_pmu: remove mhpm_count field in hart feature
Inochi Amaoto
5
-34
/
+37
2023-08-22
platform: generic: allwinner: correct mhpmevent count
Inochi Amaoto
1
-1
/
+2
2023-08-22
Makefile: Fix grep warning
Andrew Jones
1
-1
/
+1
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
5
-2
/
+69
2023-08-06
fw_base.S: Fix assembler error with clang 16+
Mitchell Horne
1
-4
/
+2
2023-08-06
lib: sbi: Fix typo for finding fixed event counter
Kaiwen Xue
1
-2
/
+2
2023-08-06
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation
Anup Patel
1
-43
/
+79
2023-08-06
lib: sbi_pmu: Enable noncontigous hpm event and counters
Mayuresh Chitale
4
-19
/
+54
2023-08-06
gitignore: allow gitignore to ignore most dot file
Inochi Amaoto
1
-1
/
+7
2023-07-31
lib: utils/reset: Remove SiFive Test reset driver
Anup Patel
8
-132
/
+0
[prev]
[next]