OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-19 15:57:22 to 2022-04-07 09:54:50 UTC [more...]

[PATCH v3 0/3] RISC-V Smstateen support
 2022-04-07  9:54 UTC  (6+ messages)
` [PATCH v3 1/3] lib: sbi: Add Smstateen extension defines
` [PATCH v3 2/3] lib: sbi: Detect Smstateen CSRs at boot-time
` [PATCH v3 3/3] lib: irqchip/imsic: configure mstateen

[PATCH v2 0/3] RISC-V Smstateen support
 2022-04-05 15:55 UTC  (6+ messages)
` [PATCH v2 1/3] lib: sbi: Add Smstateen extension defines
` [PATCH v2 2/3] lib: sbi: Detect Smstateen CSRs at boot-time
` [PATCH v2 3/3] lib: irqchip/imsic: configure mstateen

[RFC PATCH v1 0/3] RISC-V Smstateen support
 2022-04-05  3:32 UTC  (7+ messages)
` [RFC PATCH v1 1/3] lib: sbi: Add Smstateen extension defines
` [RFC PATCH v1 2/3] lib: sbi: Detect Smstateen CSRs at boot-time
` [RFC PATCH v1 3/3] lib: sbi: configure mstateen

[PATCH 0/4] Configure Zicbo[m|z] and Svpbmt in menvcfg CSR
 2022-04-05  3:28 UTC  (16+ messages)
` [PATCH 1/4] include: Add defines for [m|h|s]envcfg CSRs
` [PATCH 2/4] lib: sbi: Detect menvcfg CSR at boot time
` [PATCH 3/4] lib: sbi: Enable Zicbo[m|z] extensions in the menvcfg CSR
` [PATCH 4/4] lib: sbi: Enable Svpbmt extension "

[PATCH 1/2] platform: add a vendor_ext_provider override
 2022-04-01 16:39 UTC  (5+ messages)
` [PATCH 2/2] platform: add thead-c9xx specific platform-overrides

[PATCH V4] include: Add check for offset fw_dynamic_info
 2022-03-27 15:29 UTC  (2+ messages)

[PATCH V2] include: Add check for offset of sbi_platform
 2022-03-27  8:36 UTC 

[PATCH V3] include: Add check for offset of sbi_scratch
 2022-03-27  8:33 UTC 

[PATCH V5] include: Add check for offset of fw_dynamic_info
 2022-03-27  8:29 UTC 

[PATCH V3] include: Add check for offset fw_dynamic_info
 2022-03-27  8:22 UTC 

[PATCH V2] sbi: Prevent modification of struct fw_dynamic_info from affecting FW_DYNAMIC_INFO_xxx_OFFSET
 2022-03-27  4:30 UTC  (2+ messages)

[PATCH V2] sbi: Prevent modification of struct sbi_scratch from affecting SBI_SCRATCH_xxx_OFFSET
 2022-03-27  4:29 UTC  (2+ messages)

[PATCH] sbi: Prevent modification of struct sbi_platform from affecting SBI_PLATFORM_xxx_OFFSET
 2022-03-27  4:27 UTC  (2+ messages)

[PATCH 1/3] lib: pmp_set/pmp_get moved errors from runtime to compile time
 2022-03-27  3:30 UTC  (9+ messages)
` [PATCH 2/3] firmware: Fix code for accessing hart_count and stack_size to be more flexible
` [PATCH 3/3] lib: Add error messages via conditional compilation for the future

[PATCH] sbi: Prevent modification of struct fw_dynamic_info from affecting FW_DYNAMIC_INFO_xxx_OFFSET
 2022-03-16  4:49 UTC 

[PATCH] sbi: Prevent modification of struct sbi_scratch from affecting SBI_SCRATCH_xxx_OFFSET
 2022-03-16  4:35 UTC 

[PATCH v1 0/2] Sstc extension support
 2022-03-06 16:47 UTC  (13+ messages)
` [PATCH v1 1/2] lib/sbi: Implement menvcfg CSR
` [PATCH v1 2/2] lib: sbi: Implement Sstc extension

[PATCH v1 0/2] Sstc extension support
 2022-02-28  8:29 UTC  (3+ messages)
` [PATCH v1 1/2] lib/sbi: Implement menvcfg CSR
` [PATCH v1 2/2] lib: sbi: Implement Sstc extension

[PATCH v2] lib: utils: serial: Initial commit of xlnx-uartlite
 2022-02-28  4:24 UTC  (2+ messages)

