messages from 2021-02-26 01:59:25 to 2021-04-17 11:35:54 UTC [more...]
[PATCH 1/2] lib: utils: Implement "64bit-mmio" property parsing
2021-04-17 11:35 UTC (6+ 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
[RFC 00/14] SBI PMU extension support
2021-04-08 3:29 UTC (23+ messages)
` [RFC 01/14] docs: Add device tree bindings for SBI PMU extension
` [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 v2] spinlocks: Replace test-and-set locks by ticket locks
2021-04-06 1:53 UTC (5+ messages)
[PATCH] spinlocks: Replace test-and-set locks by ticket locks
2021-04-05 14:54 UTC (12+ messages)
[PATCH] firmware: Remove redundant add instruction from trap restore path
2021-04-05 10:18 UTC (5+ messages)
[PATCH] lib: fix csr detect support
2021-04-05 8:18 UTC (2+ messages)
[PATCH] firware: optimize the exception exit code
2021-04-01 5:35 UTC (3+ messages)
[PATCH 1/3] lib/utils: Support the official clint DT bindings
2021-04-01 5:11 UTC (9+ messages)
` [PATCH 2/3] lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()
` [PATCH 3/3] lib/utils: Support fixing up the official DT bindings of PLIC
[PATCH] lib: utils: Add Xilinx uartlite implementation
2021-03-31 15:33 UTC (4+ messages)
Floating point emulation support policy
2021-03-31 14:39 UTC
Floating point emulation support policy
2021-03-31 5:05 UTC (3+ messages)
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-23 4:17 UTC (2+ messages)
[PATCH v3 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-22 4:01 UTC (2+ messages)
[PATCH v2 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 9:45 UTC
[PATCH v3 0/2] Support position independent execution
2021-03-19 9:41 UTC (7+ messages)
` [PATCH v3 1/2] firmware: Use lla to access all global symbols
` [PATCH v3 2/2] firmware: Support position independent execution
[PATCH 1/1] lib: sbi: illegal CSR 0x306 access in hpm_allowed()
2021-03-19 9:22 UTC (3+ messages)
[PATCH v2 0/2] Support position independent execution
2021-03-16 4:58 UTC (10+ messages)
` [PATCH v2 1/2] firmware: Use lla to access all global symbols
` [PATCH v2 2/2] firmware: Support position independent execution
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:22 UTC
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:18 UTC
[PATCH] include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-12 12:17 UTC
[PATCH 1/1] include: sbi: SBI function IDs for RFENCE extension
2021-03-12 4:06 UTC (3+ messages)
SBI spec: return code for non-available extension
2021-03-06 15:44 UTC (4+ messages)
[PATCH 0/3] Support position independent execution
2021-03-05 3:48 UTC (8+ messages)
` [PATCH 1/3] firmware: "
` [PATCH 2/3] firmware: fw_base: Use lla to access the global symbols defined in fw_base.S
` [PATCH 3/3] firware: Use lla to access all global symbols
OpenSBI system reset device tree binding
2021-03-04 3:20 UTC (5+ messages)
[RFC PATCH v2 00/11] SBI HSM suspend implementation
2021-03-03 12:02 UTC (3+ messages)
` [RFC PATCH v2 09/11] lib: sbi: Implement SBI HSM suspend function
[PATCH v3 00/11] SBI HSM suspend implementation
2021-03-03 11:55 UTC (12+ messages)
` [PATCH v3 01/11] include: sbi: Simplify HSM state define names
` [PATCH v3 02/11] lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
` [PATCH v3 03/11] lib: sbi: Rename sbi_hsm_hart_started_mask() function
` [PATCH v3 04/11] lib: sbi: Remove redundant sbi_hsm_hart_started() function
` [PATCH v3 05/11] lib: sbi: Fix error codes returned by HSM start() and stop() functions
` [PATCH v3 06/11] include: sbi: Add HSM suspend related defines
` [PATCH v3 07/11] lib: sbi: Add sbi_hart_reinit() function
` [PATCH v3 08/11] include: sbi: Add hart_suspend() platform callback
` [PATCH v3 09/11] lib: sbi: Implement SBI HSM suspend function
` [PATCH v3 10/11] include: sbi: Upgrade SBI implementation version to v0.3
` [PATCH v3 11/11] lib: Remove redundant sbi_platform_ipi_clear() calls
[PATCH v3 1/1] platform: implement K210 system reset
2021-03-03 3:18 UTC (3+ messages)
[PATCH v2 1/1] platform: implement K210 system reset
2021-02-26 9:19 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox