OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-24 15:00:54 to 2024-09-05 09:31:36 UTC [more...]

[PATCH v3 0/1] Enable Dead Code Elimination
 2024-09-05  9:31 UTC 

[PATCH 0/3] Unify driver cold init function prototypes
 2024-09-04  2:09 UTC  (4+ 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/3] Manage IPI driver lifecycle from SBI core
 2024-09-04  1:24 UTC  (4+ messages)
` [PATCH 1/3] lib: sbi_ipi: Make .ipi_clear always target the current hart
` [PATCH 2/3] lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
` [PATCH 3/3] platform: Drop IPI warm init and exit hooks

[PATCH] Makefile: Separate libsbi objects for each platform
 2024-09-03 20:53 UTC 

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

[PATCH] lib: sbi: fix number of PMP entries detection
 2024-09-02 10:21 UTC 

[PATCH] Makefile: Make .carray.c files depend on carray.sh
 2024-09-01 22:20 UTC  (2+ messages)

[PATCH v2 0/1] Enable Dead Code Elimination
 2024-09-01 12:35 UTC  (7+ messages)
` [PATCH v2 1/1] Makefile: enable --gc-sections

[PATCH] lib: utils/ipi: Fix hartid wrongly used as hart index
 2024-08-31  2:27 UTC 

[PATCH] lib: utils/gpio: designware: Allocate chips on the heap
 2024-08-31  1:55 UTC 

[PATCH] include: sbi: Optimize reads of mhartid and mscratch
 2024-08-30 16:35 UTC 

[PATCH] lib: sbi_domain_context: Fix file permissions
 2024-08-30 15:56 UTC 

[PATCH 00/12] OpenSBI Hart Index Optimizations
 2024-08-30 15:49 UTC  (13+ 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] include: sbi_bitops: add ULL version for BIT and GENMASK
 2024-08-30  3:16 UTC 

[PATCH] docs: Remove github PR as an option
 2024-08-30  1:03 UTC 

[PATCH] lib: sbi: Respect scounteren when emulating the time CSR
 2024-08-29 20:22 UTC 

[PATCH] firmware: Simplify FDT header endianness conversion
 2024-08-29 20:13 UTC 

[PATCH] lib: sbi: Fix writes to emulated 32-bit htimedelta CSR
 2024-08-29 20:08 UTC 

[PATCH 1/2] include: sbi_domain: Fix incorrect comments
 2024-08-29 19:46 UTC  (2+ messages)
` [PATCH 2/2] lib: sbi: Use a linked list to track domains

[PATCH 1/2] Makefile: enable --gc-sections
 2024-08-28 16:23 UTC  (6+ messages)
` [PATCH 2/2] Makefile: Remove -g from default CFLAGS

[PATCH] platform: generic: Fix fw_platform_coldboot_harts_init() function
 2024-08-27  5:23 UTC  (2+ messages)

[PATCH 00/16] RPMI and SBI MPXY support for OpenSBI
 2024-08-26 22:34 UTC  (23+ messages)
` [PATCH 01/16] lib: Increase ROOT_REGION_MAX to accomodate more memregions
` [PATCH 02/16] lib: utils/mailbox: Add generic mailbox library
` [PATCH 03/16] lib: utils/mailbox: Add simple FDT based mailbox framework
` [PATCH 04/16] lib/utils: Add RPMI messaging protocol and shared memory transport support
` [PATCH 05/16] lib/utils: reset: Add RPMI System Reset driver
` [PATCH 06/16] lib: utils: Add simple FDT based system suspend driver framework
` [PATCH 07/16] lib: utils/suspend: Add RPMI system suspend driver
` [PATCH 08/16] lib: utils: Add simple FDT based HSM driver framework
` [PATCH 09/16] lib: sbi: Add optional resume address to hart suspend
` [PATCH 10/16] lib: utils/hsm: Add RPMI HSM driver
` [PATCH 11/16] lib: utils: Add simple FDT based CPPC driver framework
` [PATCH 12/16] lib: utils/cppc: Add RPMI CPPC driver
` [PATCH 13/16] lib: sbi: Add SBI Message Proxy (MPXY) framework
` [PATCH 14/16] lib: sbi: Implement SBI MPXY extension
` [PATCH 15/16] lib: utils: Add simple FDT based MPXY driver framework
` [PATCH 16/16] lib: utils/mpxy: Add RPMI client driver for MPXY

