messages from 2021-04-30 11:52:40 to 2021-06-14 13:05:07 UTC [more...]
[PATCH 0/6] RISC-V ACLINT Support
2021-06-14 13:05 UTC (13+ 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 00/15] SBI PMU extension support
2021-06-13 5:44 UTC (41+ 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 03/15] lib: sbi: Remove stray '\' character
` [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 06/15] include: Add a list empty check function
` [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 11/15] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [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 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] lib: utils/libfdt: Upgrade to v1.6.1 release
2021-06-11 7:27 UTC
[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()
[PATCH 1/1] lib: sbi_scratch: re-implement scratch memory allocator
2021-06-08 20:30 UTC
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)
[PATCH 0/2] Few misc fixes
2021-05-24 11:26 UTC (9+ messages)
` [PATCH 1/2] lib: Check region base for merging in sbi_domain_root_add_memregion()
` [PATCH 2/2] lib: utils: Try other FDT drivers when we see SBI_ENODEV
[PATCH v2 0/3] Don't use SBI functions in fdt code
2021-05-19 12:54 UTC (11+ messages)
` [PATCH v2 1/3] lib: utils: Add strncpy macro to libfdt_env.h
` [PATCH v2 2/3] lib: fdt: Don't use sbi_string functions
` [PATCH v2 3/3] lib: utils: Replace strcmp with strncmp
[PATCH] Makefile: unconditionally disable SSP
2021-05-19 11:10 UTC (4+ messages)
[PATCH] lib: utils/serial: Support Synopsys DesignWare APB UART
2021-05-19 7:41 UTC (7+ messages)
[PATCH v1 0/3] Don't use SBI functions in fdt code
2021-05-19 7:35 UTC (13+ messages)
` [PATCH v1 1/3] lib: utils: Add macro to libfdt_env.h for strncpy
` [PATCH v1 2/3] lib: fdt: Don't use sbi_string functions
` [PATCH v1 3/3] lib: utils: Replace strcmp with strcmp
[PATCH v1 1/1] lib: utils: Include sbi_strings.h directly
2021-05-15 18:13 UTC (3+ messages)
[PATCH v1 1/1] lib: sbi: Have spinlock checks return bool
2021-05-14 11:42 UTC (2+ messages)
spin_lock_check has different signatures
2021-05-12 14:31 UTC (2+ messages)
[RFC 00/14] SBI PMU extension support
2021-05-12 6:55 UTC (14+ messages)
` [RFC 10/14] lib: sbi: Add PMU support
` [RFC 11/14] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [RFC 13/14] lib: sbi: Implement firmware counters
[PATCH] utils: irqchip: plic: Using 1 as default priority value
2021-05-12 6:44 UTC (6+ messages)
[PATCH RFC] platform: generic: How to add custom extensions for sbi_call?
2021-05-11 19:18 UTC (6+ messages)
[PATCH 1/3] docs: platform: Sort platform names
2021-05-06 9:09 UTC (10+ messages)
` [PATCH 2/3] docs: platform: Describe sifive_fu540 as supported generic platform
` [PATCH 3/3] platform: Remove sifive/fu540 platform
[PATCH 1/1] lib: utils/serial: Add support for Gaisler APBUART
2021-05-06 9:08 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox