OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-24 14:18:56 to 2024-08-21 23:55:45 UTC [more...]

[PATCH 0/3] zicfilp and zicfiss support in opensbi
 2024-08-21 23:55 UTC  (3+ 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 00/16] RPMI and SBI MPXY support for OpenSBI
 2024-08-17  6:54 UTC  (22+ 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: dbtr: Delete redundant `ulong`
 2024-08-14 13:23 UTC  (4+ messages)
  ` [PATCHv2] lib: "
    ` [PATCHv3] "

[PATCH] lib: sbi: Add additional range checks for RV32
 2024-08-14 12:30 UTC 

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

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

[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  (5+ messages)
` [PATCH 1/3] lib: sbi: Add tor type PMP support
` [PATCH 2/3] lib: sbi: Introduce size to sbi_domain_memregion
` [PATCH 3/3] lib: sbi: Improve memory region merging

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

[PATCH] Makefile: fix OPENSBI_VERSION_GIT build with submodules
 2024-08-05 12:46 UTC 

[PATCH] lib: sse: remove unused sse_inject_out() parameter
 2024-08-02 14:52 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 v3 1/2] util: atcsmu.c: fix typo "%s/hard/hart/"
 2024-08-01  7:26 UTC  (2+ messages)
` [PATCH v3 2/2] util: atcsmu.c: modify sbi_printf() formatting

[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 00/16] Improve FDT blob lifecycle self-documentation
 2024-07-31  8:01 UTC  (19+ 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 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 

[PATCH v2] lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is missing
 2024-07-24 15:00 UTC 

[PATCH 0/6] Early console buffer for OpenSBI
 2024-07-24  6:50 UTC  (16+ messages)
` [PATCH 1/6] platform: Setup serial console device in early_init()
` [PATCH 2/6] lib: sbi: Remove sbi_console_init() and console_init() platform callback
` [PATCH 3/6] lib: sbi: Optimize fifo enqueue/dequeue for basic data types
` [PATCH 4/6] lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()
` [PATCH 5/6] include: sbi: Add macros to create FIFO as local or global variable
` [PATCH 6/6] lib: sbi: Introduce an early console buffer for caching early prints

[PATCH] lib: sbi_hsm: Save/restore menvcfg only when it exists
 2024-07-24  5:35 UTC  (2+ messages)

[PATCH 0/4] Add Andes PMA related SBI calls
 2024-07-23  7:57 UTC  (5+ 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 v1] lib: utils/fdt: Add support for parsing riscv,isa-extensions
 2024-07-23  7:41 UTC  (2+ messages)

[PATCH 0/1] lib:tests: add math test suite
 2024-07-23  4:50 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] lib:tests: enhance test output with colored pass/fail messages
 2024-07-23  4:46 UTC  (2+ messages)

[RFC PATCH] lib: utils: fdt_domain: Use consistent device-tree address when next-arg1 is missing
 2024-07-23  4:40 UTC  (2+ messages)

[PATCH v2 0/1] lib:sbi: Enhance CSR Handling in system_opcode_insn
 2024-07-18  5:43 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 1/2] lib: sbi: Support multiple heaps
 2024-07-10 20:32 UTC  (2+ messages)
` [PATCH 2/2] lib: sbi: Implement aligned memory allocators

[PATCH v2 0/3] print befor sbi_console_init
 2024-07-05  6:55 UTC  (10+ messages)
` [PATCH v2 1/3] lib: sbi: print before sbi_console_init
` [PATCH v2 2/3] lib: sbi: dump logs when crash
` [PATCH v2 3/3] lib: sbi: Make the console print buffer size configurable

[PATCH 0/4] Updated carray and other build improvements
 2024-07-04 10:15 UTC  (15+ messages)
` [PATCH 1/4] scripts/carray.sh: Add comment to generated files
` [PATCH 2/4] Makefile; change to using .carray.c for carray files
` [PATCH 3/4] Makefile: remove any .carray.c during clean
` [PATCH 4/4] docs: writing tests: update cleaning instructions

[PATCH] lib:sbi: Enhance CSR Handling in system_opcode_insn
 2024-07-04  7:33 UTC  (5+ messages)

[PATCH] .github: Add repo lockdown GitHub workflow and update .gitignore
 2024-07-04  5:15 UTC  (2+ messages)

[PATCH] lib: sbi_emulate_csr: Do not log illegal CSR accesses
 2024-07-04  5:15 UTC  (2+ messages)

OpenSBI v1.5 Released
 2024-06-30  9:38 UTC 

[PATCH v2 1/1] lib: sbi: check incoming dbtr shmem address
 2024-06-28  3:10 UTC  (2+ messages)

[PATCH] docs: Fix wrong filename
 2024-06-28  3:05 UTC  (2+ messages)

[RFC PATCH 1/1] lib: sbi: fix dbtr shmem address handling
 2024-06-26 13:46 UTC  (6+ messages)

[PATCH 1/2] lib: sbi: fwft: check feature value to be exactly 1 or 0
 2024-06-26 12:48 UTC  (6+ messages)
` [PATCH 2/2] lib: sbi: fwft: return SBI_EINVAL rather than SBI_ERR_INVALID_PARAM

[RFC PATCH] sbi: sbi_domain_context: Add 'domain context switched' firmware event
 2024-06-25  3:16 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