OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-20 09:39:23 to 2021-01-13 10:06:57 UTC [more...]

[PATCH 0/3] Avoid using packed structures
 2021-01-13 10:06 UTC  (4+ 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] lib: utils: Fix shakti uart implementation
 2021-01-07  4:57 UTC  (5+ 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  (7+ messages)
` [PATCH v3 1/2] lib: sbi: Detect PMP granularity and number of address bits
` [PATCH v3 2/2] lib: sbi: Improve boot time print with additional PMP information

[PATCH v3] lib: utils: Implement "ranges" property parsing
 2020-10-24  7:00 UTC  (2+ messages)

[PATCH v2 0/2] Improve PMP feature detection
 2020-10-23  9:53 UTC  (6+ messages)
` [PATCH v2 1/2] lib: sbi: Check pmp range granularity and size before setting pmp
` [PATCH v2 2/2] lib: sbi: Improve boot time print with additional PMP information

[PATCH v2] lib: utils: Implement "ranges" property parsing
 2020-10-23  6:12 UTC  (2+ messages)

[PATCH v4 00/16] OpenSBI domain support
 2020-10-21  7:07 UTC  (34+ messages)
` [PATCH v4 01/16] include: sbi: Remove redundant includes from sbi_platform.h
` [PATCH v4 02/16] include: sbi: Remove pmp_region callbacks from sbi_platform_operations
` [PATCH v4 03/16] lib: sbi: Configure PMP late in coldboot and warmboot path
` [PATCH v4 04/16] lib: sbi: Remove redundant hartid parameter from sbi_hart_init()
` [PATCH v4 05/16] include: sbi: Make hartmask pointer const in sbi_hartmask_test_hart()
` [PATCH v4 06/16] lib: sbi: Add initial domain support
` [PATCH v4 07/16] lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
` [PATCH v4 08/16] lib: sbi: Extend sbi_hsm_hart_start() "
` [PATCH v4 09/16] lib: sbi: Optimize sbi_hsm_hart_started_mask() implementation
` [PATCH v4 10/16] lib: sbi: Extend sbi_system_reset() for domains
` [PATCH v4 11/16] lib: utils: Update fdt_reserved_memory_fixup() to use current domain
` [PATCH v4 12/16] lib: utils: Update fdt_cpu_fixup() "
` [PATCH v4 13/16] lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions
` [PATCH v4 14/16] lib: sbi: Configure PMP based on domain memory regions
` [PATCH v4 15/16] lib: sbi: Display domain details in boot prints
` [PATCH v4 16/16] docs: Add initial documentation for domain support

[PATCH] Makefile: Don't specify mabi or march
 2020-10-21  0:55 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox