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-06-05
lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
Anup Patel
1
-10
/
+33
2023-06-05
lib: utils/fdt: Use heap in FDT domain parsing
Anup Patel
1
-42
/
+71
2023-06-05
lib: utils/timer: Use heap in ACLINT MTIMER driver
Anup Patel
1
-17
/
+30
2023-06-05
lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
Anup Patel
3
-46
/
+42
2023-06-05
lib: utils/ipi: Use heap in ACLINT MSWI driver
Anup Patel
1
-11
/
+10
2023-06-05
lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
Anup Patel
2
-27
/
+20
2023-06-05
lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
Anup Patel
2
-21
/
+20
2023-06-05
lib: sbi: Use scratch space to save per-HART domain pointer
Anup Patel
2
-16
/
+45
2023-06-05
lib: sbi: Use heap for root domain creation
Anup Patel
1
-11
/
+34
2023-06-05
lib: sbi_pmu: Use heap for per-HART PMU state
Anup Patel
1
-88
/
+127
2023-06-05
lib: sbi: Print scratch size and usage at boot time
Anup Patel
3
-0
/
+19
2023-06-05
lib: sbi: Introduce simple heap allocator
Anup Patel
4
-0
/
+266
2023-06-05
platform: Allow platforms to specify heap size
Anup Patel
9
-14
/
+58
2023-06-05
include: sbi_scratch: Add helper macros to access data type
Anup Patel
1
-0
/
+17
2023-06-04
lib: sbi: Align system suspend errors with spec
Andrew Jones
2
-7
/
+16
2023-06-04
lib: utils/ipi: buffer overrun aclint_mswi_cold_init
Heinrich Schuchardt
1
-2
/
+2
2023-05-26
lib: utils: Improve fdt_timer
Xiang W
1
-20
/
+21
2023-05-26
lib: utils: Improve fdt_ipi
Xiang W
1
-20
/
+21
2023-05-26
lib: utils: Improve fdt_serial_init
Xiang W
1
-31
/
+17
2023-05-26
lib: sbi: Fix return of sbi_console_init
Xiang W
1
-1
/
+7
2023-05-22
Makefile: Dereference symlinks on install
Filip Filmar
1
-4
/
+4
2023-05-21
lib: sbi: Document sbi_ecall_extension members
Andrew Jones
1
-0
/
+35
2023-05-21
lib: sbi: Remove 0/1 probe implementations
Andrew Jones
4
-39
/
+10
2023-05-21
lib: sbi: Optimize probe of srst/susp
Xiang W
2
-8
/
+12
2023-05-21
lib: sbi: Only register available extensions
Andrew Jones
6
-22
/
+35
2023-05-21
lib: sbi: pmu: Remove unnecessary probe function
Andrew Jones
1
-8
/
+0
2023-05-21
lib: sbi: Narrow vendor extension range
Andrew Jones
1
-4
/
+7
2023-05-21
lib: sbi: Introduce register_extensions extension callback
Andrew Jones
14
-43
/
+143
2023-05-11
lib: sbi: Simplify BITS_PER_LONG definition
Xiang W
1
-7
/
+1
2023-05-11
lib: sbi: Simplify sbi_ipi_process remove goto
Xiang W
1
-8
/
+5
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
15
-19
/
+19
2023-04-20
lib: sbi: Add debug print when sbi_pmu_init fails
Tan En De
1
-1
/
+4
2023-04-17
lib: sbi: Don't check SBI error range for legacy console getchar
Anup Patel
1
-1
/
+3
2023-04-17
lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCH
Alexandre Ghiti
1
-2
/
+7
2023-04-17
lib: sbi: Do not clear active_events for cycle/instret when stopping
Alexandre Ghiti
1
-1
/
+1
2023-04-17
firmware: Change to use positive offset to access relocation entries
Bin Meng
1
-8
/
+7
2023-04-17
firmware: Optimize loading relocation type
Bin Meng
1
-1
/
+0
2023-04-14
platform: generic: andes/renesas: Add SBI EXT to check for enabling IOCP errata
Lad Prabhakar
7
-2
/
+95
2023-04-14
lib: sbi: Optimize sbi_tlb queue waiting
Xiang W
3
-26
/
+35
2023-04-13
sbi: tlb: Simplify to tlb_process_count/tlb_process function
Xiang W
1
-15
/
+8
2023-04-13
lib: sbi: Optimize sbi_ipi
Xiang W
1
-2
/
+32
2023-04-13
lib: sbi: Optimize sbi_tlb
Xiang W
1
-10
/
+11
2023-04-07
lib: utils: fdt_fixup: avoid buffer overrun
Heinrich Schuchardt
1
-1
/
+1
2023-04-07
docs: Correct FW_JUMP_FDT_ADDR calculation example
Gabriel Somlo
1
-10
/
+10
2023-04-07
lib: sbi_pmu: Align the event type offset as per SBI specification
Yu Chien Peter Lin
2
-5
/
+6
2023-04-07
lib: sbi: Print the CPPC device name
Sunil V L
1
-0
/
+5
2023-04-07
lib: sbi: Implement SBI CPPC extension
Sunil V L
5
-0
/
+216
2023-04-07
include: Add defines for SBI CPPC extension
Sunil V L
1
-0
/
+34
2023-04-06
lib: sbi_hart: clear mip csr during hart init
Mayuresh Chitale
2
-7
/
+6
2023-04-06
lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplug
Anup Patel
1
-2
/
+4
[prev]
[next]