OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-09 05:37:28 to 2022-12-27 20:05:01 UTC [more...]

[PATCH v2] dt-bindings: riscv: add SBI PMU event mappings
 2022-12-27 20:05 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] "

[PATCH] Makefile: Remove -N ldflag to prevent linker RWX warning
 2022-12-25  3:22 UTC 

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 v6 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
 2022-12-23  7:07 UTC  (5+ 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

[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  (10+ 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] treewide: Replace TRUE/FALSE with true/false
 2022-12-21 15:31 UTC  (3+ messages)

[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  (27+ 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  (8+ messages)
` [PATCH RFC v2 2/2] "

[PATCH v5 0/5] Add support for Renesas RZ/Five SoC
 2022-12-12 13:28 UTC  (8+ messages)
` [PATCH v5 1/5] lib: utils: serial: Add Renesas SCIF driver
` [PATCH v5 2/5] lib: utils: serial: Add FDT driver for Renesas SCIF
` [PATCH v5 3/5] lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
` [PATCH v5 4/5] platform: generic: Add Renesas RZ/Five initial support
` [PATCH v5 5/5] docs: platform: Add documentation for Renesas RZ/Five SoC

[PATCH v3 1/3] lib: sbi: Allow platform to influence cold boot HART selection
 2022-12-12  7:03 UTC  (7+ messages)
` [PATCH v3 3/3] generic/starfive: Add Starfive JH7110 platform implementation

[PATCH 0/3] T-Head C9xx CLINT support
 2022-12-10 16:58 UTC  (6+ messages)
` [PATCH 1/3] lib: utils/ipi: mswi: add T-Head C9xx CLINT compatible
` [PATCH 2/3] lib: utils/timer: mtimer: add a quirk for lacking mtime register
` [PATCH 3/3] lib: utils/timer: mtimer: add T-Head C9xx CLINT compatible

[PATCH v2] scripts: use env to invoke bash
 2022-12-10 16:24 UTC  (3+ messages)

[PATCH v2] lib: utils/fdt: Add full valid detection for __fdt_parse_region
 2022-12-10 14:21 UTC  (2+ messages)

[PATCH v4 0/5] Add support for Renesas RZ/Five SoC
 2022-12-09 11:06 UTC  (4+ messages)
` [PATCH v4 5/5] docs: platform: Add documentation "

[PATCH] lib: sbi: Synchronize PMP settings with virtual memory system
 2022-12-09  8:56 UTC  (2+ messages)

[PATCH v2 0/3] lib: fix fdt functions
 2022-12-09  8:41 UTC  (7+ messages)
` [PATCH v2 1/3] lib: fix is_region_valid()
` [PATCH v2 2/3] lib: fix __fdt_parse_region()
` [PATCH v2 3/3] lib: fix irqchip_plic_update_hartid_table

[PATCH] platform: generic: Make use of fdt_match_node()
 2022-12-09  5:51 UTC  (2+ messages)

[RESEND PATCH v2 1/5] lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore helpers
 2022-12-09  5:37 UTC  (3+ messages)
` [RESEND PATCH v2 5/5] lib: utils/irqchip: plic: Ensure no out-of-bound access in context "


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