OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-23 22:47:39 to 2021-02-24 10:31:53 UTC [more...]

[RFC PATCH v2 00/11] SBI HSM suspend implementation
 2021-02-24 10:31 UTC  (2+ messages)
` [RFC PATCH v2 01/11] include: sbi: Simplify HSM state define names

[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  (36+ messages)
` [PATCH 01/11] lib: sbi: Fix sbi_hart_switch_mode() for u-mode
` [PATCH 02/11] lib: sbi: Fix typo in sbi_domain_finalize()
` [PATCH 03/11] lib: sbi: Fix domain_count check "
` [PATCH 04/11] lib: sbi: Auto start domain only if boot HART within limits
` [PATCH 05/11] include: sbi: Use lower bits for domain memory region permissions
` [PATCH 06/11] lib: sbi: Override domain boot HART when coldboot HART assigned to it
` [PATCH 07/11] lib: sbi: Add error prints in sbi_domain_finalize()
` [PATCH 08/11] include: sbi: Add domains_init() platform operation
` [PATCH 09/11] docs: Add domain device tree binding documentation
` [PATCH 10/11] lib: utils: Add helper routines to populate domains from FDT
` [PATCH 11/11] platform: generic: Populate "

[PATCH] firmware: fw_base: Optimize trap handler for RV32 systems
 2020-12-01 16:29 UTC  (3+ messages)

[PATCH v3 0/5] Implement System Reset (SRST) SBI extension
 2020-12-01 16:29 UTC  (19+ messages)
` [PATCH v3 1/5] include: sbi: Add SBI SRST extension related defines
` [PATCH v3 2/5] include: sbi: Remove opensbi specific reset type defines
` [PATCH v3 3/5] platform: Remove dummy system reset functions
` [PATCH v3 4/5] lib: sbi: Improve system reset platform operations
` [PATCH v3 5/5] lib: sbi: Implement System Reset (SRST) SBI extension

[PATCH] docs: fix a typo error
 2020-11-27  8:10 UTC  (3+ messages)

[PATCH v2] lib: sbi: Improve boot prints in cold boot sequence
 2020-11-11  3:55 UTC  (2+ messages)

[PATCH] lib: sbi: Improve boot prints in cold boot sequence
 2020-11-10  4:55 UTC  (3+ messages)

[PATCH] Makefile: Add option to use toolchain default ABI and ISA string
 2020-11-02  4:05 UTC  (6+ messages)

[PATCH] lib: sbi: Fix PMP entry detetcion mechanism
 2020-10-27  9:25 UTC  (3+ messages)

[PATCH v4 0/2] Improve PMP feature detection
 2020-10-27  7:41 UTC  (5+ messages)
` [PATCH v4 1/2] lib: sbi: Detect PMP granularity and number of address bits
` [PATCH v4 2/2] lib: sbi: Improve boot time print with additional PMP information

[PATCH v3 0/2] Improve PMP feature detection
 2020-10-26  6:47 UTC  (6+ messages)
` [PATCH v3 1/2] lib: sbi: Detect PMP granularity and number of address bits

[PATCH v3] lib: utils: Implement "ranges" property parsing
 2020-10-24  7:00 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