index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.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
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
5
-0
/
+38
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
10
-83
/
+60
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
5
-129
/
+112
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
8
-65
/
+62
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
3
-13
/
+18
2024-11-28
lib: utils/irqchip: plic: Allow enabling IRQs by default
Samuel Holland
4
-53
/
+21
2024-11-11
platform: Drop IPI warm init and exit hooks
Samuel Holland
12
-123
/
+26
2024-11-11
lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
Samuel Holland
13
-32
/
+12
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
5
-20
/
+14
2024-11-11
include: sbi: Fix typo error
Zhang RunMin
1
-1
/
+1
2024-11-11
platform: introduce DT-based configurable heap size
Inochi Amaoto
2
-3
/
+29
2024-11-11
platform: ensure enough heap size with debug triggers extension
Inochi Amaoto
1
-1
/
+1
2024-11-09
docs: add example of building the Linux kernel
Tim Hutt
1
-1
/
+8
2024-11-06
Makefile: enable --gc-sections
Kele Zhang
2
-6
/
+10
2024-11-06
top: Add .editorconfig to set basic coding styles
Hui Min Mina Chou
2
-0
/
+22
2024-11-05
lib: utils/regmap: Use FDT node offset as regmap ID
Samuel Holland
3
-10
/
+10
2024-11-05
lib: utils/gpio: Use FDT node offset as GPIO chip ID
Samuel Holland
5
-22
/
+15
2024-11-05
lib: utils/gpio: Remove fdt_gpio_driver() function
Samuel Holland
1
-16
/
+1
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
12
-121
/
+25
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
13
-23
/
+36
2024-10-28
lib: sbi: fix number of PMP entries detection
Vladimir Kondratiev
1
-1
/
+1
2024-10-28
include: sbi: Optimize reads of mhartid and mscratch
Samuel Holland
2
-2
/
+10
2024-10-28
lib: utils/gpio: designware: Allocate chips on the heap
Samuel Holland
1
-10
/
+9
2024-10-26
lib: sbi: add Smdbltrp ISA extension support
Clément Léger
2
-6
/
+35
2024-10-25
lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAP
Clément Léger
2
-1
/
+27
2024-10-25
lib: sbi: fwft: factorize menvcfg read/write
Clément Léger
2
-57
/
+46
2024-10-25
lib: sbi: send a double trap SSE event to supervisor
Clément Léger
3
-1
/
+3
2024-10-25
lib: sbi: add Ssdbltrp ISA extension support
Clément Léger
7
-1
/
+46
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
6
-8
/
+13
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
3
-15
/
+12
2024-10-25
lib: sbi: Add support to mask/unmask SSE events
Himanshu Chauhan
4
-0
/
+53
2024-10-25
docs: Remove hartindex_to_context_table from domain_support.md
Anup Patel
1
-2
/
+0
2024-10-25
lib: sbi_domain: Use domain data support for per-domain hart context
Anup Patel
4
-62
/
+109
2024-10-25
lib: sbi: Introduce domain data
Anup Patel
5
-0
/
+246
2024-10-25
include: sbi: Remove cyclic include in sbi_domain_context.h
Anup Patel
2
-1
/
+3
2024-10-25
lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domains
Anup Patel
1
-6
/
+8
2024-10-25
lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
Anup Patel
2
-12
/
+2
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
Anup Patel
1
-7
/
+4
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
Anup Patel
1
-8
/
+6
2024-10-25
lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
Anup Patel
1
-14
/
+6
2024-09-27
lib: sbi: fix missing high 32bits when sbi_cppc_write on rv32
Xiang W
1
-1
/
+7
2024-09-27
firmware: fw_base.S: fix multi-core boot bug.
dong.yang
1
-4
/
+6
2024-09-27
include: sbi: Don't unconditionally define '__always_inline'
Elyes Haouas
1
-0
/
+3
2024-09-27
Makefile: Make .carray.c files depend on carray.sh
Samuel Holland
1
-3
/
+3
2024-09-27
lib: utils/ipi: Fix hartid wrongly used as hart index
Samuel Holland
2
-4
/
+2
2024-09-26
lib: sbi: Remove unused hartid parameters
Samuel Holland
3
-10
/
+10
2024-09-26
lib: sbi: Update sbi_{entry,init}_count() to take a hart index
Samuel Holland
4
-10
/
+12
2024-09-26
lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart index
Samuel Holland
6
-15
/
+17
2024-09-26
lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()
Samuel Holland
6
-56
/
+52
2024-09-26
lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart index
Samuel Holland
3
-10
/
+13
[prev]
[next]