OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-09 03:34:23 to 2023-07-09 16:02:22 UTC [more...]

[PATCH v9 00/11] Improve sbi_console
 2023-07-09 16:02 UTC  (3+ messages)
` [PATCH v9 01/11] lib: sbi: Fix how print gets flags
` [PATCH v9 02/11] lib: sbi: print not fill '0' when left-aligned

[PATCH 0/6] Add support for Smepmp
 2023-07-09 15:31 UTC  (25+ messages)
` [PATCH 1/6] include: sbi: Add macro definitions for mseccfg CSR
` [PATCH 2/6] lib: sbi: Add functions to manipulate PMP entries
` [PATCH 3/6] include: sbi: Add Smepmp specific access flags for "
` [PATCH 4/6] lib: sbi: Add detection of Smepmp from ISA string in FDT
` [PATCH 5/6] lib: sbi: Add support for Smepmp
` [PATCH 6/6] lib: sbi: Map/Unmap debug console shared memory buffers before and after read/write
` [PATCH v2 0/8] Add support for Smepmp
  ` [PATCH v2 1/8] include: sbi: Add macro definitions for mseccfg CSR
  ` [PATCH v2 2/8] lib: sbi: Add functions to manipulate PMP entries
  ` [PATCH v2 3/8] include: sbi: Add Smepmp specific access flags for "
  ` [PATCH v2 4/8] lib: sbi: Add smepmp in hart extensions
  ` [PATCH v2 5/8] lib: utils: Add detection of Smepmp from ISA string in FDT
  ` [PATCH v2 6/8] lib: sbi: Add support for Smepmp
  ` [PATCH v2 7/8] lib: sbi: Add functions to map/unmap shared memory
  ` [PATCH v2 8/8] lib: sbi: Map/Unmap debug console shared memory buffers

[PATCH v8 00/11] Improve sbi_console
 2023-07-09 15:18 UTC  (20+ messages)
` [PATCH v8 01/11] lib: sbi: Fix how print gets flags
` [PATCH v8 02/11] lib: sbi: print not fill '0' when left-aligned
` [PATCH v8 03/11] lib: sbi: Add '+' flags for print
` [PATCH v8 04/11] lib: sbi: Add ' ' '\'' "
` [PATCH v8 05/11] lib: sbi: implifying the parameters of printi
` [PATCH v8 06/11] lib: sbi: print add 'o' type
` [PATCH v8 07/11] lib: sbi: Fix printi
` [PATCH v8 08/11] lib: sbi: Simplify prints
` [PATCH v8 09/11] lib: sbi: Fix printc
` [PATCH v8 10/11] lib: sbi: Fix timing of clearing tbuf
` [PATCH v8 11/11] lib: sbi: Fix missing '\0' when buffer szie equal 1

[PATCH v2] lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRs
 2023-07-09  5:42 UTC  (2+ messages)

[PATCH v2 0/4] Misc OpenSBI HART ISA extension improvements
 2023-07-09  5:41 UTC  (9+ messages)