[PATCH] lib: sbi: Add additional range checks for RV32
 2024-08-26 11:00 UTC  (3+ messages)

[PATCH] lib: sbi: dbtr: Delete redundant `ulong`
 2024-08-24  9:20 UTC  (5+ messages)
  ` [PATCHv2] lib: "
    ` [PATCHv3] "

[PATCH v2 0/1] lib: utils: fdt_domain: Make opensbi-domain optional in CPU specification
 2024-08-24  8:42 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] Enable Dead Code Elimination
 2024-08-24  8:14 UTC 

[PATCH] Makefile: fix OPENSBI_VERSION_GIT build with submodules
 2024-08-24  7:57 UTC  (2+ messages)

[PATCH] lib: sse: remove unused sse_inject_out() parameter
 2024-08-24  7:47 UTC  (2+ messages)

[PATCH v3 1/2] util: atcsmu.c: fix typo "%s/hard/hart/"
 2024-08-24  7:43 UTC  (4+ messages)
` [PATCH v3 2/2] util: atcsmu.c: modify sbi_printf() formatting

[PATCH 00/16] Improve FDT blob lifecycle self-documentation
 2024-08-24  7:34 UTC  (20+ messages)
` [PATCH 01/16] lib: utils/fdt: Fix fdt_add_cpu_idle_states() prototype
` [PATCH 02/16] lib: utils/regmap: Fix typo in comment
` [PATCH 03/16] lib: utils/fdt: Constify FDT parsing functions
` [PATCH 04/16] lib: utils/gpio: Constify FDT pointers in "
` [PATCH 05/16] lib: utils/i2c: "
` [PATCH 06/16] lib: utils/ipi: "
` [PATCH 07/16] lib: utils/irqchip: "
` [PATCH 08/16] lib: utils/regmap: "
` [PATCH 09/16] lib: utils/reset: "
` [PATCH 10/16] lib: utils/serial: "
` [PATCH 11/16] lib: utils/timer: "
` [PATCH 12/16] platform: generic: Constify FDT pointers in fw_platform_init()
` [PATCH 13/16] platform: generic: Pass FDT to early/final_init overrides
` [PATCH 14/16] lib: utils/reset: Pass the FDT to fdt_reset_init()
` [PATCH 15/16] lib: utils/serial: Pass the FDT to fdt_serial_init()
` [PATCH 16/16] lib: utils/fdt: Add fdt_get_address_rw() helper

[PATCH v4 0/4] zicfilp and zicfiss support in opensbi
 2024-08-23 18:47 UTC  (5+ messages)
` [PATCH v4 1/4] include: adding support for Zicfilp / Zicfiss encodings
` [PATCH v4 2/4] lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in status
` [PATCH v4 3/4] lib: sbi: sw check exception delegation
` [PATCH v4 4/4] lib: sbi: fwft: implement landing pad and shadow stack fwft interface

[PATCH v2] lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is missing
 2024-08-23 11:56 UTC  (2+ messages)

[PATCH 0/4] Add Andes PMA related SBI calls
 2024-08-23 11:55 UTC  (9+ messages)
` [PATCH 1/4] platform: generic: Kconfig: add the description for Andes PMA feature
` [PATCH 2/4] platform: generic: andes: add a new Andes SBI call to probe "
` [PATCH 3/4] platform: generic: andes: add a new Andes SBI call to set up a PMA entry
` [PATCH 4/4] platform: generic: andes: add a new Andes SBI call to free "

[PATCH v2 0/1] lib:sbi: Enhance CSR Handling in system_opcode_insn
 2024-08-23  8:13 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3 0/4] zicfilp and zicfiss support in opensbi
 2024-08-22 18:14 UTC  (6+ messages)
` [PATCH v3 1/4] include: adding support for Zicfilp / Zicfiss encodings
` [PATCH v3 2/4] lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in status
` [PATCH v3 3/4] lib: sbi: sw check exception delegation
` [PATCH v3 4/4] lib: sbi: fwft: implement landing pad and shadow stack fwft interface

[PATCH v2 0/3] zicfilp and zicfiss support in opensbi
 2024-08-22  6:50 UTC  (4+ messages)
` [PATCH v2 1/3] include: adding support for Zicfilp / Zicfiss encodings
` [PATCH v2 2/3] lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in status
` [PATCH v2 3/3] lib: sbi: sw check exception delegation

