OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-03 21:39:29 to 2022-12-21 10:24:50 UTC [more...]

[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

[RFC PATCH] platform: generic: renesas: Add support to configure the PMA
 2022-12-21  1:23 UTC  (4+ messages)

[PATCH v4 0/3] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
 2022-12-20 12:50 UTC  (12+ 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 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 "

Upcoming OpenSBI v1.2 release
 2022-12-17  5:41 UTC 

[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  (11+ 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 Zisslpcfi 0/2] Support for zisslpcfi in opensbi
 2022-12-12  5:33 UTC  (4+ 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 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  (8+ messages)
` [PATCH v4 1/5] lib: utils: serial: Add Renesas SCIF driver
` [PATCH v4 2/5] lib: utils: serial: Add FDT driver for Renesas SCIF
` [PATCH v4 3/5] lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
` [PATCH v4 4/5] platform: generic: Add Renesas RZ/Five initial support
` [PATCH v4 5/5] docs: platform: Add documentation for Renesas RZ/Five SoC

[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  (9+ 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  (11+ messages)
` [RESEND PATCH v2 2/5] lib: utils/irqchip: plic: Ensure no out-of-bound access "
` [RESEND PATCH v2 3/5] lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()
` [RESEND PATCH v2 4/5] lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore helpers
` [RESEND PATCH v2 5/5] lib: utils/irqchip: plic: Ensure no out-of-bound access "

[PATCH] scripts: use env to invoke bash
 2022-12-08 15:20 UTC  (2+ messages)

[PATCH] lib: utils/fdt: Add full valid detection for __fdt_parse_region
 2022-12-07 17:12 UTC 

[PATCH 0/3] lib: fix fdt functions
 2022-12-07 17:02 UTC  (9+ messages)
` [PATCH 1/3] lib: fix is_region_valid()
` [PATCH 2/3] lib: fix __fdt_parse_region()
` [PATCH 3/3] lib: fix irqchip_plic_update_hartid_table

[PATCH] lib: sbi: Bypass CY and IR bit setting in mcountinhibit
 2022-12-07  9:35 UTC  (5+ messages)

[PATCH v3 0/6] Add support for Renesas RZ/Five SoC
 2022-12-05 13:47 UTC  (11+ messages)
` [PATCH v3 2/6] lib: utils: serial: Add FDT driver for Renesas SCIF
` [PATCH v3 4/6] platform: generic: Add Renesas RZ/Five initial support
` [PATCH v3 6/6] platform: generic: Drop root_offset parameter from fw_platform_lookup_special()

[PATCH 1/1] gitignore: add vim swap files
 2022-12-05 12:31 UTC  (4+ messages)

[PATCH] lib: utils: Add fdt_fixup_node() helper function
 2022-12-05 12:26 UTC  (2+ messages)

[PATCH v2 0/4] Enable generic platform support for AE350
 2022-12-05 12:11 UTC  (9+ messages)
` [PATCH v2 1/4] platform: generic/andes: "
` [PATCH v2 2/4] docs: platform: Update AE350 and generic platform documentation
` [PATCH v2 3/4] docs: andes-ae350.md: fix watchdog nodename in dts example
` [PATCH v2 4/4] scripts/create-binary-archive.sh: remove andes/ae350 build directory

[PATCH 0/4] Enable generic platform support for AE350
 2022-12-05  9:38 UTC  (4+ messages)
` [PATCH 2/4] docs: platform: Update AE350 and generic platform documentation

[PATCH 0/1] firmware: Minor optimization for relocate
 2022-12-05  5:23 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] lib: fixes for fdt functions
 2022-12-05  5:15 UTC  (2+ messages)

[PATCH 0/3] Query Compiler Features for Better Disassembling
 2022-12-05  4:38 UTC  (6+ messages)
` [PATCH 1/3] lib: sbi: Optionally use ".insn" instead of ".word"
` [PATCH v2 0/3] Query Compiler Features for Better Disassembling
  ` [PATCH v2 2/3] lib: sbi: Optionally use ".option arch,+h"

[PATCH v2 0/3] Some optimizations and bug fixes about sbi_domain
 2022-12-05  0:25 UTC  (8+ messages)
` [PATCH v2 1/3] lib: sbi: Simplified mmio match checking
` [PATCH v2 2/3] lib: sbi: add in_region
` [PATCH v2 3/3] lib: sbi: fix is_region_valid

[PATCH] Makefile: bugfix for handling platform paths
 2022-12-04 15:32 UTC  (3+ messages)

[PATCH] Makefile: replace `echo` with `printf` for compatibility
 2022-12-04 15:18 UTC  (2+ messages)

[PATCH] platform: generic/allwinner: Remove ghostly type cast
 2022-12-04 15:05 UTC  (2+ messages)

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


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