` [PATCH v2 1/4] lib: sbi: Add Zicntr as a HART ISA extension
` [PATCH v2 2/4] lib: sbi: Add Zihpm "
` [PATCH v2 3/4] lib: sbi: Alphabetically sort HART ISA extensions
` [PATCH v2 4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function

[PATCH] lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
 2023-07-09  5:40 UTC  (3+ messages)

[PATCH] gpio/desginware: add Synopsys DesignWare APB GPIO support
 2023-07-07  4:38 UTC  (2+ messages)

[PATCH] lib: sbi: Fix Priv spec version for [m|s]counter CSR
 2023-07-06  6:10 UTC  (3+ messages)

[PATCH 0/4] Misc OpenSBI HART ISA extension improvements
 2023-07-06  4:09 UTC  (11+ messages)
` [PATCH 1/4] lib: sbi: Add Zicntr as a HART ISA extension
` [PATCH 2/4] lib: sbi: Add Zihpm "
` [PATCH 3/4] lib: sbi: Alphabetically sort HART ISA extensions
` [PATCH 4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function

[PATCH v7 00/11] Improve sbi_console
 2023-07-05 13:33 UTC  (18+ messages)
` [PATCH v7 01/11] lib: sbi: Fix how print gets flags
` [PATCH v7 02/11] lib: sbi: print not fill '0' when left-aligned
` [PATCH v7 03/11] lib: sbi: Add '+' flags for print
` [PATCH v7 04/11] lib: sbi: Add ' ' '\'' "
` [PATCH v7 05/11] lib: sbi: implifying the parameters of printi
` [PATCH v7 06/11] lib: sbi: print add 'o' type
` [PATCH v7 07/11] lib: sbi: Fix printi
` [PATCH v7 08/11] lib: sbi: Simplify prints
` [PATCH v7 09/11] lib: sbi: Fix printc
` [PATCH v7 10/11] lib: sbi: Fix timing of clearing tbuf
` [PATCH v7 11/11] lib: sbi: Fix missing '\0' when buffer szie equal 1

[PATCH 1/1] lib: sbi_pmu: Avoid out of bounds access
 2023-07-05  4:41 UTC  (5+ messages)

[PATCH] lib: sbi: fix comment indent
 2023-07-05  4:41 UTC  (3+ messages)

[PATCH v6 00/12] Improve sbi_console
 2023-07-04 10:34 UTC  (32+ messages)
` [PATCH v6 01/12] lib: sbi: Fix how print gets flags
` [PATCH v6 02/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v6 03/12] lib: sbi: Add '+' flags for print
` [PATCH v6 04/12] lib: sbi: Add ' ' '\'' "
` [PATCH v6 05/12] lib: sbi: implifying the parameters of printi
` [PATCH v6 06/12] lib: sbi: print add 'o' type
` [PATCH v6 07/12] lib: sbi: Fix printi
` [PATCH v6 08/12] lib: sbi: Simplify prints
` [PATCH v6 09/12] lib: sbi: sbi_console.c code re-layout
` [PATCH v6 10/12] lib: sbi: Add print_info for sbi_console.c
` [PATCH v6 11/12] lib: sbi: Fix timing of clearing tbuf
` [PATCH v6 12/12] lib: sbi: Fix missing '\0' when buffer szie equal 1

[PATCH] lib: sbi: Try to make each domain have boot hart
 2023-07-04  9:51 UTC  (5+ messages)

OpenSBI v1.3 Released
 2023-07-04  8:48 UTC  (2+ messages)

[PATCH] lib: sbi: check A2 register in ecall_dbcn_handler
 2023-06-29 14:18 UTC  (4+ messages)

CFP open for RISC-V MC at Linux Plumbers Conference 2023
 2023-06-27  6:21 UTC  (3+ messages)

[PATCH V2] lib: reset: Move fdt_reset_init into generic_early_init
 2023-06-21  5:48 UTC  (3+ messages)

[PATCH] firmware: Fix find hart index
 2023-06-21  5:48 UTC  (2+ messages)

[PATCH] lib: reset: Add early_init api for fdt_reset_drv
 2023-06-18 15:11 UTC  (3+ messages)

[PATCH] lib: sbi: Hang when next mode not support
 2023-06-16  5:54 UTC  (3+ messages)

[RFC PATCH 0/2] lib: reset: thead: Correct dts naming convention
 2023-06-16  0:05 UTC  (28+ messages)
` [RFC PATCH 2/2] lib: reset: thead: Correct the naming convention of dts

[PATCH -fixes] platform/lib: Set no-map attribute on all PMP regions
 2023-06-15 13:02 UTC  (4+ messages)

Upcoming OpenSBI v1.3 release
 2023-06-14  6:04 UTC 

[PATCH 0/2] OpenSBI logo and copyright update
 2023-06-14  5:57 UTC  (5+ messages)
` [PATCH 1/2] docs: Add OpenSBI logo and use it in the top-level README.md
` [PATCH 2/2] README.md: Improve project copyright information

[PATCH v5 00/14] Improve sbi_console
 2023-06-09  8:58 UTC  (16+ messages)
` [PATCH v5 01/14] lib: sbi: Fix missing contine in print
` [PATCH v5 07/14] lib: sbi: print add 'o' type
` [PATCH v5 08/14] lib: sbi: Fix printi
` [PATCH v5 09/14] lib: sbi: Simplify prints
` [PATCH v5 10/14] lib: sbi: sbi_console.c code re-layout
` [PATCH v5 11/14] lib: sbi: Add print_info for sbi_console.c
` [PATCH v5 12/14] lib: sbi: Fix timing of clearing tbuf
` [PATCH v5 13/14] lib: sbi: Fix missing '\0' when buffer szie equal 1
` [PATCH v5 14/14] lib: sbi: Fix invalid directive print


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