OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-29 15:50:47 to 2024-12-22 09:02:46 UTC [more...]

[PATCH 1/2] lib: sbi: Print list of available SBI extensions at boot-time
 2024-12-22  9:02 UTC  (4+ messages)
` [PATCH 2/2] lib: sbi: Improve the alignment of boot-time prints

[PATCH v2 1/2] Cleanup int vs bool in semihosting_init() definitions
 2024-12-21 16:20 UTC  (5+ messages)
` [PATCH v2 2/2] Fix compiling with C23 enabled compilers

[PATCH v2 1/2] platform: generic: Initialize console before other drivers
 2024-12-21 13:02 UTC  (6+ messages)
` [PATCH v2 2/2] lib: utils: Mark RPMI drivers as experimental

RFC: big endian support for riscv64/opensbi
 2024-12-20 16:02 UTC  (8+ messages)
` [RFC 1/7] opensbi: use .insn for instrcutions to fix endian
` [RFC 2/7] opensbi: add build config for building big-endian
` [RFC 3/7] opensbi: add option to set big-endian mode at run-time
` [RFC 4/7] opensbi: make io little-endian for big endian build
` [RFC 5/7] internal: add big/little endian to boot print
` [RFC 6/7] opensbi: fixup endian access for fw_info
` [RFC 7/7] opensbi: add u/s big endian init option

[PATCH v4 0/5] lib: sbi: sse: rework event availability
 2024-12-20  9:42 UTC  (18+ messages)
` [PATCH v4 1/5] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v4 2/5] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v4 3/5] lib: sbi: sse: allow adding new events
` [PATCH v4 4/5] lib: sbi: sse: return SBI_ENOTSUPP for unsupported events
` [PATCH v4 5/5] lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported

[PATCH] lib: utils: Mark RPMI drivers as experimental
 2024-12-19  6:01 UTC  (6+ messages)

[PATCH] lib: utils: improvement rpmi_cppc_fc_db_trigger
 2024-12-19  5:34 UTC  (3+ messages)

updated change to build
 2024-12-17 18:47 UTC  (18+ messages)
` [RFC 1/5] add build container for ubunti 18.04
` [RFC 2/5] add ~ files to .gitignore
` [RFC 3/5] remove carry output if scripts/carray.sh fails
` [RFC 4/5] script/carry.sh: send error to stderr
` [RFC 5/5] scripts/carray: change to using single awk invocation to generate .c

[PATCH v3 0/5] lib: sbi: sse: rework event availability
 2024-12-16 14:16 UTC  (12+ messages)
` [PATCH v3 1/5] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v3 2/5] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v3 3/5] lib: sbi: sse: rework event availability
` [PATCH v3 4/5] lib: sbi: pmu: add an sse .is_supported_cb callback implementation
` [PATCH v3 5/5] lib: sbi: sse: set non-software events as unsupported

[PATCH v2 00/17] RPMI and SBI MPXY support for OpenSBI
 2024-12-16  8:57 UTC  (12+ messages)
` [PATCH v2 12/17] lib: utils: Add simple FDT based CPPC driver framework
` [PATCH v2 13/17] lib: utils/cppc: Add RPMI CPPC driver
` [PATCH v2 14/17] lib: sbi: Add SBI Message Proxy (MPXY) framework
` [PATCH v2 15/17] lib: sbi: Implement SBI MPXY extension
` [PATCH v2 16/17] lib: utils: Add simple FDT based MPXY driver framework
` [PATCH v2 17/17] lib: utils/mpxy: Add RPMI client driver for MPXY

[PATCH 0/2] PMU related minor fixes
 2024-12-15  8:50 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi_pmu: Fix the sanity check condition for hw event map
` [PATCH 2/2] lib: sbi_pmu: Verify the raw events first during event info

[BUG report] boot fail with V extension
 2024-12-15  6:54 UTC  (3+ messages)

[PATCH 0/2] lib: sbi: fixes a few SSE errors
 2024-12-15  6:29 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi: fix GLOBAL_PLAT_DEFINE
` [PATCH 2/2] lib: sbi: sse: Fix a6 and a7 register content upon injection

[PATCH v2 0/2] OpenSBI LLVM related fixes
 2024-12-15  6:04 UTC  (9+ messages)
` [PATCH v2 1/2] lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
` [PATCH v2 2/2] Makefile: Don't enable V-extension using -march option

Upcoming OpenSBI v1.6 release
 2024-12-14  6:58 UTC 

[PATCH v2 0/4] lib: sbi: sse: rework event availability
 2024-12-12  8:27 UTC  (11+ messages)
` [PATCH v2 1/4] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v2 2/4] lib: sbi: sse: rework event availability
` [PATCH v2 3/4] lib: sbi: sse: add a is_supported_cb() callback
` [PATCH v2 4/4] lib: sbi: pmu: add an sse .is_supported_cb callback implementation

[PATCH 1/2] lib: utils/serial: Cleanup int vs bool in semihosting_init() definitions
 2024-12-12  4:36 UTC  (5+ messages)
` [PATCH 2/2] include: Fix compiling bool with C23 enabled compilers

[PATCH 0/2] OpenSBI LLVM related fixes
 2024-12-11  3:25 UTC  (10+ messages)
` [PATCH 1/2] lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
` [PATCH 2/2] Makefile: Don't enable V-extension using -march option

[PATCH 0/3] lib: sbi: fix PMU SSE event handling
 2024-12-10  9:48 UTC  (20+ messages)
` [PATCH 1/3] lib: sbi: sse: Return a value from the register callback
` [PATCH 2/3] lib: sbi: sse: Disable injection if callbacks are set
` [PATCH 3/3] lib: sbi: pmu: Set a SSE register_cb() for event availability

[PATCH 0/1] Add a SBOM template in CycloneDX format
 2024-12-09 16:59 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH v2] lib: sbi_misaligned_ldst: Add handling of vector load/store
 2024-12-09 15:43 UTC  (11+ messages)

[PATCH 1/1] lib: sbi_misaligned_ldst: Add handling of vector load/store
 2024-12-06  4:06 UTC  (7+ messages)

[PATCH 0/5] Implement PMU enhancements in SBI v3.0
 2024-12-03  0:39 UTC  (20+ messages)
` [PATCH 1/5] lib: sbi_pmu: PMU raw event v2 support
` [PATCH 2/5] lib: sbi_pmu: Remove redundant check for fw events
` [PATCH 3/5] lib: sbi_pmu: Add SBI PMU event info function details
` [PATCH 4/5] lib: sbi_pmu: Implement SBI PMU event info function
` [PATCH 5/5] include: sbi: Change spec version to 3.0

[PATCH v2] Makefile: Fix POSIX grep for multiple patterns
 2024-12-01 13:28 UTC  (2+ messages)

[PATCH] scripts/carray: change to using single .awk script to generate .c
 2024-12-01 11:18 UTC  (5+ messages)


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