messages from 2025-05-19 12:19:08 to 2025-07-21 12:52:38 UTC [more...]
[PATCH] include: sbi: Don't use #pragma when preprocessing device tree sources
2025-07-21 11:13 UTC (4+ messages)
[PATCH v2] firmware: payload: test: Add SBI shutdown call after test message
2025-07-21 11:06 UTC (2+ messages)
[PATCH] lib: sbi: Only enable TM bit in scounteren
2025-07-21 10:53 UTC (4+ messages)
[PATCH] include: sbi: fix swap errors with newer gcc -Werror=sequence-point
2025-07-20 15:46 UTC (5+ messages)
[PATCH v3 0/2] firmware: Initial compiler built-in stack protector support
2025-07-20 15:42 UTC (6+ messages)
` [PATCH v3 1/2] lib: sbi: Remove redundant call to sbi_hart_expected_trap_addr()
` [PATCH v3 2/2] firmware: Initial compiler built-in stack protector support
[PATCH] firmware: payload: test: Add SBI shutdown call after test message
2025-07-20 15:21 UTC (2+ messages)
[PATCH 1/1] lib: sbi_list: add a helper for safe list iteration
2025-07-20 15:17 UTC (2+ messages)
[PATCH] lib: utils/serial: Clear LSR status and check RBR status
2025-07-20 15:14 UTC (2+ messages)
[PATCH] platform: generic: Add support for UltraRISC DP1000 SoC platform
2025-07-20 8:43 UTC (3+ messages)
[PATCH] firmware: Rename __rel_dyn_start/end to __rela_dyn_start/end
2025-07-18 8:01 UTC (2+ messages)
[PATCH v1] generic: mips: support harts to boot from mips_warm_boot
2025-07-17 0:04 UTC (4+ messages)
[PATCH v2] lib: utils: fdt: fix "ranges" translation
2025-07-10 16:12 UTC
[PATCH 1/3] include: sbi: Use array for struct sbi_trap_regs and GET/SET macros
2025-07-09 23:29 UTC (3+ messages)
` [PATCH 2/3] firmware: Replace sole uses of REGBYTES with __SIZEOF_LONG__
` [PATCH 3/3] include: sbi: Remove unused (LOG_)REGBYTES
[PATCH] platform: openpiton: fix uninitialized plic_data struct
2025-07-09 11:46 UTC (5+ messages)
[PATCH] lib: utils: fdt: fix "ranges" translation
2025-07-08 10:48 UTC
[PATCH v3 00/12] Add SiFive TMC0 and SMC0 driver
2025-07-08 7:49 UTC (13+ messages)
` [PATCH v3 01/12] lib: utils: Add cache flush library
` [PATCH v3 02/12] lib: utils: Add FDT cache library
` [PATCH v3 03/12] utils: cache: Add SiFive ccache controller
` [PATCH v3 04/12] lib: utils/cache: Add fdt cmo helpers
` [PATCH v3 05/12] platform: generic: Add SiFive development platform
` [PATCH v3 06/12] lib: sbi: Add SiFive proprietary xsfcflushdlone
` [PATCH v3 07/12] lib: sbi: Add SiFive proprietary xsfcease
` [PATCH v3 08/12] lib: utils/ipi: Exposing the ACLINT IPI device
` [PATCH v3 09/12] lib: utils/irqchip: Add APLIC restore function
` [PATCH v3 10/12] platform: sifive: Add SiFive TMC0 driver
` [PATCH v3 11/12] lib: utils/timer: Expose timer update function
` [PATCH v3 12/12] platform: sifive: Add SiFive SMC0 driver
OpenSBI v1.7 Released
2025-06-30 3:58 UTC
[PATCH v2 0/2] firmware: Initial compiler built-in stack protector support
2025-06-26 9:08 UTC (5+ messages)
` [PATCH v2 1/2] lib: sbi: Remove redundant call to sbi_hart_expected_trap_addr()
` [PATCH v2 2/2] firmware: Initial compiler built-in stack protector support
[PATCH 1/2] lib: utils: Add Implementation ID and Version as RPMI MPXY attributes
2025-06-24 3:15 UTC (5+ messages)
` [PATCH 2/2] lib: rpmi: Make RPMI drivers as non-experimental
[PATCH v2 0/9] Some improvements on boot sequence
2025-06-21 4:22 UTC (10+ messages)
` [PATCH v2 1/9] lib: sbi: Implement synchronisation and wait between multiple HARTs
` [PATCH v2 2/9] lib: sbi: Remove wait_for_coldboot and wake_coldboot_harts
` [PATCH v2 3/9] lib: sbi: Add wait operations in some initialization functions
` [PATCH v2 4/9] lib/utils: Make fdt_parse_isa_extensions reentrant
` [PATCH v2 5/9] lib: sbi: Initialize as much as possible on non-coldboot HART
` [PATCH v2 6/9] lib: sbi: Ensure that all Harts complete sbi_hart_init
` [PATCH v2 7/9] lib/utils: Fix Zicntr detection in fdt_cpu_fixup
` [PATCH v2 8/9] lib: sbi: Fix dtbr initialization
` [PATCH v2 9/9] lib: sbi: Add sbi_double_trap_init to init_warm_startup
[PATCH 00/12] Some improvements on boot sequence
2025-06-21 1:13 UTC (18+ messages)
` [PATCH 01/12] lib: sbi: Add coldboot parameters to some initialization functions
` [PATCH 02/12] lib: sbi: Optimise the boot sequence
` [PATCH 03/12] lib: sbi: Implement synchronisation and wait between multiple HARTs
` [PATCH 04/12] lib: sbi: Remove wait_for_coldboot and wake_coldboot_harts
` [PATCH 05/12] lib: sbi: Add wait operations in some initialization functions
` [PATCH 06/12] lib/utils: Make fdt_parse_isa_extensions reentrant
` [PATCH 07/12] lib: sbi: Initialize as much as possible before sbi_hsm_init
` [PATCH 08/12] lib: sbi: Remove cold_boot from sbi_hsm_init
` [PATCH 09/12] lib: sbi: Ensure that all Harts complete sbi_hart_init
` [PATCH 10/12] lib/utils: Fix Zicntr detection in fdt_cpu_fixup
` [PATCH 11/12] lib: sbi: Fix dtbr initialization
` [PATCH 12/12] lib: sbi: Remove cold_boot from sbi_double_trap_init
Upcoming OpenSBI v1.7 release
2025-06-18 6:17 UTC
[PATCH] lib: sbi_platform: Add platform specific pmp_set() and pmp_disable()
2025-06-17 15:39 UTC (6+ messages)
` [EXTERNAL]Re: "
[PATCH 0/3] Heap Enhancements
2025-06-17 3:21 UTC (4+ messages)
` [PATCH 1/3] lib: sbi_list: Add a helper for reverse list iteration
` [PATCH 2/3] lib: sbi_heap: Allocate list nodes dynamically
` [PATCH 3/3] lib: sbi_heap: Simplify allocation algorithm
[PATCH v2] lib: sbi: Optimize saddr mapping in sbi_dbtr.c
2025-06-16 11:41 UTC (2+ messages)
[PATCH] lib: sbi: dbtr: Fix update_triggers to match SBI
2025-06-16 11:41 UTC (4+ messages)
[PATCH] lib: sbi: Optimize saddr mapping in sbi_dbtr.c
2025-06-16 6:40 UTC (3+ messages)
[PATCH v2] lib: sbi: dbtr: Fix shared memory layout
2025-06-16 4:45 UTC (4+ messages)
[PATCH] lib: utils: Fix fdt_parse_aclint_node() for non-contiguous hartid
2025-06-16 4:18 UTC (2+ messages)
[PATCH] lib: sbi: Revert entry_count before doing hsm stop in hsm wait loop
2025-06-16 4:18 UTC (6+ messages)
[PATCH v3] lib: utils/irqchip: always parse msi information for each aplic device
2025-06-16 3:51 UTC (2+ messages)
[PATCH] lib: sbi: fwft: Use only the provided PMLEN value
2025-06-15 13:30 UTC (3+ messages)
[PATCH v2 0/2] lib: sbi: pmu: Rework SSE callbacks
2025-06-15 13:21 UTC (10+ messages)
` [PATCH v2 1/2] lib: sbi: pmu: Add SSE register/unregister() callbacks
` [PATCH v2 2/2] lib: sbi: pmu: Remove MIP clearing from pmu_sse_enable()
[PATCH] Makefile: Add flag for reprodubility compiler flags
2025-06-15 13:21 UTC (2+ messages)
[PATCH] platform: generic: mips: add P8700
2025-06-14 16:18 UTC (34+ messages)
` [PATCH v4 0/8] *** Add MIPS P8700 platform ***
` [PATCH v4 5/8] lib: Emulate amo instructions
` [PATCH v5 00/10] *** Add MIPS P8700 Platform ***
` [PATCH v5 01/10] platform: generic: mips: add P8700
` [PATCH v5 02/10] platform: generic: mips: add header files
` [PATCH v5 03/10] platform: generic: mips: add an entry function
` [PATCH v5 04/10] platform: generic: mips: add the platform file
` [PATCH v5 05/10] platform: generic: mips: add a dts file
` [PATCH v5 06/10] platform: generic: mips: add objects.mk
` [PATCH v5 07/10] Initialize MIPS custom PMA registers
` [PATCH v5 08/10] devices to use MMIO memory
` [PATCH v5 09/10] platform: generic: mips: add mmio to allmem in the dts file
` [PATCH v5 10/10] Fix PMA init for MMIO regions
` [MIPS P8700 v6 0/7] Add MIPS P8700 support to generic platform
` [MIPS P8700 v6 1/7] platform: generic: mips: add P8700
` [MIPS P8700 v6 2/7] platform: generic: mips: add header files
` [MIPS P8700 v6 3/7] platform: generic: mips: add the platform file
` [MIPS P8700 v6 4/7] platform: generic: mips: add objects.mk
` [MIPS P8700 v6 5/7] devices to use MMIO memory
` [MIPS P8700 v6 6/7] Convey MMIO flag as specified by SBI_DOMAIN_MEMREGION_MMIO
` [MIPS P8700 v6 7/7] lib: sbi_platform: Add the platform pma_set function to set up cacheability
[PATCH] lib: utils: hsm: Do not fail on EALREADY in rpmi-hsm fixup
2025-06-14 7:34 UTC (3+ messages)
[PATCH] Makefile: Make $(LLVM) more flexible
2025-06-14 7:34 UTC (2+ messages)
[PATCH] lib: utils: Initial compiler built-in stack protector support
2025-06-14 4:57 UTC (2+ messages)
Public Review : RISC-V Supervisor Binary Interface (SBI) version v3.0
2025-06-09 23:09 UTC (2+ messages)
[PATCH] lib: sbi: dbtr: Fix shared memory layout
2025-06-04 13:37 UTC (5+ messages)
[PATCH v2 0/4] Some updates about sbi_timer
2025-05-28 5:53 UTC (5+ messages)
` [PATCH v2 1/4] lib: sbi: fix sbi_timer_event_start
` [PATCH v2 2/4] lib: sbi: Add error check for sbi_timer_waitms_until
` [PATCH v2 3/4] lib: utils: Simplify time_event_stop
` [PATCH v2 4/4] lib/utils: Add memory-mapped stimecmp support
[PATCH v2 0/5] Support external CMO to flush entire cache
2025-05-22 5:53 UTC (3+ messages)
[PATCH v4] lib: sbi: pmu: Return SBI_EINVAL if cidx_mask is 0
2025-05-21 13:08 UTC (4+ messages)
[PATCH v2] lib: utils/irqchip: always parse msi information for each aplic device
2025-05-20 8:29 UTC (3+ messages)
[PATCH] include: sbi: Change SBI spec version to 3.0
2025-05-20 8:22 UTC (3+ messages)
[PATCH v3] lib: sbi: pmu: Return SBI_EINVAL if cidx_mask is 0
2025-05-20 8:22 UTC (2+ messages)
[PATCH v4 0/2] Register Zicntr in FDT when emulating is possible
2025-05-20 8:12 UTC (5+ messages)
` [PATCH v4 1/2] lib: sbi: hart: Detect existence of cycle and instret CSRs for Zicntr
` [PATCH v4 2/2] lib: utils: fdt: Claim Zicntr if time CSR emulation is possible
[PATCH] lib: utils: Fix fdt_mpxy_init() not returning error code
2025-05-20 6:26 UTC (2+ messages)
[PATCH 0/4] Driver updates to match frozen RPMI specification
2025-05-20 5:49 UTC (2+ messages)
[PATCH] lib: sbi: Add Smrnmi extension detection
2025-05-20 4:28 UTC (2+ messages)
[PATCH v5] lib: Emulate AMO instructions when Zaamo is not available
2025-05-20 3:57 UTC (2+ messages)
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