[PATCH] lib: sbi: Add a simple external interrupt handling framework
 2022-02-28  4:17 UTC  (5+ messages)

[PATCH] lib: utils: serial: Initial commit of xlnx-uartlite
 2022-02-23  8:05 UTC  (2+ messages)

[PATCH] lib: sbi: Enable M-mode external interrupt only for AIA
 2022-02-18 18:20 UTC  (8+ messages)

[PATCH 0/3] sbi_domain fixes
 2022-02-18  9:12 UTC  (16+ messages)
` [PATCH 1/3] lib: sbi: fix typo in is_region_subset
` [PATCH 2/3] lib: sbi: verbose sbi_domain_root_add_memregion
` [PATCH 3/3] lib: utils/timer: check if addr exists

riscv_encoding.h: double definition upon integration with other projects
 2022-02-18  3:42 UTC  (2+ messages)

[PATCH v2 00/13] OpenSBI RISC-V AIA Support
 2022-02-15 15:25 UTC  (36+ messages)
` [PATCH v2 01/13] include: sbi: Add AIA related CSR defines
` [PATCH v2 02/13] lib: sbi: Detect AIA CSRs at boot-time
` [PATCH v2 03/13] lib: sbi: Use AIA CSRs for local interrupts when available
` [PATCH v2 04/13] lib: sbi: Add sbi_trap_set_external_irqfn() API
` [PATCH v2 05/13] lib: utils/irqchip: Allow multiple FDT irqchip drivers
` [PATCH v2 06/13] include: sbi: Introduce nascent_init() platform callback
` [PATCH v2 07/13] lib: sbi: Enable mie.MEIE bit for IPIs based on external interrupts
` [PATCH v2 08/13] lib: utils/irqchip: Add IMSIC library
` [PATCH v2 09/13] lib: utils/irqchip: Add FDT based driver for IMSIC
` [PATCH v2 10/13] lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()
` [PATCH v2 11/13] lib: utils/irqchip: Add APLIC initialization library
` [PATCH v2 12/13] lib: utils/irqchip: Add FDT based driver for APLIC
` [PATCH v2 13/13] lib: utils: Disable appropriate APLIC DT nodes in fdt_fixups()

[PATCH 03/13] lib: sbi: Use AIA CSRs for local interrupts when available
 2022-02-09 12:46 UTC  (20+ messages)
` [PATCH 05/13] lib: utils/irqchip: Allow multiple FDT irqchip drivers
` [PATCH 06/13] include: sbi: Introduce nascent_init() platform callback
` [PATCH 07/13] lib: sbi: Enable mie.MEIE bit for IPIs based on external interrupts
` [PATCH 08/13] lib: utils/irqchip: Add IMSIC library
` [PATCH 10/13] lib: utils: Disable appropriate IMSIC DT nodes in fdt_fixups()
` [PATCH 13/13] lib: utils: Disable appropriate APLIC "

[PATCH 00/13] OpenSBI RISC-V AIA Support
 2022-02-09 11:30 UTC  (3+ messages)
` [PATCH 02/13] lib: sbi: Detect AIA CSRs at boot-time

[PATCH] lib: utils/serial: Round UART8250 baud rate divisor to nearest integer
 2022-02-04  5:48 UTC  (4+ messages)

[PATCH] lib: fix compilation when strings.h is included
 2022-02-04  5:38 UTC  (4+ messages)

[PATCH] Makefile: fix build with binutils 2.38
 2022-02-04  5:30 UTC  (8+ messages)

[PATCH v1 0/3] Miscellaneous PMU fixes
 2022-02-04  4:47 UTC  (10+ messages)
` [PATCH v1 1/3] lib: sbi: Map only the counters enabled in hardware
` [PATCH v1 2/3] lib: sbi: Disable interrupt during config matching
` [PATCH v1 3/3] lib: sbi: Disable interrupt and inhibit counting in M-mode during init

[PATCH] Makefile: fix build with binutils 2.38
 2022-01-28 15:32 UTC  (2+ messages)

[PATCH] lib: fix compilation when strings.h is included
 2022-01-28  5:06 UTC  (7+ messages)
    ` Fwd: "

[PATCH v5] lib: fix pointer of type 'void *' used in arithmetic
 2022-01-21 17:39 UTC  (3+ messages)

[PATCH 1/2] platform: sifive_fu740: do not use a global in da9063_reset/shutdown
 2022-01-21 16:22 UTC  (9+ messages)
` [PATCH 2/2] platform: sifive_fu740: fix reset when watchdog is running


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