[PATCH 0/3] zicfilp and zicfiss support in opensbi
 2024-08-22  6:37 UTC  (8+ messages)
` [PATCH 1/3] include: adding support for Zicfilp / Zicfiss encodings
` [PATCH 2/3] lib: sbi: Zicfilp/Zicfiss detection and elp cfi state reflect back in status
` [PATCH 3/3] lib: sbi: sw check exception delegation

[PATCH] lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLEN
 2024-08-14  8:40 UTC 

[PATCH v4 0/3] lib: sbi: Heap improvements for SMMTT
 2024-08-09  3:29 UTC  (6+ messages)
` [PATCH v4 1/3] lib: sbi: Support multiple heaps
` [PATCH v4 2/3] lib: sbi: Allocate from beginning of heap blocks
` [PATCH v4 3/3] lib: sbi: Implement aligned memory allocators

[PATCH v3 0/3] lib: sbi: Heap improvements for SMMTT
 2024-08-09  3:03 UTC  (10+ messages)
` [PATCH v3 1/3] lib: sbi: Support multiple heaps
` [PATCH v3 2/3] lib: sbi: Allocate from beginning of heap blocks
` [PATCH v3 3/3] lib: sbi: Implement aligned memory allocators

[PATCH v2 0/2] lib: sbi: Heap improvements for SMMTT
 2024-08-07  6:48 UTC  (6+ messages)
` [PATCH v2 1/2] lib: sbi: Support multiple heaps
` [PATCH v2 2/2] lib: sbi: Implement aligned memory allocators

[PATCH 0/3] Add support for tor type pmp
 2024-08-07  6:01 UTC  (2+ messages)

Announcing the librpmi project
 2024-08-05 12:58 UTC 

OpenSBI v1.5.1 Released
 2024-08-02  7:04 UTC 

[PATCH] lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
 2024-08-02  3:21 UTC  (3+ messages)

[PATCH] lib: sbi: fwft: fix incorrect size passed to sbi_zalloc()
 2024-08-02  3:21 UTC  (3+ messages)

[PATCH] lib: sbi: dbtr: fix potential NULL pointer dereferences
 2024-08-02  3:20 UTC  (3+ messages)

[RFC PATCH] include: Adjust Sscofpmf mhpmevent mask for upper 8 bits
 2024-08-02  3:14 UTC  (4+ messages)

[PATCH 0/8] Prepare memregion handling for future isolation primitives
 2024-07-31 18:16 UTC  (9+ messages)
` [PATCH 1/8] lib: sbi: Separate domain-handling code from memregion-handling code
` [PATCH 2/8] lib: sbi: Create sbi_domain_dump_memregions()
` [PATCH 3/8] lib: sbi: Rename domain_memregion -> memregion
` [PATCH 4/8] lib: sbi: memregion: Introduce memregion_start/end macros
` [PATCH 5/8] lib: sbi: memregion: Make memregions keep track of raw size rather than order
` [PATCH 6/8] lib: sbi: Do a merging pass on memregions whenever a domain is sanitized
` [PATCH 7/8] lib: sbi: Remove PMP assumptions from memregion
` [PATCH 8/8] lib: sbi: memregion: Move memregion_sanitize_pmp() closer to its call site

[PATCH v2, 1/1] util: atcsmu.c: fix typo and coding style
 2024-07-31  3:34 UTC  (3+ messages)

[PATCH 1/1] util: atcsmu.c: fix typo and coding style
 2024-07-31  2:28 UTC 

[PATCH] include: Adjust Sscofpmf mhpmevent mask for upper 8 bits
 2024-07-30 17:12 UTC  (2+ messages)

[PATCH] lib: utils: fdt_domain: Make opensbi-domain optional in CPU specification
 2024-07-25 22:51 UTC 


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