OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-09 13:47:02 to 2021-05-17 11:52:38 UTC [more...]

[PATCH v1 0/3] Don't use SBI functions in fdt code
 2021-05-17 11:52 UTC  (5+ messages)
` [PATCH v1 1/3] lib: utils: Add macro to libfdt_env.h for strncpy
` [PATCH v1 2/3] lib: fdt: Don't use sbi_string functions
` [PATCH v1 3/3] lib: utils: Replace strcmp with strcmp

[PATCH v1 1/1] lib: utils: Include sbi_strings.h directly
 2021-05-15 18:13 UTC  (3+ messages)

Why does the firmware memory region have no permissions?
 2021-05-15 15:29 UTC  (6+ messages)

Fwd: lib: fix GET_FXX_REG assembly
 2021-05-15 15:23 UTC  (3+ messages)
  `  "

[PATCH] Makefile: unconditionally disable SSP
 2021-05-15 12:07 UTC  (3+ messages)

[PATCH v1 1/1] lib: sbi: Have spinlock checks return bool
 2021-05-14 11:42 UTC  (2+ messages)

[PATCH] lib: utils/serial: Support Synopsys DesignWare APB UART
 2021-05-14  2:17 UTC  (5+ messages)

spin_lock_check has different signatures
 2021-05-12 14:31 UTC  (2+ messages)

[RFC 00/14] SBI PMU extension support
 2021-05-12  6:55 UTC  (31+ messages)
` [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 06/14] include: Add a list empty check function
` [RFC 09/14] lib: sbi: Add PMU specific platform hooks
` [RFC 10/14] lib: sbi: Add PMU support
` [RFC 11/14] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [RFC 12/14] lib: sbi: Implement SBI PMU extension
` [RFC 13/14] lib: sbi: Implement firmware counters
` [RFC 14/14] platform: generic: Add PMU support

[PATCH] utils: irqchip: plic: Using 1 as default priority value
 2021-05-12  6:44 UTC  (7+ messages)

[PATCH RFC] platform: generic: How to add custom extensions for sbi_call?
 2021-05-11 19:18 UTC  (8+ messages)

[PATCH 1/3] docs: platform: Sort platform names
 2021-05-06  9:09 UTC  (10+ messages)
` [PATCH 2/3] docs: platform: Describe sifive_fu540 as supported generic platform
` [PATCH 3/3] platform: Remove sifive/fu540 platform

[PATCH 1/1] lib: utils/serial: Add support for Gaisler APBUART
 2021-05-06  9:08 UTC  (7+ messages)

[PATCH] docs/platform: sifive_fu540: Update U-Boot defconfig name
 2021-04-29  9:59 UTC  (4+ messages)

[PATCH 0/7] Simplify platform operations
 2021-04-28 12:14 UTC  (24+ messages)
` [PATCH 1/7] lib: sbi: Remove domains_root_regions() platform callback
` [PATCH 2/7] lib: sbi: Simplify console platform operations
` [PATCH 3/7] lib: sbi: Simplify timer "
` [PATCH 4/7] lib: sbi: Simplify ipi "
` [PATCH 5/7] lib: sbi: Simplify system reset "
` [PATCH 6/7] lib: sbi: Simplify HSM "
` [PATCH 7/7] lib: sbi: Show devices provided by platform in boot prints

[PATCH 1/2] platform: Remove platform/thead
 2021-04-28 10:46 UTC  (4+ messages)
` [PATCH 2/2] doc: generic: Add T-HEAD C9xx series processors

[PATCH v2] platform: generic: Enable FW_PIC=y as default
 2021-04-28 10:11 UTC  (2+ messages)

[PATCH] platform: generic: Enable FW_PIC=y as default
 2021-04-27  6:16 UTC  (3+ messages)

[PATCH 1/2] platform: Remove platform/thead
 2021-04-25  7:42 UTC  (5+ messages)
` [PATCH 2/2] doc: generic: Add T-HEAD C9xx series processors

Firmware update specification
 2021-04-23 14:01 UTC 

[PATCH] lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions
 2021-04-23  5:20 UTC  (2+ messages)

[PATCH v2 1/2] lib: utils: Implement "64bit-mmio" property parsing
 2021-04-22 10:04 UTC  (6+ messages)
` [PATCH v2 2/2] lib: utils: reset: Add T-HEAD sample platform reset driver

[PATCH 1/2] lib: utils: Implement "64bit-mmio" property parsing
 2021-04-18  2:19 UTC  (22+ messages)
` [PATCH 2/2] lib: utils: reset: Add T-HEAD sample platform reset driver

[PATCH v2 0/7] Protect M-mode only MMIO devices
 2021-04-13  5:35 UTC  (19+ messages)
` [PATCH v2 1/7] lib: sbi: Domains can be registered only before finalizing domains
` [PATCH v2 2/7] lib: sbi: Add sbi_domain_memregion_init() API
` [PATCH v2 3/7] lib: sbi: Add sbi_domain_root_add_memregion() API
` [PATCH v2 4/7] lib: utils/sys: Add CLINT memregion in the root domain
` [PATCH v2 5/7] lib: sbi: Make the root domain instance global variable
` [PATCH v2 6/7] lib: utils: Copy over restricted root domain memregions to FDT domains
` [PATCH v2 7/7] lib: sbi: Make sbi_domain_memregion_initfw() a local function

[PATCH] docs: fix link to OpenPiton documentation
 2021-04-12  8:16 UTC  (2+ messages)

[PATCH 0/7] Protect M-mode only MMIO devices
 2021-04-12  6:24 UTC  (24+ messages)
` [PATCH 1/7] lib: sbi: Domains can be registered only before finalizing domains
` [PATCH 2/7] lib: sbi: Add sbi_domain_memregion_init() API
` [PATCH 3/7] lib: sbi: Add sbi_domain_root_add_memregion() API
` [PATCH 4/7] lib: utils/sys: Add CLINT memregion in the root domain
` [PATCH 5/7] lib: sbi: Make the root domain instance global variable
` [PATCH 6/7] lib: utils: Copy over restricted root domain memregions to FDT domains
` [PATCH 7/7] lib: sbi: Make sbi_domain_memregion_initfw() a local function

[PATCH] lib: fix atomic_add_return
 2021-04-09 13:48 UTC  (3+ messages)

[PATCH v3 0/3] spinlocks: Replace test-and-set locks by ticket locks
 2021-04-09 13:47 UTC  (7+ messages)
` [PATCH v3 2/3] spinlocks: Allow direct initialization via SPIN_LOCK_INIT()
` [PATCH v3 3/3] spinlocks: Replace test-and-set locks by ticket locks


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