messages from 2022-07-31 04:56:43 to 2022-09-08 13:42:41 UTC [more...]
[PATCH v3 0/5] Add support for T-HEAD C9xx PMU extensions
2022-09-08 13:42 UTC (5+ messages)
` [PATCH v3 1/5] lib: sbi: do platform-specific extension population earlier
` [PATCH v3 2/5] lib: sbi_pmu: move pmu irq information into pmu itself
` [PATCH v3 3/5] lib: sbi_pmu: add ability to override methods on non-standard platforms
` [PATCH v3 4/5] platform: generic: add extensions_init handler and platform-override
[PATCH 0/2] Add semihosting support in opensbi
2022-09-08 11:18 UTC (4+ messages)
` [PATCH 1/2] include: types: add __noinline macro
` [PATCH 2/2] lib: utils/serial: add semihosting support
[PATCH] lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
2022-09-05 13:13 UTC (2+ messages)
[PATCH 0/2] lib: sbi_misaligned_ldst: Set GVA if not emulating
2022-09-05 13:07 UTC (6+ messages)
` [PATCH 1/2] lib: sbi_trap: Add helper to get GVA in sbi_trap_regs
` [PATCH 2/2] lib: sbi_misaligned_ldst: Set GVA if not emulating
[PATCH 1/2] docs: pmu: fix Unmatched example typo
2022-09-02 7:41 UTC (5+ messages)
` [PATCH 2/2] docs: pmu: extend bindings example for Unmatched
` [PATCH v2 1/2] docs: pmu: fix Unmatched example typo
` [PATCH v2 2/2] docs: pmu: extend bindings example for Unmatched
[PATCH 0/7] OpenSBI PMU improvements
2022-09-01 11:30 UTC (11+ messages)
` [PATCH 1/7] lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_event
` [PATCH 2/7] lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()
` [PATCH 3/7] lib: sbi_pmu: Firmware counters are always 64 bits wide
` [PATCH 4/7] lib: sbi_pmu: Simplify FW counters to reduce memory usage
` [PATCH 5/7] lib: sbi_pmu: Add custom PMU device operations
` [PATCH 6/7] lib: sbi: Print platform PMU device at boot-time
` [PATCH 7/7] include: sbi: Reduce includes in sbi_pmu.h
[PATCH] include: Remove sideleg and sedeleg
2022-09-01 10:06 UTC (2+ messages)
[RFC PATCH 0/0] Move the address of FW_JUMP_FDT_ADDR forward
2022-08-29 6:13 UTC (4+ messages)
[PATCH v4] lib: utils: serial: Add Cadence UART driver
2022-08-23 3:48 UTC (7+ messages)
[PATCH v1] lib: sbi_illegal_insn: Fix FENCE.TSO emulation infinite trap loop
2022-08-22 3:31 UTC (4+ messages)
[PATCH v2 0/5] Set hstatus.GVA for traps going to HS-mode
2022-08-22 3:19 UTC (11+ messages)
` [PATCH v2 1/5] include: Add mstatus[h].GVA encodings
` [PATCH v2 2/5] lib: sbi_trap: Save mstatus[h].GVA in trap->gva
` [PATCH v2 3/5] lib: sbi: Set gva when creating sbi_trap_info
` [PATCH v2 4/5] lib: sbi_trap: Set hypervisor CSRs for HS-mode
` [PATCH v2 5/5] lib: sbi_trap: Set hstatus.GVA when going to HS-mode
[PATCH] lib: sbi: Use the official extension name for AIA M-mode CSRs
2022-08-18 19:25 UTC (3+ messages)
[PATCH v2 0/5] Add support for T-HEAD C9xx PMU extensions
2022-08-18 8:27 UTC (7+ messages)
` [PATCH v2 1/5] lib: sbi_platform: pass extension bitmap pointer to extension_init
` [PATCH v2 2/5] lib: sbi: do platform-specific extension population earlier
` [PATCH v2 3/5] platform: generic: add extensions_init handler and platform-override
` [PATCH v2 4/5] platform: generic: allwinner: add an extension for C9xx cores
` [PATCH v2 5/5] lib: sbi_pmu: add t-head pmu support
[PATCH v3] lib: utils: serial: Add Cadence UART driver
2022-08-12 10:26 UTC (2+ messages)
[PATCH v8 00/17] OpenSBI Kconfig Support
2022-08-08 4:06 UTC (19+ messages)
` [PATCH v8 01/17] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v8 02/17] Makefile: Add initial kconfig support for each platform
` [PATCH v8 03/17] Makefile: Compile lib/utils sources separately "
` [PATCH v8 04/17] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v8 05/17] lib: utils/reset: "
` [PATCH v8 06/17] lib: utils/sys: "
` [PATCH v8 07/17] lib: utils/timer: "
` [PATCH v8 08/17] lib: utils/ipi: "
` [PATCH v8 09/17] lib: utils/irqchip: "
` [PATCH v8 10/17] lib: utils/i2c: "
` [PATCH v8 11/17] lib: utils/gpio: "
` [PATCH v8 12/17] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v8 13/17] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v8 14/17] platform: generic: Use kconfig to set platform version and default name
` [PATCH v8 15/17] platform: Remove redundant config.mk from all platforms
` [PATCH v8 16/17] docs: Update documentation for kconfig support
` [PATCH v8 17/17] Makefile: Fix typo related to object.mk
[PATCH v7 00/17] OpenSBI Kconfig Support
2022-08-08 3:42 UTC (24+ messages)
` [PATCH v7 01/17] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v7 02/17] Makefile: Add initial kconfig support for each platform
` [PATCH v7 03/17] Makefile: Compile lib/utils sources separately "
` [PATCH v7 04/17] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v7 05/17] lib: utils/reset: "
` [PATCH v7 06/17] lib: utils/sys: "
` [PATCH v7 07/17] lib: utils/timer: "
` [PATCH v7 08/17] lib: utils/ipi: "
` [PATCH v7 09/17] lib: utils/irqchip: "
` [PATCH v7 10/17] lib: utils/i2c: "
` [PATCH v7 11/17] lib: utils/gpio: "
` [PATCH v7 12/17] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v7 13/17] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v7 14/17] platform: generic: Use kconfig to set platform version and default name
` [PATCH v7 15/17] platform: Remove redundant config.mk from all platforms
` [PATCH v7 16/17] docs: Update documentation for kconfig support
` [PATCH v7 17/17] Makefile: Fix typo related to object.mk
[PATCH v5 00/16] OpenSBI Kconfig Support
2022-08-04 14:26 UTC (26+ 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 v6 00/17] OpenSBI Kconfig Support
2022-08-04 12:04 UTC (18+ messages)
` [PATCH v6 01/17] scripts: Add Kconfiglib v14.1.0 under scripts directory
` [PATCH v6 02/17] Makefile: Add initial kconfig support for each platform
` [PATCH v6 03/17] Makefile: Compile lib/utils sources separately "
` [PATCH v6 04/17] lib: utils/serial: Use kconfig for enabling/disabling drivers
` [PATCH v6 05/17] lib: utils/reset: "
` [PATCH v6 06/17] lib: utils/sys: "
` [PATCH v6 07/17] lib: utils/timer: "
` [PATCH v6 08/17] lib: utils/ipi: "
` [PATCH v6 09/17] lib: utils/irqchip: "
` [PATCH v6 10/17] lib: utils/i2c: "
` [PATCH v6 11/17] lib: utils/gpio: "
` [PATCH v6 12/17] lib: utils/fdt: Use kconfig for enabling/disabling
` [PATCH v6 13/17] platform: generic: Use kconfig for enabling/disabling overrides
` [PATCH v6 14/17] platform: generic: Use kconfig to set platform version and default name
` [PATCH v6 15/17] platform: Remove redundant config.mk from all platforms
` [PATCH v6 16/17] docs: Update documentation for kconfig support
` [PATCH v6 17/17] Makefile: Fix typo related to object.mk
[PATCH 0/5] Set hstatus.GVA for traps going to HS-mode
2022-08-04 11:16 UTC (16+ messages)
` [PATCH 1/5] include: Add mstatus[h].GVA encodings
` [PATCH 2/5] lib: sbi_trap: Save mstatus[h].GVA in trap->gva
` [PATCH 3/5] lib: sbi: Set gva when creating sbi_trap_info
` [PATCH 4/5] lib: sbi_trap: Set hypervisor CSRs for HS-mode
` [PATCH 5/5] lib: sbi_trap: Set hstatus.GVA when going to HS-mode
[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 v4 00/15] OpenSBI Kconfig Support
2022-08-02 5:32 UTC (15+ messages)
` [PATCH v4 05/15] lib: utils/reset: Use kconfig for enabling/disabling drivers
` [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
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