messages from 2021-01-13 10:06:57 to 2021-04-09 13:47:02 UTC [more...]
[PATCH v3 0/3] spinlocks: Replace test-and-set locks by ticket locks
2021-04-09 13:47 UTC (12+ messages)
` [PATCH v3 1/3] include: types: Add __aligned(x) to define the minimum alignement
` [PATCH v3 2/3] spinlocks: Allow direct initialization via SPIN_LOCK_INIT()
` [PATCH v3 3/3] spinlocks: Replace test-and-set locks by ticket locks
[RFC 00/14] SBI PMU extension support
2021-04-08 3:29 UTC (23+ messages)
` [RFC 01/14] docs: Add device tree bindings for SBI PMU extension
` [RFC 02/14] lib: sbi: Detect mcountinihibit support at runtime
` [RFC 03/14] lib: sbi: Remove stray '\' character
` [RFC 04/14] lib: sbi: Detect number of bits implemented in mhpmcounter
` [RFC 05/14] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [RFC 06/14] include: Add a list empty check function
` [RFC 07/14] lib: sbi: Remove redundant boot time print statement
` [RFC 08/14] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [RFC 09/14] lib: sbi: Add PMU specific platform hooks
` [RFC 10/14] lib: sbi: Add PMU support
` [RFC 11/14] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [RFC 12/14] lib: sbi: Implement SBI PMU extension
` [RFC 13/14] lib: sbi: Implement firmware counters
` [RFC 14/14] platform: generic: Add PMU support
[PATCH] lib: fix atomic_add_return
2021-04-06 5:55 UTC (2+ messages)
[PATCH v2] spinlocks: Replace test-and-set locks by ticket locks
2021-04-06 1:53 UTC (5+ messages)
[PATCH] spinlocks: Replace test-and-set locks by ticket locks
2021-04-05 14:54 UTC (12+ messages)
[PATCH] firmware: Remove redundant add instruction from trap restore path
2021-04-05 10:18 UTC (5+ messages)
[PATCH] lib: fix csr detect support
2021-04-05 8:18 UTC (2+ messages)
[PATCH] firware: optimize the exception exit code
2021-04-01 5:35 UTC (3+ messages)
[PATCH 1/3] lib/utils: Support the official clint DT bindings
2021-04-01 5:11 UTC (9+ messages)
` [PATCH 2/3] lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
` [PATCH 3/3] lib/utils: Support fixing up the official DT bindings of PLIC
[PATCH] lib: utils: Add Xilinx uartlite implementation
2021-03-31 15:33 UTC (4+ messages)
Floating point emulation support policy
2021-03-31 14:39 UTC
Floating point emulation support policy
2021-03-31 5:05 UTC (3+ messages)
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-23 4:17 UTC (2+ messages)
[PATCH v3 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-22 4:01 UTC (2+ messages)
[PATCH v2 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 9:45 UTC
[PATCH v3 0/2] Support position independent execution
2021-03-19 9:41 UTC (7+ messages)
` [PATCH v3 1/2] firmware: Use lla to access all global symbols
` [PATCH v3 2/2] firmware: Support position independent execution
[PATCH 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 9:22 UTC (3+ messages)
[PATCH v2 0/2] Support position independent execution
2021-03-16 4:58 UTC (10+ messages)
` [PATCH v2 1/2] firmware: Use lla to access all global symbols
` [PATCH v2 2/2] firmware: Support position independent execution
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:22 UTC
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:18 UTC
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:17 UTC
[PATCH 1/1] include: sbi: SBI function IDs for RFENCE extension
2021-03-12 4:06 UTC (3+ messages)
SBI spec: return code for non-available extension
2021-03-06 15:44 UTC (4+ messages)
[PATCH 0/3] Support position independent execution
2021-03-05 3:48 UTC (8+ messages)
` [PATCH 1/3] firmware: "
` [PATCH 2/3] firmware: fw_base: Use lla to access the global symbols defined in fw_base.S
` [PATCH 3/3] firware: Use lla to access all global symbols
OpenSBI system reset device tree binding
2021-03-04 3:20 UTC (5+ messages)
[RFC PATCH v2 00/11] SBI HSM suspend implementation
2021-03-03 12:02 UTC (13+ messages)
` [RFC PATCH v2 01/11] include: sbi: Simplify HSM state define names
` [RFC PATCH v2 02/11] lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
` [RFC PATCH v2 03/11] lib: sbi: Rename sbi_hsm_hart_started_mask() function
` [RFC PATCH v2 04/11] lib: sbi: Remove redundant sbi_hsm_hart_started() function
` [RFC PATCH v2 05/11] lib: sbi: Fix error codes returned by HSM start() and stop() functions
` [RFC PATCH v2 06/11] include: sbi: Add HSM suspend related defines
` [RFC PATCH v2 07/11] lib: sbi: Add sbi_hart_reinit() function
` [RFC PATCH v2 08/11] include: sbi: Add hart_suspend() platform callback
` [RFC PATCH v2 09/11] lib: sbi: Implement SBI HSM suspend function
` [RFC PATCH v2 10/11] include: sbi: Upgrade SBI implementation version to v0.3
` [RFC PATCH v2 11/11] lib: Remove redundant sbi_platform_ipi_clear() calls
[PATCH v3 00/11] SBI HSM suspend implementation
2021-03-03 11:55 UTC (12+ messages)
` [PATCH v3 01/11] include: sbi: Simplify HSM state define names
` [PATCH v3 02/11] lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
` [PATCH v3 03/11] lib: sbi: Rename sbi_hsm_hart_started_mask() function
` [PATCH v3 04/11] lib: sbi: Remove redundant sbi_hsm_hart_started() function
` [PATCH v3 05/11] lib: sbi: Fix error codes returned by HSM start() and stop() functions
` [PATCH v3 06/11] include: sbi: Add HSM suspend related defines
` [PATCH v3 07/11] lib: sbi: Add sbi_hart_reinit() function
` [PATCH v3 08/11] include: sbi: Add hart_suspend() platform callback
` [PATCH v3 09/11] lib: sbi: Implement SBI HSM suspend function
` [PATCH v3 10/11] include: sbi: Upgrade SBI implementation version to v0.3
` [PATCH v3 11/11] lib: Remove redundant sbi_platform_ipi_clear() calls
[PATCH v3 1/1] platform: implement K210 system reset
2021-03-03 3:18 UTC (3+ messages)
[PATCH v2 1/1] platform: implement K210 system reset
2021-02-26 9:19 UTC (4+ messages)
[PATCH 1/1] platform: implement K210 system reset
2021-02-26 0:52 UTC (2+ messages)
[RFC PATCH 00/10] SBI HSM suspend implementation
2021-02-24 4:37 UTC (20+ messages)
` [RFC PATCH 01/10] include: sbi: Simplify HSM state define names
` [RFC PATCH 02/10] lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
` [RFC PATCH 03/10] lib: sbi: Rename sbi_hsm_hart_started_mask() function
` [RFC PATCH 04/10] lib: sbi: Remove redundant sbi_hsm_hart_started() function
` [RFC PATCH 05/10] include: sbi: Add HSM suspend related defines
` [RFC PATCH 06/10] lib: sbi: Add sbi_hart_reinit() function
` [RFC PATCH 07/10] include: sbi: Add hart_suspend() platform callback
` [RFC PATCH 08/10] lib: sbi: Implement SBI HSM suspend function
` [RFC PATCH 09/10] include: sbi: Upgrade SBI implementation version to v0.3
` [RFC PATCH 10/10] lib: Remove redundant sbi_platform_ipi_clear() calls
[PATCH] lib: utils: Fix shakti uart implementation
2021-02-11 1:38 UTC (3+ messages)
Questions for OpenSBI to support position independent execution
2021-01-25 2:27 UTC (4+ messages)
OpenSBI v0.9 Released
2021-01-18 15:46 UTC
[PATCH] platform: template: Fix compile error
2021-01-18 9:50 UTC (3+ messages)
[PATCH 0/3] Avoid using packed structures
2021-01-15 5:16 UTC (11+ messages)
` [PATCH 1/3] include: sbi: No need to pack struct sbi_trap_regs
` [PATCH 2/3] include: sbi: No need to pack struct sbi_scratch
` [PATCH 3/3] include: sbi: Don't pack struct sbi_platform and sbi_platform_operations
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