OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-05 13:27:55 to 2024-04-09 02:18:25 UTC [more...]

[PATCH] lib: sbi: Refine the settings for switching to Virtual Supervisor Mode
 2024-04-09  2:18 UTC 

Please review path about lib: sbi: Refine the settings for switching to Virtual Supervisor Mode
 2024-04-09  1:40 UTC 

[PATCH v4] firmware: remove FW_TEXT_START
 2024-04-08 15:27 UTC 

[PATCH v3 0/3] Add support for Supervisor Software Events extension
 2024-04-08 14:56 UTC  (14+ messages)
` [PATCH v3 1/3] lib: sbi: "
` [PATCH v3 2/3] lib: sbi: Implement SBI SSE extension
` [PATCH v3 3/3] lib: sbi: Add SSE support for PMU events

[PATCH v2] lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]
 2024-04-08 14:55 UTC  (3+ messages)

[PATCH 1/1] lib: sbi: missing values sbi_hart_ext[]
 2024-04-08 14:44 UTC  (2+ messages)

[PATCH 1/1] lib: utils: check correct value in fdt_node_offset_by_compatible
 2024-04-08  7:37 UTC 

[PATCH 1/1] lib: sbi: sse_event_get() may return NULL
 2024-04-08  7:29 UTC 

[PATCH 1/2] Makefile: Respect manual changes to .config
 2024-04-08  4:44 UTC  (4+ messages)
` [PATCH 2/2] Makefile: Remove unnecessary dependencies

[PATCH v2 0/2] Minor fixes for domain context switch
 2024-04-07  6:23 UTC  (5+ messages)
` [PATCH v2 1/2] sbi: sbi_domain_context: Check privilege spec version before accessing S-mode CSRs
` [PATCH v2 2/2] sbi: sbi_domain_context: Add spinlock for updating domain assigned_harts

[RFC PATCH 0/2] Add support for Linux kernel image header
 2024-04-05 12:43 UTC  (7+ messages)
` [RFC PATCH 1/2] include: sbi: Support byteorder macros in assembly
` [RFC PATCH 2/2] firmware: Add support for Linux kernel image header

[PATCH 0/2] Coldboot wait improvements
 2024-04-05 12:26 UTC  (4+ messages)
` [PATCH 1/2] lib: sbi: Simplify wait_for_coldboot() implementation
` [PATCH 2/2] lib: sbi: Wakeup non-coldboot HARTs early in the coldboot path

[PATCH 0/2] Optimize current hart scratch access
 2024-04-05 12:15 UTC  (6+ messages)
` [PATCH 1/2] lib: utils/timer: "
` [PATCH 2/2] platform: generic: allwinner: "

[PATCH v3 0/2] Some updates about firmware
 2024-04-05 11:39 UTC  (5+ messages)
` [PATCH v3 1/2] firmware: remove copy-base relocation
` [PATCH v3 2/2] firmware: remove fixed address

[PATCH 0/3] CArray improvements
 2024-04-01 21:34 UTC  (4+ messages)
` [PATCH 1/3] Makefile: clean auto-generated *.c files properly
` [PATCH 2/3] scripts/carray.sh: Add comment to generated files
` [PATCH 3/3] docs: writing tests: update cleaning instructions

[PATCH 0/9] T-Head: Allow read access to th.mxstatus CSR
 2024-03-28 14:33 UTC  (17+ messages)
` [PATCH 1/9] sbi_platform: Add mechanism to handle CSR reads/writes in platform
` [PATCH 2/9] platform: generic: Add mechanism to handle CSR reads/writes in overrides
` [PATCH 3/9] lib: sbi_emulate_csr: Utilize platform hooks for unknown CSRs
` [PATCH 4/9] platform: generic: thead: Add CSR read handler for T-Head C9xx
` [PATCH 5/9] {allwinner/sun20i-d1,sophgo/sg2042,thead-generic}: Enable T-Head CSR read access
` [PATCH 6/9] platform: thead: Rename thead-generic to thead-th1520
` [PATCH 7/9] platform: generic: Add mechanism to match via mvendorid
` [PATCH 8/9] platform: generic: thead: Add definition of T-Head's vendor ID
` [PATCH 9/9] platform: generic: Add generic T-Head override

[PATCH v2 1/1] lib:sbi:platform:generic: Improved mlevel imsic check and init
 2024-03-28  6:39 UTC 

[PATCH 1/1] lib:sbi:platform:generic: Improved mlevel imsic check and init
 2024-03-28  5:55 UTC  (2+ messages)

[PATCH] sbi: sbi_domain_context: Check privilege spec version before accessing S-mode CSRs
 2024-03-27  5:23 UTC 

[PATCH] lib: sbi: Add missing sscrind and sscfg extensions in sbi_hart_ext[]
 2024-03-20 15:21 UTC  (3+ messages)

[PATCH] platform: generic: allwinner: sun20i-d1: Remove duplicated CSR definitions
 2024-03-20  5:42 UTC  (2+ messages)

[PATCH] docs: writing_tests: Make docs correspond the latest changes
 2024-03-20  5:42 UTC  (2+ messages)

[PATCH 0/2] Move tests to the 'tests' directory
 2024-03-19 16:23 UTC  (9+ messages)
` [PATCH 1/2] lib: tests: Move tests to a separate directory
` [PATCH 2/2] docs/writing_tests: Update tests paths

[PATCH v3 00/10] Improve trap handling for nested traps
 2024-03-19  6:06 UTC  (12+ messages)
` [PATCH v3 01/10] lib: sbi: Remove epc from struct sbi_trap_info
` [PATCH v3 02/10] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH v3 03/10] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH v3 04/10] lib: sbi: Introduce trap context
` [PATCH v3 05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH v3 06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH v3 07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH v3 08/10] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH v3 09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH v3 10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap

[PATCH] lib: sbi: Remove gva from struct sbi_trap_info
 2024-03-19  5:25 UTC  (2+ messages)

[PATCH v4] lib: sbi: Add initial domain context management support
 2024-03-18  2:59 UTC  (5+ messages)

[PATCH v2 00/10] Improve trap handling for nested traps
 2024-03-17 11:55 UTC  (30+ messages)
` [PATCH v2 01/10] lib: sbi: Remove epc from struct sbi_trap_info
` [PATCH v2 02/10] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH v2 03/10] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH v2 04/10] lib: sbi: Introduce trap context
` [PATCH v2 05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH v2 06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH v2 07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH v2 08/10] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH v2 09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH v2 10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap

[PATCH] lib: sbi: Remove epc from struct sbi_trap_info
 2024-03-12 10:01 UTC  (2+ messages)

[PATCH v2] firmware: remove copy-base relocation
 2024-03-12  8:23 UTC  (5+ messages)

[PATCH 0/9] Improve trap handling for nested traps
 2024-03-12  7:59 UTC  (22+ messages)
` [PATCH 1/9] lib: sbi: Remove sbi_trap_exit() and related code
` [PATCH 2/9] include: sbi: Add trap_context pointer in struct sbi_scratch
` [PATCH 3/9] lib: sbi: Introduce trap context
` [PATCH 4/9] lib: sbi: Simplify parameters of misaligned and access fault handlers
` [PATCH 5/9] lib: sbi: Simplify parameters of sbi_illegal_insn_handler()
` [PATCH 6/9] lib: sbi: Remove regs paramter of sbi_irqchip_process()
` [PATCH 7/9] lib: sbi: Remove regs parameter from trap irq handling functions
` [PATCH 8/9] lib: sbi: Pass trap context pointer to sbi_ecall_handler()
` [PATCH 9/9] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap

[PATCH v4 0/7] Allow platform to handle load/store faults
 2024-03-11  5:29 UTC  (13+ messages)
` [PATCH v4 1/7] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v4 2/7] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v4 3/7] lib: sbi: change prototype of sbi_trap_redirect
` [PATCH v4 4/7] lib: sbi: change prototype of sbi_misaligned_load/store_handler
` [PATCH v4 5/7] lib: sbi: abstract out insn decoding to unify mem fault handlers
` [PATCH v4 6/7] include: sbi: add emulate_load/store handler to platform ops
` [PATCH v4 7/7] lib: sbi: call platform load/store emulators

[PATCH v4 0/4] SBIUnit: cover OpenSBI with tests
 2024-03-10 20:21 UTC  (15+ messages)
` [PATCH v4 1/4] docs: Add documentation about tests and SBIUnit
` [PATCH v4 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH v4 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH v4 4/4] lib: tests: Add sbi_console test

[PATCH v6 0/5] Improvements to fw_base.S
 2024-03-09 13:44 UTC  (6+ messages)
` [PATCH v6 1/5] firmware: fw_base.S: Simplify address get
` [PATCH v6 4/5] firmware: fw_base.S: Remove _relocate_lottery

[PATCH] lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SH
 2024-03-06  5:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox