messages from 2020-12-04 13:24:40 to 2021-03-19 22:12:56 UTC [more...]
[RFC 00/14] SBI PMU extension support
2021-03-19 22:12 UTC (6+ 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
[PATCH v3 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 10:04 UTC
[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 (6+ 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
[PATCH v2] lib: sbi: Allow platforms to provide root domain memory regions
2021-01-13 5:14 UTC (2+ messages)
[PATCH] lib: sbi: Allow platforms to provide root domain memory regions
2021-01-12 8:15 UTC (4+ messages)
[PATCH 0/3] Improvements for Keystone Enclave
2021-01-07 4:33 UTC (10+ messages)
` [PATCH 1/3] lib: sbi: Replace args with trap registers in ecall handler
` [PATCH 2/3] lib: sbi: Introduce sbi_trap_exit() API
` [PATCH 3/3] lib: sbi: Allow custom local TLB flush function
[PATCH v2] lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()
2020-12-24 11:13 UTC (3+ messages)
[PATCH] lib: sbi: Fix sign-extension in sbi_misaligned_load_handler()
2020-12-21 4:05 UTC (4+ messages)
OpenSBI fw_dynamic firmware does not boot 32-bit kernel on QEMU 'virt'
2020-12-16 17:57 UTC (2+ messages)
[PATCH 0/4] Improve domain registration
2020-12-16 4:44 UTC (17+ messages)
` [PATCH 1/4] lib: utils: Allow FDT domain iteration functions to fail
` [PATCH 2/4] lib: sbi: Add function to register new domain
` [PATCH 3/4] lib: utils: Remove fdt_domain_get() function
` [PATCH 4/4] lib: sbi: Remove domain_get() platform callback function
[PATCH] libfdt: Upgrade to v1.6.0 release
2020-12-13 4:48 UTC (2+ messages)
[PATCH v2 00/11] OpenSBI domain configuration using device tree
2020-12-05 9:51 UTC (23+ messages)
` [PATCH v2 01/11] lib: sbi: Fix sbi_hart_switch_mode() for u-mode
` [PATCH v2 02/11] lib: sbi: Fix typo in sbi_domain_finalize()
` [PATCH v2 03/11] lib: sbi: Fix domain_count check "
` [PATCH v2 04/11] lib: sbi: Auto start domain only if boot HART within limits
` [PATCH v2 05/11] include: sbi: Use lower bits for domain memory region permissions
` [PATCH v2 06/11] lib: sbi: Override domain boot HART when coldboot HART assigned to it
` [PATCH v2 07/11] lib: sbi: Add error prints in sbi_domain_finalize()
` [PATCH v2 08/11] include: sbi: Add domains_init() platform operation
` [PATCH v2 09/11] docs: Add domain device tree binding documentation
` [PATCH v2 10/11] lib: utils: Add helper routines to populate domains from FDT
` [PATCH v2 11/11] platform: generic: Populate "
[PATCH 00/11] OpenSBI domain configuration using device tree
2020-12-04 18:13 UTC (8+ messages)
` [PATCH 09/11] docs: Add domain device tree binding documentation
` [PATCH 10/11] lib: utils: Add helper routines to populate domains from FDT
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