OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 10:13:59 to 2022-08-04 03:17:02 UTC [more...]

[PATCH 0/5] Set hstatus.GVA for traps going to HS-mode
 2022-08-04  3:17 UTC  (2+ messages)
` [PATCH 1/5] include: Add mstatus[h].GVA encodings

[RFC PATCH 0/3] Set hstatus.GVA when redirecting traps
 2022-08-03 14:31 UTC  (10+ messages)
` [RFC PATCH 1/3] include: Add mstatus[h].GVA encodings
` [RFC PATCH 2/3] lib: sbi_trap: Save mstatus.GVA in trap->gva
` [RFC PATCH 3/3] lib: sbi_trap: Set hstatus.GVA when redirecting

[PATCH v5 00/16] OpenSBI Kconfig Support
 2022-08-02  8:19 UTC  (21+ messages)
` [PATCH v5 01/16] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v5 02/16] Makefile: Add initial kconfig support for each platform
` [PATCH v5 03/16] Makefile: Compile lib/utils sources separately "
` [PATCH v5 04/16] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v5 05/16] lib: utils/reset: "
` [PATCH v5 06/16] lib: utils/sys: "
` [PATCH v5 07/16] lib: utils/timer: "
` [PATCH v5 08/16] lib: utils/ipi: "
` [PATCH v5 09/16] lib: utils/irqchip: "
` [PATCH v5 10/16] lib: utils/i2c: "
` [PATCH v5 11/16] lib: utils/gpio: "
` [PATCH v5 12/16] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v5 13/16] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v5 14/16] platform: generic: Use kconfig to set platform version and default name
` [PATCH v5 15/16] platform: Remove redundant config.mk from all platforms
` [PATCH v5 16/16] docs: Update documentation for kconfig support

[PATCH v4 00/15] OpenSBI Kconfig Support
 2022-08-02  5:32 UTC  (19+ messages)
` [PATCH v4 01/15] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v4 02/15] Makefile: Add initial kconfig support for each platform
` [PATCH v4 03/15] Makefile: Compile lib/utils sources separately "
` [PATCH v4 04/15] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v4 05/15] lib: utils/reset: "
` [PATCH v4 06/15] lib: utils/sys: "
` [PATCH v4 07/15] lib: utils/timer: "
` [PATCH v4 08/15] lib: utils/ipi: "
` [PATCH v4 09/15] lib: utils/irqchip: "
` [PATCH v4 10/15] lib: utils/i2c: "
` [PATCH v4 11/15] lib: utils/gpio: "
` [PATCH v4 12/15] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v4 13/15] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v4 14/15] platform: Remove redundant config.mk from all platforms
` [PATCH v4 15/15] docs: Update documentation for kconfig support

[PATCH v3] lib: sbi: Fix printf handling of long long
 2022-07-30 10:27 UTC  (3+ messages)

[PATCH v3 0/4] Miscellaneous PMU fixes
 2022-07-30 10:25 UTC  (10+ messages)
` [PATCH v3 1/4] lib: sbi: Fix counter index sanity check
` [PATCH v3 2/4] lib: sbi: Add the bound check for events during config match
` [PATCH v3 3/4] lib: sbi: Fix possible buffer overrun in counter validation
` [PATCH v3 4/4] lib: sbi: Fix fw_event_map initialization

[PATCH v3] lib: sbi: Fix sbi_snprintf
 2022-07-30 10:23 UTC  (2+ messages)

[PATCH 0/4] lib: utils/serial: Collection of UART code improvements
 2022-07-30 10:21 UTC  (22+ messages)
` [PATCH 1/4] lib: utils/fdt: Factor out common uart node code
` [PATCH 2/4] lib: utils/serial: Initialize platform_uart_data to zero
` [PATCH 3/4] lib: serial: Clean up coding style in sifive-uart.c
` [PATCH 4/4] lib: utils/serial: Ensure baudrate is non-zero before using

[PATCH v2] lib: sbi: Fix printf handling of long long
 2022-07-27 15:50 UTC  (2+ messages)

[PATCH] lib: sbi: Fix printf handling of long long
 2022-07-27 14:53 UTC  (5+ messages)

[PATCH v2] lib: sbi: Fix sbi_snprintf
 2022-07-27 13:56 UTC  (4+ messages)

[PATCH] lib: sbi: Fix sbi_snprintf
 2022-07-27 10:35 UTC  (5+ messages)

[PATCH v3] lib: utils/serial: Update Shakti UART based on latest implementation
 2022-07-21  6:59 UTC  (3+ messages)

[PATCH v2 0/4] Miscellaneous PMU fixes
 2022-07-20 19:37 UTC  (9+ messages)
` [PATCH v2 1/4] lib: sbi: Fix counter index sanity check
` [PATCH v2 2/4] lib: sbi: Add the bound check for events during config match
` [PATCH v2 3/4] lib: sbi: Fix possible buffer overrun in counter validation
` [PATCH v2 4/4] lib: sbi: Fix fw_event_map initialization

[PATCH v3 00/15] OpenSBI Kconfig Support
 2022-07-20 16:01 UTC  (19+ messages)
` [PATCH v3 01/15] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v3 02/15] Makefile: Add initial kconfig support for each platform
` [PATCH v3 03/15] Makefile: Compile lib/utils sources separately "
` [PATCH v3 04/15] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v3 05/15] lib: utils/reset: "
` [PATCH v3 06/15] lib: utils/sys: "
` [PATCH v3 07/15] lib: utils/timer: "
` [PATCH v3 08/15] lib: utils/ipi: "
` [PATCH v3 09/15] lib: utils/irqchip: "
` [PATCH v3 10/15] lib: utils/i2c: "
` [PATCH v3 11/15] lib: utils/gpio: "
` [PATCH v3 12/15] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v3 13/15] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v3 14/15] platform: Remove redundant config.mk from all platforms
` [PATCH v3 15/15] docs: Update documentation for kconfig support

[PATCH v2] lib: sbi_hart: Shorten the code to set MPV bit
 2022-07-20  4:39 UTC  (2+ messages)

[PATCH 1/2] lib: sbi: Add the bound check for firmware events
 2022-07-19 19:40 UTC  (8+ messages)
` [PATCH 2/2] lib: sbi: Fix counter index sanity check

[PATCH v2 00/14] OpenSBI Kconfig Support
 2022-07-19 12:59 UTC  (26+ messages)
` [PATCH v2 01/14] Makefile: Add initial kconfig support for each platform
` [PATCH v2 02/14] Makefile: Compile lib/utils sources separately "
` [PATCH v2 03/14] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v2 04/14] lib: utils/reset: "
` [PATCH v2 05/14] lib: utils/sys: "
` [PATCH v2 06/14] lib: utils/timer: "
` [PATCH v2 07/14] lib: utils/ipi: "
` [PATCH v2 08/14] lib: utils/irqchip: "
` [PATCH v2 09/14] lib: utils/i2c: "
` [PATCH v2 10/14] lib: utils/gpio: "
` [PATCH v2 11/14] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v2 12/14] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v2 13/14] platform: Remove redundant config.mk from all platforms
` [PATCH v2 14/14] docs: Update documentation for kconfig support

Is anyone seeing OpenSBI v1.0 flakiness?
 2022-07-18 23:17 UTC  (4+ messages)

[PATCH 00/14] OpenSBI Kconfig Support
 2022-07-18 14:44 UTC  (17+ messages)
` [PATCH 01/14] Makefile: Add initial kconfig support for each platform
` [PATCH 02/14] Makefile: Compile lib/utils sources separately "
` [PATCH 03/14] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH 04/14] lib: utils/reset: "
` [PATCH 05/14] lib: utils/sys: "
` [PATCH 06/14] lib: utils/timer: "
` [PATCH 07/14] lib: utils/ipi: "
` [PATCH 08/14] lib: utils/irqchip: "
` [PATCH 09/14] lib: utils/i2c: "
` [PATCH 10/14] lib: utils/gpio: "
` [PATCH 11/14] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH 12/14] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH 13/14] platform: Remove redundant config.mk from all platforms
` [PATCH 14/14] docs: Update documentation for kconfig support

[PATCH v2] lib: utils: serial: Add Cadence UART driver
 2022-07-15  8:32 UTC  (2+ messages)

[PATCH] lib: sbi_hart: Shorten the code to set MPV bit
 2022-07-14 16:37 UTC  (2+ messages)

[PATCH] platform: move da9063-reset driver to shareable code
 2022-07-12 13:07 UTC  (3+ messages)

[PATCH v2] lib: sbi: add check for ipi device for hsm start
 2022-07-11 10:13 UTC  (2+ messages)


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