OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-11 00:58:48 to 2020-10-20 09:39:23 UTC [more...]

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

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

[PATCH] Makefile: Don't specify mabi or march
 2020-10-20  7:30 UTC  (10+ messages)

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

[PATCH v2 0/5] Builtin DTB improvements
 2020-10-19  4:17 UTC  (11+ messages)
` [PATCH v2 1/5] Makefile: Build ELF, BIN and LD script in platform build directory
` [PATCH v2 2/5] firmware: Add common FW_FDT_PATH compile-time option
` [PATCH v2 3/5] firmware: Remove FW_PAYLOAD_FDT_PATH "
` [PATCH v2 4/5] Makefile: Allow padding zeros when converting DTB to C source
` [PATCH v2 5/5] platform: kendryte/k210: Add some padding for FDT fixups

[PATCH 0/5] Builtin DTB improvements
 2020-10-18  4:06 UTC  (13+ messages)
` [PATCH 1/5] Makefile: Build ELF, BIN and LD script in platform build directory
` [PATCH 2/5] firmware: Add common FW_FDT_PATH compile-time option
` [PATCH 3/5] firmware: Remove FW_PAYLOAD_FDT_PATH "
` [PATCH 4/5] Makefile: Allow padding zeros when converting DTB to C source
` [PATCH 5/5] platform: kendryte/k210: Add some padding for FDT fixups

[PATCH 1/2] lib: utils: Implement "ranges" property parsing
 2020-10-16  4:01 UTC  (5+ messages)
` [PATCH 2/2] lib: sbi: Check pmp range granularity before setting pmp

[PATCH] makefile: fix clean directive
 2020-10-10  5:51 UTC  (2+ messages)

[RFC PATCH v2] lib: Implement System Reset (SRST) SBI extension
 2020-10-03 14:49 UTC  (5+ messages)

[PATCH 1/1] lib: sbi_scratch: typo scatch
 2020-10-02 10:25 UTC  (3+ messages)

OpenSBI: Boot HART ISA display
 2020-10-01 18:15 UTC  (17+ messages)

[PATCH 1/1] firmware: provide space for firmware fixups
 2020-10-01 15:40 UTC  (6+ messages)

[RFC PATCH] lib: Implement System Reset (SRST) SBI extension
 2020-09-26  4:34 UTC  (2+ messages)

[PATCH] lib: sbi: Fix PMP CSR detection
 2020-09-25  9:06 UTC  (4+ messages)

[PATCH 0/5] Hold E-core in HSM STOPPED State
 2020-09-16  5:32 UTC  (18+ messages)
` [PATCH 1/5] lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API
` [PATCH 2/5] lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API
` [PATCH 3/5] lib: utils: Improve fdt_cpu_fixup() implementation
` [PATCH 4/5] lib: sbi: Ensure coldboot HART supports next privilege mode
` [PATCH 5/5] platform: generic: Don't mark non-MMU HARTs as invalid


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