messages from 2022-12-22 19:41:33 to 2023-01-16 09:01:09 UTC [more...]
[PATCH 0/6] Implement hart hotplug using HSM extension for
2023-01-16 9:01 UTC (13+ 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 v5] dt-bindings: riscv: add SBI PMU event mappings
2023-01-13 20:54 UTC
[PATCH v2] platform: generic: renesas: rzfive: Configure the Local memory regions as part of root domain
2023-01-13 16:47 UTC
[PATCH] lib: sbi_domain: Avoid overwriting coldboot hart's scratch->arg1
2023-01-13 13:25 UTC (5+ messages)
[PATCH 1/2] lib: utils: Add fdt_add_cpu_idle_states() helper function
2023-01-13 12:28 UTC (7+ messages)
` [PATCH 2/2] platform: generic: allwinner: Advertise nonretentive suspend
[PATCH] platform: generic: allwinner: Fix PLIC array bounds
2023-01-13 12:07 UTC (3+ messages)
[PATCH 1/1] platform: generic: allwinner: avoid buffer overrun
2023-01-13 12:04 UTC (19+ messages)
[PATCH 1/1] Add RISC-V TEE support
2023-01-13 11:59 UTC (11+ messages)
` 答复: "
` 答复: "
[PATCH v5 0/8] OpenSBI debug console support
2023-01-13 11:41 UTC (9+ messages)
` [PATCH v5 1/8] include: Add defines for SBI debug console extension
` [PATCH v5 2/8] lib: sbi: Add sbi_nputs() function
` [PATCH v5 3/8] lib: sbi: Add sbi_ngets() function
` [PATCH v5 4/8] lib: sbi: Add sbi_domain_check_addr_range() function
` [PATCH v5 5/8] lib: sbi: Implement SBI debug console extension
` [PATCH v5 6/8] lib: sbi: Add console_puts() callback in the console device
` [PATCH v5 7/8] lib: utils/serial: Implement console_puts() for semihosting
` [PATCH v5 8/8] lib: sbi: Speed-up sbi_printf() and friends using nputs()
[PATCH] platform: generic: renesas: rzfive: Configure the Local memory regions as part of root domain
2023-01-11 23:53 UTC (6+ messages)
[RFC PATCH v2 0/3] Renesas RZ/Five add support to configure PMA and add vendor specific SBI extension
2023-01-11 13:05 UTC (4+ messages)
` [RFC PATCH v2 1/3] platform: generic: renesas: rzfive: Add support to configure the PMA
` [RFC PATCH v2 2/3] platform: generic: renesas: rzfive: Configure the PMA region
` [RFC PATCH v2 3/3] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata
[PATCH 1/1] Add RISC-V TEE support
2023-01-11 2:08 UTC
[PATCH v2 0/9] Split region permissions into M-mode and SU-mode
2023-01-09 12:34 UTC (12+ messages)
` [PATCH v2 1/9] include: sbi: Fine grain the permissions for M and SU modes
` [PATCH v2 2/9] lib: sbi: Use finer permission semantics for address validation
` [PATCH v2 3/9] lib: sbi: Add permissions for the firmware start till end
` [PATCH v2 4/9] lib: sbi: Use finer permission sematics to decide on PMP bits
` [PATCH v2 5/9] lib: sbi: Modify the boot time region flag prints
` [PATCH v2 6/9] lib: utils: Use SU-{R/W/X} flags for region permissions during parsing
` [PATCH v2 7/9] lib: utils: Disallow non-root domains from adding M-mode regions
` [PATCH v2 8/9] lib: utils: Add M-mode {R/W} flags to the MMIO regions
` [PATCH v2 9/9] docs: Update domain's region permissions and requirements
[PATCH v4] dt-bindings: riscv: add SBI PMU event mappings
2023-01-09 11:58 UTC (6+ messages)
[PATCH] docs: domain_support: Use capital letter for privilege modes
2023-01-09 11:27 UTC (3+ messages)
[PATCH] lib: sbi_hsm: Rename 'priv' argument to 'arg1'
2023-01-09 11:26 UTC (4+ messages)
[PATCH v4 0/7] OpenSBI debug console support
2023-01-09 9:37 UTC (13+ 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/5] Split RX and RW regions for separate pmp entries
2023-01-09 8:40 UTC (6+ messages)
` [PATCH 1/5] firmware: Split RO/RX and RW sections
` [PATCH 2/5] firmware: Move dynsym and reladyn sections to RX section
` [PATCH 3/5] firmware: Add RW section offset in scratch
` [PATCH 4/5] lib: sbi: Print the RW section offset
` [PATCH 5/5] lib: sbi: Program separate pmp entries for text and data
[PATCH v3] dt-bindings: riscv: add SBI PMU event mappings
2023-01-09 8:02 UTC (4+ messages)
[PATCH 0/9] Split region permissions into M-mode and SU-mode
2023-01-09 5:19 UTC (21+ 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 v7 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
2023-01-07 10:34 UTC (9+ 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] lib: utils/sys: Allow custom HTIF base address for RV32
2023-01-06 12:38 UTC (3+ messages)
[PATCH] Makefile: Remove -N ldflag to prevent linker RWX warning
2023-01-06 12:27 UTC (3+ messages)
[PATCH] lib: utils/serial: Simplify semihosting_getc() function
2023-01-06 12:16 UTC (2+ messages)
[PATCH v2 Zisslpcfi 0/2] Support for zisslpcfi in opensbi
2023-01-06 12:05 UTC (3+ messages)
[PATCH] treewide: Replace TRUE/FALSE with true/false
2023-01-06 12:03 UTC (3+ messages)
[RFC PATCH 00/11] SBI system suspend (SUSP) extension
2023-01-06 11:34 UTC (13+ 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
` [RFC PATCH 08/11] lib: sbi: Add system_suspend_allowed domain property
` [RFC PATCH 09/11] lib: sbi: Implement system suspend
` [RFC PATCH 10/11] docs: Correct opensbi-domain property name
` [RFC PATCH 11/11] platform: generic: Add system suspend test
[PATCH] lib: sbi: Check pmp index for overflow before programming
2022-12-31 2:10 UTC (2+ messages)
[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 v2] dt-bindings: riscv: add SBI PMU event mappings
2022-12-27 20:17 UTC (3+ 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 (2+ 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 (6+ 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