OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-06 01:04:37 to 2021-05-13 04:52:35 UTC [more...]

[PATCH v1 1/1] lib: sbi: Have spinlock checks return bool
 2021-05-13  4:52 UTC 

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

[PATCH v1 1/1] lib: utils: Include sbi_strings.h directly
 2021-05-12 11:12 UTC 

[RFC 00/14] SBI PMU extension support
 2021-05-12  6:55 UTC  (40+ 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 05/14] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [RFC 06/14] include: Add a list empty check function
` [RFC 07/14] lib: sbi: Remove redundant boot time print statement
` [RFC 08/14] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [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  (13+ messages)
` [PATCH v3 1/3] include: types: Add __aligned(x) to define the minimum alignement
` [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

[PATCH v2] spinlocks: Replace test-and-set locks by ticket locks
 2021-04-06  1:53 UTC  (5+ messages)


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