OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-29 19:38:14 to 2020-10-23 22:47:39 UTC [more...]

[PATCH v3] lib: utils: Implement "ranges" property parsing
 2020-10-23 22:47 UTC 

[PATCH v3 0/2] Improve PMP feature detection
 2020-10-23 22:47 UTC  (3+ 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 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  (12+ messages)

[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 00/16] OpenSBI domain support
 2020-10-19  5:38 UTC  (31+ 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 08/16] lib: sbi: Extend sbi_hsm_hart_start() for domains
` [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)


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