messages from 2024-12-10 18:47:48 to 2025-01-22 00:42:49 UTC [more...]
[PATCH] Work with hartid equal to or greater than SBI_HARTMASK_MAX_BITS
2025-01-22 0:42 UTC (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Align the scratch allocation to 64 bytes
2025-01-21 22:55 UTC (9+ messages)
` [PATCH v2] We add a new configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT as an int
` [EXTERNAL]Re: "
` [PATCH v3] New configuration CONFIG_SBI_SCRATCH_ALLOC_ALIGNMENT
[PATCH] ext-sse: Handle landing pads SSTATUS.SPELP bit
2025-01-20 10:08 UTC (2+ messages)
[PATCH 00/12] More RPMI and MPXY updates
2025-01-20 9:16 UTC (28+ messages)
` [PATCH 01/12] lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
` [PATCH 02/12] lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mbox
` [PATCH 03/12] lib: utils: Introduce optional MPXY RPMI service group operations
` [PATCH 04/12] lib: sbi: Fix capability bit assignment in MPXY framework
` [PATCH 05/12] lib: sbi: Improve local variable declarations "
` [PATCH 06/12] lib: utils: Drop notifications from MPXY RPMI mailbox client
` [PATCH 07/12] lib: utils: Improve variable declarations in "
` [PATCH 08/12] include: sbi_utils: Include mailbox.h in rpmi_mailbox.h header
` [PATCH 09/12] lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
` [PATCH 10/12] lib: utils: Populate MPXY channel attributes from RPMI channel attributes
` [PATCH 11/12] include: sbi_utils: Update RPMI service group IDs and BASE service group
` [PATCH 12/12] lib: utils: Add MPXY RPMI mailbox driver for System MSI "
[PATCH] firmware: fw_base.S: Fix comments for _wait_for_boot_hart
2025-01-20 3:13 UTC
[PATCH 0/3] Finish fdt_driver conversion
2025-01-19 19:03 UTC (4+ messages)
` [PATCH 1/3] lib: utils/irqchip: Use fdt_driver for initialization
` [PATCH 2/3] lib: utils/fdt: Remove fdt_find_match()
` [PATCH 3/3] lib: utils: Initialize miscellaneous drivers in one pass
[PATCH] platform: generic: mips: add P8700
2025-01-17 22:34 UTC
[PATCH] platform: generic: thead: add Sophgo SG2044
2025-01-13 7:33 UTC
[PATCH] Add a counter and debug printf to change the latency inside tlb_sync
2025-01-10 19:12 UTC (8+ messages)
[PATCH v6 0/7] lib: sbi: sse: rework event availability
2025-01-10 13:15 UTC (8+ messages)
` [PATCH v6 1/7] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v6 2/7] lib: sbi: move sbi_double_trap_handler() to a dedicated header
` [PATCH v6 3/7] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v6 4/7] include: lib: add a simple simply linked list implementation
` [PATCH v6 5/7] lib: sbi: sse: allow adding new events
` [PATCH v6 6/7] lib: sbi: sse: return SBI_ENOTSUPP for unsupported events
` [PATCH v6 7/7] lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported
[PATCH] Add RISCV_ISA_ZALRSC_ONLY to rewrite amo instructions via lr and sc
2025-01-10 2:33 UTC (3+ messages)
[PATCH] Add a dummy register to sbi_trap_regs
2025-01-10 1:44 UTC (3+ messages)
[PATCH] Convert hartid to hart index to get scratch
2025-01-09 23:32 UTC
[PATCH] lib: utils: Make the enforce permission bit configurable from DT
2025-01-08 2:25 UTC (2+ messages)
[PATCH] lib: utils/irqchip: Optimize `fdt_parse_aplic_node` function
2025-01-03 3:50 UTC (4+ messages)
[PATCH] lib: utils/fdt: update fdt_parse_aplic_node()
2025-01-03 2:38 UTC
[PATCH v5 0/6] lib: sbi: sse: rework event availability
2025-01-02 13:39 UTC (7+ messages)
` [PATCH v5 1/6] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v5 2/6] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v5 3/6] include: lib: add a simple simply linked list implementation
` [PATCH v5 4/6] lib: sbi: sse: allow adding new events
` [PATCH v5 5/6] lib: sbi: sse: return SBI_ENOTSUPP for unsupported events
` [PATCH v5 6/6] lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported
[PATCH 1/1] fdt: fdt_helper: fix typo har't'id
2024-12-30 9:44 UTC
[PATCH] lib: utils: Fix irqchip registration for PLIC and APLIC
2024-12-25 14:10 UTC (5+ messages)
OpenSBI v1.6 Released
2024-12-24 11:01 UTC
[PATCH 1/2] lib: sbi: Print list of available SBI extensions at boot-time
2024-12-24 6:30 UTC (6+ 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 (6+ messages)
[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 (9+ messages)
` [PATCH v2 2/4] "
` [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 (3+ messages)
[PATCH 0/2] OpenSBI LLVM related fixes
2024-12-11 3:25 UTC (7+ messages)
` [PATCH 2/2] Makefile: Don't enable V-extension using -march option
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox