OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-31 12:11:12 to 2023-06-27 06:21:12 UTC [more...]

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

[PATCH] lib: sbi: check A2 register in ecall_dbcn_handler
 2023-06-24 11:08 UTC  (3+ messages)

OpenSBI v1.3 Released
 2023-06-23  7:48 UTC 

[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 0/6] Add support for Smepmp
 2023-06-20 14:38 UTC  (7+ 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] lib: sbi: Try to make each domain have boot hart
 2023-06-20 12:32 UTC 

[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 v6 00/12] Improve sbi_console
 2023-06-12  8:11 UTC  (13+ 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 v5 00/14] Improve sbi_console
 2023-06-09  8:58 UTC  (21+ messages)
` [PATCH v5 01/14] lib: sbi: Fix missing contine in print
` [PATCH v5 02/14] lib: sbi: Fix how print gets flags
` [PATCH v5 03/14] lib: sbi: print not fill '0' when left-aligned
` [PATCH v5 04/14] lib: sbi: Add '+' flags for print
` [PATCH v5 05/14] lib: sbi: Add ' ' '\'' "
` [PATCH v5 06/14] lib: sbi: implifying the parameters of printi
` [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

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

[PATCH v3 12/12] lib: sbi: Fix timing of clearing tbuf
 2023-06-06 13:29 UTC 

[PATCH v3 11/12] lib: sbi: Add print_info for sbi_console.c
 2023-06-06 13:29 UTC 

[PATCH v3 10/12] lib: sbi: sbi_console.c code re-layout
 2023-06-06 13:29 UTC 

[PATCH v3 09/12] lib: sbi: Simplify prints
 2023-06-06 13:29 UTC 

[PATCH v3 00/12] Improve sbi_console
 2023-06-06 13:24 UTC  (9+ messages)
` [PATCH v3 01/12] lib: sbi: Fix missing contine in print
` [PATCH v3 02/12] lib: sbi: Fix how print gets flags
` [PATCH v3 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v3 04/12] lib: sbi: Add '+' flags for print
` [PATCH v3 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v3 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v3 07/12] lib: sbi: print add 'o' type
` [PATCH v3 08/12] lib: sbi: Fix printi

[PATCH v2 00/18] Introduce and use simple heap allocator
 2023-06-06 10:33 UTC  (20+ messages)
` [PATCH v2 01/18] include: sbi_scratch: Add helper macros to access data type
` [PATCH v2 02/18] platform: Allow platforms to specify heap size
` [PATCH v2 03/18] lib: sbi: Introduce simple heap allocator
` [PATCH v2 04/18] lib: sbi: Print scratch size and usage at boot time
` [PATCH v2 05/18] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH v2 06/18] lib: sbi: Use heap for root domain creation
` [PATCH v2 07/18] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH v2 08/18] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH v2 09/18] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH v2 10/18] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH v2 11/18] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH v2 12/18] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH v2 13/18] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH v2 14/18] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH v2 15/18] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH v2 16/18] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH v2 17/18] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH v2 18/18] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer

[PATCH v2 12/12] lib: sbi: Fix timing of clearing tbuf
 2023-06-06 10:32 UTC 

[PATCH v2 11/12] lib: sbi: Add print_info for sbi_console.c
 2023-06-06 10:32 UTC 

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

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

[PATCH] lib: sbi: Fix timing of clearing tbuf
 2023-06-06  7:12 UTC  (3+ messages)

[PATCH 00/17] Introduce and use simple heap allocator
 2023-06-05 11:23 UTC  (42+ messages)
` [PATCH 02/17] lib: sbi: Introduce "
` [PATCH 03/17] lib: sbi: Print scratch size and usage at boot time
` [PATCH 04/17] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH 05/17] lib: sbi: Use heap for root domain creation
` [PATCH 06/17] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH 07/17] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH 08/17] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH 09/17] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH 10/17] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH 11/17] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH 12/17] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH 13/17] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH 14/17] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH 15/17] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH 16/17] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH 17/17] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer

[PATCH 0/9] Improve sbi_console
 2023-06-05  6:16 UTC  (10+ messages)
` [PATCH 1/9] lib: sbi: Fix missing contine in print
` [PATCH 2/9] lib: sbi: Fix how print gets flags
` [PATCH 3/9] lib: sbi: print not fill '0' when left-aligned
` [PATCH 4/9] lib: sbi: Add '+' flags for print
` [PATCH 5/9] lib: sbi: Add ' ' '\'' "
` [PATCH 6/9] lib: sbi: implifying the parameters of printi
` [PATCH 7/9] lib: sbi: print add 'o' type
` [PATCH 8/9] lib: sbi: Fix printi
` [PATCH 9/9] lib: sbi: Simplify prints

[PATCH] lib: sbi: Align system suspend errors with spec
 2023-06-04  9:52 UTC  (2+ messages)

[PATCH v2 1/1] lib: utils/ipi: buffer overrun aclint_mswi_cold_init
 2023-06-04  9:44 UTC  (3+ messages)


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