OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-12 12:05:27 to 2023-10-07 03:06:28 UTC [more...]

[PATCH v3 0/4] platform: generic: add T-HEAD th1520 soc support
 2023-10-07  3:06 UTC  (2+ messages)
` [PATCH v3 1/4] platform: generic: thead: move to thead c9xx header to vendor specific postion

[PATCH 0/3] platform: generic Add Sophgo sg2042 support
 2023-10-07  2:58 UTC  (4+ messages)
` [PATCH 1/3] lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
  ` [PATCH 2/3] lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
` [PATCH 3/3] platform: generic: Add Sophgo sg2042 soc support

Public Review: Advanced Configuration and Power Interface - Functional Fixed Hardware
 2023-10-06 22:44 UTC 

Public Review: Supervisor Binary Interface(SBI) v2.0
 2023-10-06 22:44 UTC 

[PATCH 1/1] lib: sbi: simplify sanitize_domain()
 2023-10-06 20:59 UTC 

[PATCH] lib: sbi: Add support for mconfigptr
 2023-10-06 12:35 UTC  (2+ messages)

[PATCH] docs: platform: update platform_requirements.md
 2023-10-06 12:26 UTC  (2+ messages)

[PATCH 0/4] Add Svadu extension support
 2023-10-06 12:21 UTC  (11+ messages)
` [PATCH 1/4] lib: sbi: refactor the code for enable extensions in menvfg CSR
` [PATCH 2/4] lib: sbi: Add support for Svadu extension
` [PATCH 3/4] lib: sbi: Improve the code of privilege mode and extensions detection
` [PATCH 4/4] lib: sbi: detect extensions from menvcfg

[PATCH 0/6] Add Andes PMU extension support
 2023-10-06 12:20 UTC  (2+ messages)

[PATCH 0/6] Add Andes PMU extension support
 2023-10-06 12:17 UTC  (12+ messages)
` [PATCH 1/6] sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
` [PATCH 2/6] platform: include: andes45: Add PMU related CSR defines
` [PATCH 3/6] platform: andes: Add Andes custom PMU support
` [PATCH 4/6] platform: andes: Enable Andes PMU for AE350
` [PATCH 5/6] platform: rzfive: Enable Andes PMU for RZ/Five
` [PATCH 6/6] docs: pmu: Add Andes PMU node example

[PATCH 1/1] gpio/starfive: redundant readl() call
 2023-10-06 12:04 UTC  (2+ messages)

[PATCH v2] lib: sbi_pmu: check for index overflows
 2023-10-06 12:02 UTC  (3+ messages)

[PATCH v2 1/1] lib: utils: Simplify SET_ISA_EXT_MAP()
 2023-10-06 12:02 UTC  (3+ messages)

[PATCH 1/1] lib: utils/fdt: simplify dt_parse_isa_extensions
 2023-10-06 11:43 UTC  (3+ messages)

[PATCH 1/1] lib: sbi: fix sbi_domain_get_assigned_hartmask()
 2023-10-06 11:36 UTC  (3+ messages)

[PATCH] lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
 2023-10-06 11:29 UTC  (2+ messages)

[PATCH] lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
 2023-10-06 11:29 UTC  (2+ messages)

[PATCH] doc: Fix fw_payload.md
 2023-10-06  4:38 UTC  (3+ messages)

[PATCH 0/3] Sparse HART id improvements
 2023-10-06  4:35 UTC  (5+ messages)
` [PATCH 1/3] lib: sbi: Refactor sbi_scratch_last_hartindex as a function
` [PATCH 2/3] lib: sbi: Refactor sbi_hartindex_to_hartid "
` [PATCH 3/3] lib: sbi: Refactor sbi_hartindex_to_scratch "

[PATCH 0/3] Relocation-related fixes
 2023-10-06  4:18 UTC  (8+ messages)
` [PATCH 1/3] firmware: Remove ALIGN in .rela.dyn in linker script
` [PATCH 2/3] firmware: Remove handling of R_RISCV_{32,64}
` [PATCH 3/3] Makefile: Add --exclude-libs ALL to avoid .dynsym

[PATCH v2 0/4] platform: generic: add T-HEAD th1520 soc support
 2023-10-05  6:58 UTC  (5+ messages)
` [PATCH v2 1/4] platform: generic: thead: move to thead c9xx header to vendor specific postion
  ` [PATCH v2 2/4] platform: generic: thead: separate implement of T-HEAD c9xx pmu
  ` [PATCH v2 3/4] platform: generic: thead: separate implement of T-HEAD c9xx errata
  ` [PATCH v2 4/4] platform: generic: thead: initialize PMU by default in thead generic platform

[PATCH v2] platform: generic: thead: fix stale TLB entries for th1520/sg2042
 2023-10-04 14:57 UTC  (2+ messages)

[PATCH] lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSP
 2023-10-01  9:12 UTC 

[PATCH 1/1] lib: utils: Simplify SET_ISA_EXT_MAP()
 2023-09-27 16:47 UTC  (4+ messages)

[PATCH 1/1] lib: sbi_pmu: check for index overflows
 2023-09-27 16:29 UTC  (4+ messages)

[PATCH v1 0/7] Smepmp fixes and improvements
 2023-09-24 12:54 UTC  (9+ messages)
` [PATCH v1 1/7] include: sbi_domain: Fix permission test macros
` [PATCH v1 2/7] lib: sbi: Factor-out Smepmp configuration as separate function
` [PATCH v1 3/7] lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()
` [PATCH v1 4/7] lib: sbi: Fix pmp_flags for Smepmp read-only shared region
` [PATCH v1 5/7] lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MML
` [PATCH v1 6/7] lib: utils/serial: Add shared regions for serial drivers
` [PATCH v1 7/7] lib: utils/regmap: Mark syscon region as shared read-write

[PATCH 0/8] OpenSBI sparse HART id support
 2023-09-24  6:34 UTC  (17+ messages)
` [PATCH 1/8] lib: sbi: Introduce HART index in sbi_scratch
` [PATCH 2/8] lib: sbi: Remove sbi_platform_hart_index/invalid() functions
` [PATCH 3/8] lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
` [PATCH 4/8] lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managment
` [PATCH 5/8] lib: sbi: Prefer hartindex over hartid in IPI framework
` [PATCH 6/8] lib: sbi: Remove sbi_scratch_last_hartid() macro
` [PATCH 7/8] lib: sbi: Maximize the use of HART index in sbi_domain
` [PATCH 8/8] include: sbi: Remove sbi_hartmask_for_each_hart() macro

[PATCH] lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is set
 2023-09-22  6:48 UTC  (3+ messages)

[PATCH] platform: generic: thead: fix stale TLB entries for th1520/sg2042
 2023-09-15  8:44 UTC  (5+ messages)

[RFC PATCH v2 0/2] platform: generic: thead: add sfence workaroud for th1520/sg2042
 2023-09-14  4:12 UTC  (8+ messages)
` [RFC PATCH v2 1/2] include: Move trap handle helper functions to sbi_trap.h
  ` [RFC PATCH v2 2/2] platform: generic: thead: fix stale TLB entries for th1520/sg2042

[RFC PATCH] platform: generic: thead: add sfence workaroud for th1520/sg2042
 2023-09-14  0:56 UTC  (5+ messages)

[PATCH] lib: sbi: Add sub-regions check for sanitizing domain
 2023-09-12 12:12 UTC 

[PATCH v5 0/2] Some changes about tlb fifo
 2023-09-10  8:46 UTC  (5+ messages)
` [PATCH v5 1/2] platform: Allow platforms to specify the size of "
` [PATCH v5 2/2] lib: sbi: alloc tlb fifo by sbi_malloc

[PATCH V2 0/3] fix cpu softlock when using T-HEAD c9xx pmu
 2023-09-10  5:46 UTC  (13+ messages)
` [PATCH V2 1/3] lib: sbi_pmu: ensure update hpm counter before starting counting
  ` [PATCH V2 2/3] platform: generic: allwinner: fix OF process for T-HEAD c9xx pmu
  ` [PATCH V2 3/3] lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabled

[PATCH v4 0/2] Some changes about tlb fifo
 2023-09-06 11:53 UTC  (5+ messages)
` [PATCH v4 1/2] platform: Allow platforms to specify the size of "
` [PATCH v4 2/2] lib: sbi: alloc tlb fifo by sbi_malloc

[PATCH] lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
 2023-09-06 11:43 UTC  (2+ messages)

[PATCH] firmware: payload: test: Change to SBI v2.0 DBCN ecalls
 2023-09-06 11:24 UTC  (2+ messages)

[RFC PATCH 0/2] miscellaneous about hartmask
 2023-09-02 11:59 UTC  (5+ messages)
` [RFC PATCH 1/2] ilib: sbi: add sbi_platform_hart_index2id
` [RFC PATCH 2/2] lib: sbi: improve sbi_hartmask

[PATCH] lib: utils/timer: mtimer: Change to use correct condition
 2023-09-01 16:01 UTC  (2+ messages)

[PATCH] lib: sbi_pmu: remove mhpm_count field in hart feature
 2023-08-22  8:13 UTC  (3+ messages)

[PATCH V2] platform: generic: allwinner: correct mhpmevent count
 2023-08-22  8:13 UTC  (3+ messages)

[PATCH v2] Makefile: Fix grep warning
 2023-08-22  8:13 UTC  (3+ messages)

[PATCH V2] platform: generic: allwinner: correct mhpmevent count
 2023-08-20  4:56 UTC  (3+ messages)

[PATCH 2/2] platform: generic: allwinner: fix OV process for T-HEAD c9xx pmu
 2023-08-20  4:54 UTC  (2+ messages)
` [PATCH V2] platform: generic: allwinner: correct mhpmevent count

[PATCH 0/1] sbi: Add support for smcntrpmf
 2023-08-18 16:47 UTC  (3+ messages)
` [PATCH 1/1] lib: "

[PATCH] Makefile: Force GNU hashing
 2023-08-15  7:17 UTC  (8+ messages)

[PATCH v3 0/2] Some changes about tlb fifo
 2023-08-15  2:31 UTC  (3+ messages)
` [PATCH v3 1/2] platform: Allow platforms to specify the size of "
` [PATCH v3 2/2] lib: sbi: alloc tlb fifo by sbi_malloc

[PATCH] platform: Allow platforms to specify the size of tlb fifo
 2023-08-14 11:40 UTC  (2+ messages)

[PATCH] lib: sbi: alloc tlb fifo by sbi_malloc
 2023-08-14 11:40 UTC  (2+ messages)

[PATCH v2 0/2] Some changes about tlb fifo
 2023-08-14 11:36 UTC  (3+ messages)
` [PATCH v2 1/2] platform: Allow platforms to specify the size of "
` [PATCH v2 2/2] lib: sbi: alloc tlb fifo by sbi_malloc

[PATCH 0/2 RESEND] fix T-HEAD c9xx cpu softlock
 2023-08-12 12:05 UTC  (3+ messages)
` [PATCH 1/2] lib: sbi_pmu: ensure update hpm counter before starting counting


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