OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 00:30:44 to 2021-07-02 18:01:08 UTC [more...]

[PATCH v4 00/15] SBI PMU extension support
 2021-07-02 18:01 UTC  (5+ messages)
` [PATCH v4 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v4 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v4 03/15] lib: sbi: Remove stray '\' character
` [PATCH v4 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter

[RFC PATCH 0/4] add sifive reset device
 2021-07-01 14:00 UTC  (9+ messages)
` [RFC PATCH 1/4] lib: utils: reset: unify naming of 'sifive_test' device
` [RFC PATCH 2/4] lib: utils: add GPIO and poweroff parsing
` [RFC PATCH 3/4] lib: utils: add gpio generic interface
` [RFC PATCH 4/4] lib: utils: add sifive reset device

[PATCH v3 00/15] SBI PMU extension support
 2021-07-01  8:58 UTC  (29+ messages)
` [PATCH v3 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v3 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v3 03/15] lib: sbi: Remove stray '\' character
` [PATCH v3 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v3 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [PATCH v3 06/15] include: Add a list empty check function
` [PATCH v3 07/15] lib: sbi: Remove redundant boot time print statement
` [PATCH v3 08/15] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [PATCH v3 09/15] lib: sbi: Add PMU specific platform hooks
` [PATCH v3 10/15] lib: sbi: Add PMU support
` [PATCH v3 11/15] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [PATCH v3 12/15] lib: sbi: Implement SBI PMU extension
` [PATCH v3 13/15] lib: sbi: Implement firmware counters
` [PATCH v3 14/15] lib:sbi:tlb: Improve function naming
` [PATCH v3 15/15] platform: generic: Add PMU support

[PATCH v2 00/15] SBI PMU extension support
 2021-06-25 18:09 UTC  (43+ messages)
` [PATCH v2 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v2 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v2 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v2 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
  ` [v2,05/15] "
` [PATCH v2 07/15] lib: sbi: Remove redundant boot time print statement
` [PATCH v2 08/15] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [PATCH v2 09/15] lib: sbi: Add PMU specific platform hooks
` [PATCH v2 10/15] lib: sbi: Add PMU support
` [PATCH v2 12/15] lib: sbi: Implement SBI PMU extension
` [PATCH v2 13/15] lib: sbi: Implement firmware counters
` [PATCH v2 14/15] lib:sbi:tlb: Improve function naming
` [PATCH v2 15/15] platform: generic: Add PMU support

[PATCH 1/1] lib: sbi_scratch: re-implement scratch memory allocator
 2021-06-25  8:05 UTC  (5+ messages)

[PATCH v3 0/6] OpenSBI RISC-V ACLINT Support
 2021-06-24  4:39 UTC  (13+ messages)
` [PATCH v3 1/6] lib: utils/timer: Add ACLINT MTIMER library
` [PATCH v3 2/6] lib: utils/ipi: Add ACLINT MSWI library
` [PATCH v3 3/6] lib: utils: Add FDT parsing API common for both ACLINT and CLINT
` [PATCH v3 4/6] lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
` [PATCH v3 5/6] lib: utils/timer: Add FDT based ACLINT MTIMER driver
` [PATCH v3 6/6] platform: Replace CLINT library usage with ACLINT library

[PATCH 0/6] RISC-V ACLINT Support
 2021-06-24  3:56 UTC  (27+ messages)
` [PATCH 1/6] lib: utils/timer: Add ACLINT MTIMER library
` [PATCH 2/6] lib: utils/ipi: Add ACLINT MSWI library
` [PATCH 3/6] lib: utils: Add FDT parsing API common for both ACLINT and CLINT
` [PATCH 4/6] lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
` [PATCH 5/6] lib: utils/timer: Add FDT based ACLINT MTIMER driver
` [PATCH 6/6] platform: Replace CLINT library usage with ACLINT library

[PATCH v2 0/6] OpenSBI RISC-V ACLINT Support
 2021-06-23  6:02 UTC  (7+ messages)
` [PATCH v2 1/6] lib: utils/timer: Add ACLINT MTIMER library
` [PATCH v2 2/6] lib: utils/ipi: Add ACLINT MSWI library
` [PATCH v2 3/6] lib: utils: Add FDT parsing API common for both ACLINT and CLINT
` [PATCH v2 4/6] lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
` [PATCH v2 5/6] lib: utils/timer: Add FDT based ACLINT MTIMER driver
` [PATCH v2 6/6] platform: Replace CLINT library usage with ACLINT library

[PATCH 1/1] lib: simplify sbi_fifo_inplace_update()
 2021-06-22 15:02 UTC  (4+ messages)

[PATCH 1/1] lib: sign conflict in wake_coldboot_harts()
 2021-06-22 15:00 UTC  (4+ messages)

[PATCH 1/1] lib: sign conflict in sbi_tlb_entry_process()
 2021-06-22 15:00 UTC  (4+ messages)

[PATCH] lib: utils/libfdt: Upgrade to v1.6.1 release
 2021-06-22 14:59 UTC  (2+ messages)

[PATCH v3] lib: sbi: Fix GET_F64_REG inline assembly
 2021-06-12 11:24 UTC  (3+ messages)

[PATCH 1/1] lib: utils: missing initialization in thead_reset_init
 2021-06-11 13:52 UTC  (2+ messages)

[PATCH 1/1] lib: sbi_scratch: zero out scratch memory on all harts
 2021-06-11  8:34 UTC  (2+ messages)

[PATCH v2 1/4] platform: andes/ae350: Cosmetic fixes in plicsw.c
 2021-06-11  5:54 UTC  (8+ messages)
` [PATCH v2 2/4] docs/platform: andes-ae350: Fix missing spaces
` [PATCH v2 3/4] platform: andes/ae350: Drop plicsw_get_pending()
` [PATCH v2 4/4] platform: andes/ae350: Drop plicsw_ipi_sync()

Fwd: lib: fix GET_FXX_REG assembly
 2021-06-08 17:34 UTC  (5+ messages)
  `  "

OpenSBI HSM extension: change MMU state (enable, disable)
 2021-06-08  1:43 UTC 

[PATCH 1/2] platform: andex/ae350: Fix comments in plicsw.c
 2021-06-04 14:52 UTC  (2+ messages)
` [PATCH 2/2] docs/platform: andes-ae350: Fix missing spaces

Why does the firmware memory region have no permissions?
 2021-06-04  7:53 UTC  (25+ messages)

[PATCH] firmware: Do not allow harts with different XLEN to boot
 2021-06-03 17:48 UTC  (6+ messages)

[PATCH 1/1] lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
 2021-06-02 11:43 UTC  (3+ messages)

[PATCH v3 1/1] lib/utils: consider ':' in stdout-path
 2021-06-02 11:42 UTC  (4+ messages)

[PATCH v2 1/1] docs: debugging OpenSBI
 2021-06-02 11:42 UTC  (2+ messages)

[PATCH v2 1/1] lib/utils: consider ':' in stdout-path
 2021-05-28 16:12 UTC  (2+ messages)

[PATCH 1/1] docs: debugging OpenSBI
 2021-05-28 15:59 UTC  (3+ messages)

[RFC 1/1] lib/utils: consider ':' in stdout-path
 2021-05-28  4:04 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