messages from 2022-12-12 05:40:15 to 2023-01-06 11:22:05 UTC [more...]
[RFC PATCH 00/11] SBI system suspend (SUSP) extension
2023-01-06 11:22 UTC (8+ messages)
` [RFC PATCH 01/11] lib: sbi_hsm: Factor out invalid state detection
` [RFC PATCH 02/11] lib: sbi_hsm: Don't try to restore state on failed change
` [RFC PATCH 03/11] lib: sbi_hsm: Ensure errors are consistent with spec
` [RFC PATCH 04/11] lib: sbi_hsm: Move misplaced comment
` [RFC PATCH 05/11] lib: sbi_hsm: Remove unnecessary include
` [RFC PATCH 06/11] lib: sbi_hsm: Export some functions
` [RFC PATCH 07/11] lib: sbi: Add system suspend skeleton
[PATCH v4 0/7] OpenSBI debug console support
2023-01-04 14:50 UTC (8+ messages)
` [PATCH v4 1/7] include: Add defines for SBI debug console extension
` [PATCH v4 2/7] lib: sbi: Add sbi_nputs() function
` [PATCH v4 3/7] lib: sbi: Add sbi_ngets() function
` [PATCH v4 4/7] lib: sbi: Add sbi_domain_check_addr_range() function
` [PATCH v4 5/7] lib: sbi: Implement SBI debug console extension
` [PATCH v4 6/7] lib: sbi: Add console_puts() callback in the console device
` [PATCH v4 7/7] lib: utils/serial: Implement console_puts() for semihosting
[PATCH 0/6] Implement hart hotplug using HSM extension for
2023-01-04 6:29 UTC (7+ messages)
` [PATCH 1/6] docs: generic.md: fix typo of andes-ae350
` [PATCH 2/6] lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
` [PATCH 3/6] include: types: add always inline compiler attribute
` [PATCH 4/6] platform: andes/ae350: Implement hart hotplug using HSM extension
` [PATCH 5/6] lib: reset/fdt_reset_atcwdt200: use defined macros in atcsmu.h
` [PATCH 6/6] lib: sbi_hsm: Introduce hart_secondary_boot() callback
[PATCH v3] dt-bindings: riscv: add SBI PMU event mappings
2023-01-03 9:28 UTC (2+ messages)
[PATCH] lib: sbi: Check pmp index for overflow before programming
2022-12-31 2:10 UTC (2+ messages)
[PATCH] lib: sbi_domain: Avoid overwriting coldboot hart's scratch->arg1
2022-12-31 1:40 UTC (3+ messages)
[PATCH] lib: sbi_hsm: Rename 'priv' argument to 'arg1'
2022-12-30 16:29 UTC (2+ messages)
[PATCH] docs: domain_support: Use capital letter for privilege modes
2022-12-30 5:07 UTC
[PATCH 1/2] lib: utils: Add fdt_add_cpu_idle_states() helper function
2022-12-29 15:42 UTC (5+ messages)
` [PATCH 2/2] platform: generic: allwinner: Advertise nonretentive suspend
[PATCH v7 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
2022-12-29 2:56 UTC (5+ messages)
` [PATCH v7 1/4] lib: sbi: Allow platform to influence cold boot HART selection
` [PATCH v7 2/4] platform: generic: Allow platform_override to select cold boot HART
` [PATCH v7 3/4] platform: generic: Allow platform_override to perform firmware init
` [PATCH v7 4/4] generic/starfive: Add Starfive JH7110 platform implementation
[PATCH v6 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
2022-12-29 2:53 UTC (7+ messages)
` [PATCH v6 1/4] lib: sbi: Allow platform to influence cold boot HART selection
` [PATCH v6 2/4] platform: generic: Allow platform_override to select cold boot HART
` [PATCH v6 3/4] platform: generic: Allow platform_override to perform firmware init
` [PATCH v6 4/4] generic/starfive: Add Starfive JH7110 platform implementation
Rethink PMPs assignment #283
2022-12-28 22:22 UTC
[PATCH] treewide: Replace TRUE/FALSE with true/false
2022-12-28 2:58 UTC (4+ messages)
[PATCH v2] dt-bindings: riscv: add SBI PMU event mappings
2022-12-27 20:17 UTC (3+ messages)
[PATCH] Makefile: Remove -N ldflag to prevent linker RWX warning
2022-12-27 20:13 UTC (2+ messages)
[PATCH 1/1] platform: generic: allwinner: avoid buffer overrun
2022-12-27 19:31 UTC (18+ messages)
[PATCH] platform: generic: allwinner: Fix PLIC array bounds
2022-12-27 18:53 UTC (2+ messages)
[PATCH] lib: utils/sys: Allow custom HTIF base address for RV32
2022-12-27 17:25 UTC (2+ messages)
Upcoming OpenSBI v1.2 release
2022-12-27 17:06 UTC (5+ messages)
[PATCH v2 1/5] lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore helpers
2022-12-27 10:54 UTC (3+ messages)
` [PATCH v2 2/5] libs: utils/irqchip: plic: Ensure no out-of-bound access "
BUG: OpenSBI crashes when passing custom DTB on Qemu
2022-12-27 8:24 UTC (3+ messages)
` [EXT] "
OpenSBI v1.2 Released
2022-12-24 10:10 UTC
[PATCH] docs: pmu: Update the pmu doc with removal of mcountinhbit restriction
2022-12-24 5:39 UTC (2+ messages)
[PATCH v1] docs: pmu: update a reference to a deprecated property name
2022-12-24 5:39 UTC (3+ messages)
[PATCH v1] docs: pmu: fix binding example
2022-12-24 5:38 UTC (3+ messages)
[PATCH v1] dt-bindings: riscv: add SBI PMU event mappings
2022-12-22 20:39 UTC (4+ messages)
[RFC PATCH] platform: generic: renesas: Add support to configure the PMA
2022-12-22 20:16 UTC (10+ messages)
[PATCH v5 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
2022-12-22 11:32 UTC (8+ messages)
` [PATCH v5 1/4] lib: sbi: Allow platform to influence cold boot HART selection
` [PATCH v5 2/4] platform: generic: Allow platform_override to select cold boot HART
` [PATCH v5 3/4] platform: generic: Allow platform_override to perform firmware init
` [PATCH v5 4/4] generic/starfive: Add Starfive JH7110 platform implementation
[PATCH] lib: utils/serial: Simplify semihosting_getc() function
2022-12-22 2:04 UTC
[PATCH Zisslpcfi 0/2] Support for zisslpcfi in opensbi
2022-12-22 1:29 UTC (9+ messages)
` [PATCH Zisslpcfi 1/2] include: adding support for zsslpcfi encodings
` [PATCH Zisslpcfi 2/2] lib: sbi: zsslpcfi detection and elp cfi state reflect back in status
[PATCH v2 Zisslpcfi 0/2] Support for zisslpcfi in opensbi
2022-12-21 23:38 UTC (4+ messages)
` [PATCH v2 Zisslpcfi 1/2] include: adding support for Zisslpcfi encodings
` [PATCH v2 Zisslpcfi 2/2] lib: sbi: Zisslpcfi detection and elp cfi state reflect back in status
[PATCH v4 0/3] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
2022-12-21 13:32 UTC (14+ messages)
` [PATCH v4 1/3] lib: sbi: Allow platform to influence cold boot HART selection
` [PATCH v4 2/3] platform: generic: Allow platform_override to select cold boot HART
` [PATCH v4 3/3] generic/starfive: Add Starfive JH7110 platform implementation
[PATCH v3 0/6] OpenSBI debug console support
2022-12-21 10:24 UTC (10+ messages)
` [PATCH v3 3/6] lib: sbi: Add sbi_domain_check_addr_range() function
` [PATCH v3 4/6] lib: sbi: Implement SBI debug console extension
` [PATCH v3 5/6] lib: sbi: Add console_puts() callback in the console device
` [PATCH v3 6/6] lib: utils/serial: Implement console_puts() for semihosting
[PATCH 0/9] Split region permissions into M-mode and SU-mode
2022-12-20 10:46 UTC (10+ messages)
` [PATCH 1/9] include: sbi: Fine grain the permissions for M and SU modes
` [PATCH 2/9] lib: sbi: Use finer permission semantics for address validation
` [PATCH 3/9] lib: sbi: Add permissions for the firmware start till end
` [PATCH 4/9] lib: sbi: Use finer permission sematics to decide on PMP bits
` [PATCH 5/9] lib: sbi: Modify the boot time region flag prints
` [PATCH 6/9] lib: utils: Use SU-{R/W/X} flags for region permissions during parsing
` [PATCH 7/9] lib: utils: Disallow non-root domains from adding M-mode regions
` [PATCH 8/9] lib: utils: Add M-mode {R/W} flags to the MMIO regions
` [PATCH 9/9] docs: Update domain's region permissions and requirements
[PATCH v3 1/5] lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore helpers
2022-12-17 12:50 UTC (23+ messages)
` [PATCH v3 2/5] lib: utils/irqchip: plic: Ensure no out-of-bound access "
` [PATCH v3 3/5] lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()
` [PATCH v3 4/5] lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore helpers
` [PATCH v3 5/5] lib: utils/irqchip: plic: Ensure no out-of-bound access "
[PATCH v3 0/3] generic/starfive: Enable Starfive JH7110 platform preferred boot hart implementation
2022-12-17 5:33 UTC (9+ messages)
` [PATCH v3 1/3] lib: sbi: Allow platform to influence cold boot HART selection
` [PATCH v3 2/3] platform: generic: Allow platform_override to select cold boot HART
` [PATCH v3 3/3] generic/starfive: Add Starfive JH7110 platform implementation
[PATCH v2 0/3] T-Head C9xx CLINT support
2022-12-17 5:29 UTC (9+ messages)
` [PATCH v2 1/3] lib: utils/ipi: mswi: add T-Head C9xx CLINT compatible
` [PATCH v2 2/3] lib: utils/timer: mtimer: add a quirk for lacking mtime register
` [PATCH v2 3/3] lib: utils/timer: mtimer: add T-Head C9xx CLINT compatible
[PATCH RFC v2 0/2] lib: sbi: add support for debug triggers
2022-12-13 19:43 UTC (6+ messages)
` [PATCH RFC v2 2/2] "
[PATCH v5 0/5] Add support for Renesas RZ/Five SoC
2022-12-12 13:28 UTC (2+ messages)
[PATCH v3 1/3] lib: sbi: Allow platform to influence cold boot HART selection
2022-12-12 7:03 UTC (6+ messages)
` [PATCH v3 3/3] generic/starfive: Add Starfive JH7110 platform implementation
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