OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-23 11:56:53 to 2024-11-28 06:40:24 UTC [more...]

[PATCH] Makefile: Fix POSIX grep alternation regex
 2024-11-28  6:40 UTC  (4+ messages)

[PATCH 0/9] Manage irqchip driver lifecycle from SBI core
 2024-11-28  6:25 UTC  (21+ messages)
` [PATCH 1/9] lib: utils/irqchip: plic: Allow enabling IRQs by default
` [PATCH 2/9] lib: utils/irqchip: plic: Move delegation to base PLIC driver
` [PATCH 3/9] lib: utils/irqchip: plic: Provide a hartindex to context map
` [PATCH 4/9] lib: utils/irqchip: plic: Common PM save/restore
` [PATCH 5/9] lib: utils/irqchip: Move per-hart data from fdt_plic to plic
` [PATCH 6/9] lib: sbi_irqchip: Register devices during cold init
` [PATCH 7/9] lib: sbi_irqchip: Call driver warm_init from SBI core
` [PATCH 8/9] platform: Drop irqchip warm init and exit hooks
` [PATCH 9/9] lib: sbi_irqchip: Set the IRQ handler when registering a chip

[PATCH 1/1] lib: sbi_misaligned_ldst: Add handling of vector load/store
 2024-11-27 14:03 UTC  (6+ messages)

[PATCH 0/2] lib: sbi: fixes a few SSE errors
 2024-11-25 12:32 UTC  (4+ 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] sbi: fwft: clear the config lock when warm boot
 2024-11-22  4:06 UTC  (4+ messages)

[PATCH 0/5] Implement PMU enhancements in SBI v3.0
 2024-11-19 19:34 UTC  (6+ 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 00/11] Deduplicate driver initialization code
 2024-11-13  7:49 UTC  (15+ messages)
` [PATCH v2 01/11] treewide: Make carray arrays const and NULL-terminated
` [PATCH v2 02/11] lib: utils/fdt: Add helpers for generic driver initialization
` [PATCH v2 03/11] scripts/carray.sh: Avoid useless use of cat
      ` [PATCH] scripts/carray: change to using single .awk script to generate .c
` [PATCH v2 04/11] scripts/carray.sh: Allow referencing a struct member
` [PATCH v2 05/11] lib: utils/gpio: Use fdt_driver for initialization
` [PATCH v2 06/11] lib: utils/i2c: "
` [PATCH v2 07/11] lib: utils/ipi: "
` [PATCH v2 08/11] lib: utils/regmap: "
` [PATCH v2 09/11] lib: utils/reset: "
` [PATCH v2 10/11] lib: utils/serial: "
` [PATCH v2 11/11] lib: utils/timer: "

[PATCH v2 0/3] Manage IPI driver lifecycle from SBI core
 2024-11-11 12:58 UTC  (7+ messages)
` [PATCH v2 1/3] lib: sbi_ipi: Make .ipi_clear always target the current hart
` [PATCH v2 2/3] lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
` [PATCH v2 3/3] platform: Drop IPI warm init and exit hooks

[PATCH v3 0/2] platform: improve heap size handle
 2024-11-11 12:28 UTC  (5+ messages)
` [PATCH v3 1/2] platform: ensure enough heap size with debug triggers extension
` [PATCH v3 2/2] platform: introduce DT-based configurable heap size

include: sbi: Fix typo error
 2024-11-11 12:27 UTC  (2+ messages)

[PATCH 0/6] Deduplicate driver initialization code
 2024-11-11  2:50 UTC  (9+ messages)
` [PATCH 1/6] lib: utils/gpio: Remove fdt_gpio_driver() function
` [PATCH 2/6] treewide: Make carray arrays const and NULL-terminated
` [PATCH 3/6] lib: utils/fdt: Add helpers for generic driver initialization
` [PATCH 4/6] lib: utils/i2c: Use fdt_driver for initialization
` [PATCH 5/6] lib: utils/reset: "
` [PATCH 6/6] lib: utils/serial: "

[PATCH v2 0/2] platform: improve heap size handle
 2024-11-09  9:55 UTC  (6+ messages)
` [PATCH v2 1/2] platform: ensure enough heap size with debug triggers extension
` [PATCH v2 2/2] platform: introduce DT-based configurable heap size

[PATCH] lib: sbi: Fix integer overflow in is_region_subset
 2024-11-09  9:19 UTC  (2+ messages)

[PATCH 1/1] platform: Add xiangshan platform
 2024-11-09  9:05 UTC  (3+ messages)

[PATCH] docs: add example of building the Linux kernel
 2024-11-09  9:01 UTC  (2+ messages)

[RFC v2 PATCH 0/2] Improve pmp support
 2024-11-08 13:15 UTC  (3+ messages)
` [RFC v2 PATCH 1/2] lib: sbi: Improve pmp_get/pmp_set
` [RFC v2 PATCH 2/2] lib: sbi: Using word addresses in memregion

[PATCH v4 0/1] Enable Dead Code Elimination
 2024-11-06 11:06 UTC  (4+ messages)
` [PATCH v4 1/1] Makefile: enable --gc-sections

[PATCH] top: Add .editorconfig to set basic coding styles
 2024-11-06 10:56 UTC  (2+ messages)

[PATCH] Support TOR mode in pmp_set
 2024-11-06 10:49 UTC  (3+ messages)

[PATCH 0/3] Unify driver cold init function prototypes
 2024-11-06  6:00 UTC  (7+ messages)
` [PATCH 1/3] lib: utils/gpio: Remove fdt_gpio_driver() function
` [PATCH 2/3] lib: utils/gpio: Use FDT node offset as GPIO chip ID
` [PATCH 3/3] lib: utils/regmap: Use FDT node offset as regmap ID

[PATCH 0/2] Manage timer driver lifecycle from SBI core
 2024-11-06  5:57 UTC  (5+ messages)
` [PATCH 1/2] lib: sbi_timer: Call driver warm_init "
` [PATCH 2/2] platform: Drop timer warm init and exit hooks

[PATCH v4 0/7] lib: sbi: add Ssdbltrp and Smdbltrp ISA extensions
 2024-11-04 10:06 UTC  (12+ messages)
` [PATCH v4 1/7] lib: sbi: factorize previous virtualization mode read from regs
` [PATCH v4 2/7] lib: sbi: factorize previous mode computation
` [PATCH v4 3/7] lib: sbi: add Ssdbltrp ISA extension support
` [PATCH v4 4/7] lib: sbi: send a double trap SSE event to supervisor
` [PATCH v4 5/7] lib: sbi: fwft: factorize menvcfg read/write
` [PATCH v4 6/7] lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAP
` [PATCH v4 7/7] lib: sbi: add Smdbltrp ISA extension support

[PATCH v2] include: sbi: Optimize reads of mhartid and mscratch
 2024-10-28 12:28 UTC  (2+ messages)

[PATCH v2] lib: utils/gpio: designware: Allocate chips on the heap
 2024-10-28 12:28 UTC  (2+ messages)

[PATCH] lib: sbi: fix number of PMP entries detection
 2024-10-28 12:27 UTC  (2+ messages)

[PATCH] include: sbi: Optimize reads of mhartid and mscratch
 2024-10-25 18:48 UTC  (3+ messages)

[PATCH v2 0/1] Mask/Unmask SSE Events
 2024-10-25 17:35 UTC  (3+ messages)
` [PATCH v2 1/1] lib: sbi: Add support to mask/unmask SSE events

[PATCH v2 0/9] OpenSBI domain data support
 2024-10-25 17:31 UTC  (11+ messages)
` [PATCH v2 1/9] lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
` [PATCH v2 2/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
` [PATCH v2 3/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
` [PATCH v2 4/9] lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
` [PATCH v2 5/9] lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domains
` [PATCH v2 6/9] include: sbi: Remove cyclic include in sbi_domain_context.h
` [PATCH v2 7/9] lib: sbi: Introduce domain data
` [PATCH v2 8/9] lib: sbi_domain: Use domain data support for per-domain hart context
` [PATCH v2 9/9] docs: Remove hartindex_to_context_table from domain_support.md

[RFC PATCH 0/2] Improve pmp support
 2024-10-16 18:06 UTC  (3+ messages)
` [RFC PATCH 1/2] lib: sbi: Improve pmp_get/pmp_set
  ` [RFC PATCH 2/2] lib: sbi: Using word addresses in memregion

[PATCH 00/16] RPMI and SBI MPXY support for OpenSBI
 2024-10-11 11:51 UTC  (4+ messages)
` [PATCH 13/16] lib: sbi: Add SBI Message Proxy (MPXY) framework

[PATCH 0/9] OpenSBI domain data support
 2024-10-10  5:26 UTC  (25+ messages)
` [PATCH 1/9] lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
` [PATCH 2/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
` [PATCH 3/9] lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
` [PATCH 4/9] lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
` [PATCH 5/9] lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domains
` [PATCH 6/9] include: sbi: Remove cyclic include in sbi_domain_context.h
` [PATCH 7/9] lib: sbi: Introduce domain data
` [PATCH 8/9] lib: sbi_domain: Use domain data support for per-domain hart context
` [PATCH 9/9] docs: Remove hartindex_to_context_table from domain_support.md

[PATCH] Makefile: perform sanity checks on payload during build
 2024-10-09 22:32 UTC  (4+ messages)

[PATCH] docs: add example of building the Linux kernel
 2024-10-05  0:55 UTC  (2+ messages)

[PATCH] lib: sbi: fix missing high 32bits when sbi_cppc_write on rv32
 2024-09-27  7:42 UTC  (2+ messages)

[PATCH] firmware: fw_base.S: fix multi-core boot bug
 2024-09-27  5:37 UTC  (2+ messages)

[PATCH] include: sbi: Don't unconditionally define '__always_inline'
 2024-09-27  5:23 UTC  (2+ messages)

[PATCH] Makefile: Make .carray.c files depend on carray.sh
 2024-09-27  5:18 UTC  (2+ messages)

[PATCH] lib: utils/ipi: Fix hartid wrongly used as hart index
 2024-09-27  5:16 UTC  (2+ messages)

[PATCH] lib: utils/gpio: designware: Allocate chips on the heap
 2024-09-27  5:09 UTC  (2+ messages)

[PATCH 00/12] OpenSBI Hart Index Optimizations
 2024-09-26 12:54 UTC  (26+ messages)
` [PATCH 01/12] lib: sbi_init: Remove obsolete hartid check
` [PATCH 02/12] include: sbi: Store the hart index in struct sbi_scratch
` [PATCH 03/12] lib: sbi: Use current_hartindex() where possible
` [PATCH 04/12] lib: sbi_sse: Cache the event's target hart index
` [PATCH 05/12] lib: utils/irqchip: Look up IMSIC data by "
` [PATCH 06/12] lib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"
` [PATCH 07/12] lib: sbi: Simplify halt broadcast logic
` [PATCH 08/12] lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart index
` [PATCH 09/12] lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()
` [PATCH 10/12] lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart index
` [PATCH 11/12] lib: sbi: Update sbi_{entry,init}_count() "
` [PATCH 12/12] lib: sbi: Remove unused hartid parameters

[PATCH] firmware: Simplify FDT header endianness conversion
 2024-09-25  5:18 UTC  (2+ messages)

[PATCH v6 0/4] zicfilp and zicfiss support in opensbi
 2024-09-23 13:37 UTC  (2+ messages)

[PATCH] include: sbi_bitops: add ULL version for BIT and GENMASK
 2024-09-23 13:05 UTC  (2+ messages)

[PATCH] lib: sbi_domain_context: Fix file permissions
 2024-09-23 12:57 UTC  (2+ messages)

[PATCH] lib: sbi: Respect scounteren when emulating the time CSR
 2024-09-23 12:49 UTC  (2+ messages)

[PATCH] docs: Remove github PR as an option
 2024-09-23 12:27 UTC  (2+ messages)

[PATCH] lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLEN
 2024-09-23 12:24 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