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

[PATCH v5 0/5] Add support for T-HEAD C9xx PMU extensions
 2022-10-13  4:03 UTC  (9+ messages)
` [PATCH v5 1/5] lib: sbi_pmu: move pmu irq information into pmu itself
` [PATCH v5 2/5] lib: sbi_hart: move hart_features struct to a public location
` [PATCH v5 3/5] lib: sbi_platform: expose hart_features to extension_init callback
` [PATCH v5 4/5] platform: generic: add extensions_init handler and platform-override
` [PATCH v5 5/5] platform: generic: allwinner: add support for c9xx pmu

[PATCH] doc:fix some typos
 2022-10-13  4:01 UTC  (4+ messages)

[PATCH v5] docs/firmware: Update FW_JUMP documentation
 2022-10-13  3:55 UTC  (2+ messages)

[PATCH v3 00/13] Add Andes AE350 fdt driver support
 2022-10-13  3:46 UTC  (19+ messages)
` [PATCH v3 01/13] include: sbi: Fix typo in comment
` [PATCH v3 02/13] lib: "
` [PATCH v3 03/13] lib: sbi: Add sbi_domain_root_add_memrange() API
` [PATCH v3 04/13] platform: andes/ae350: Remove enabling cache from an350_final_init
` [PATCH v3 05/13] platform: andes/ae350: Use kconfig to set platform version and default name
` [PATCH v3 06/13] platform: andes/ae350: Use fdt serial driver
` [PATCH v3 07/13] lib: utils/timer: Add Andes fdt timer support
` [PATCH v3 08/13] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH v3 09/13] platform: andes/ae350: Use fdt irqchip driver
` [PATCH v3 10/13] platform: andes/ae350: Add fw_platform_init for platform initialization
` [PATCH v3 11/13] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH v3 12/13] platform: andes/ae350: Add AE350 domain support
` [PATCH v3 13/13] docs: andes-ae350.md: Update ae350 documentation for fdt driver support

[1/1] Makefile: Add cscope support
 2022-10-13  2:55 UTC  (2+ messages)

[PATCH v2 00/12] Add Andes AE350 fdt driver support
 2022-10-11 16:57 UTC  (24+ messages)
` [PATCH v2 01/12] platform: andes/ae350: Remove enabling cache from an350_final_init
` [PATCH v2 02/12] platform: andes/ae350: Use kconfig to set platform version and default name
` [PATCH v2 03/12] platform: andes/ae350: Use fdt serial driver
` [PATCH v2 04/12] lib: utils/timer: Add Andes fdt timer support
` [PATCH v2 05/12] lib: utils/timer: Add PLMT mmio region to root domain
` [PATCH v2 06/12] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH v2 07/12] platform: andes/ae350: Use fdt irqchip driver
` [PATCH v2 08/12] platform: andes/ae350: Add fw_platform_init for platform initialization
` [PATCH v2 09/12] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH v2 10/12] lib: utils/ipi: Add PLICSW mmio region to root domain
` [PATCH v2 11/12] platform: andes/ae350: Add AE350 domain support
` [PATCH v2 12/12] docs: andes-ae350.md: Update ae350 documentation for fdt driver support

[PATCH 0/3] Add Kconfig option for each extension
 2022-10-10 16:34 UTC  (4+ messages)
` [PATCH 1/3] Makefile: Add rules for carray sources in lib/sbi
` [PATCH 2/3] lib: sbi_ecall: Generate extensions list with carray
` [PATCH 3/3] lib: sbi_ecall: Add Kconfig option for each extension

[PATCH v4 0/5] Add support for T-HEAD C9xx PMU extensions
 2022-09-29 11:54 UTC  (16+ messages)
` [PATCH v4 1/5] lib: sbi: do platform-specific extension population earlier
` [PATCH v4 2/5] lib: sbi_pmu: move pmu irq information into pmu itself
` [PATCH v4 3/5] lib: sbi_pmu: add override for counter data
` [PATCH v4 4/5] platform: generic: add extensions_init handler and platform-override
` [PATCH v4 5/5] platform: generic: allwinner: add support for c9xx pmu

gdb needs an sbi extension
 2022-09-27 17:54 UTC 

[PATCH v4] docs/firmware: Update FW_JUMP documentation
 2022-09-27  5:30 UTC  (2+ messages)

[PATCH v3] docs/firmware: Update FW_JUMP documentation
 2022-09-27  3:20 UTC 

[PATCH v3 0/5] Add support for T-HEAD C9xx PMU extensions
 2022-09-25 13:56 UTC  (11+ 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 v3 5/5] platform: generic: allwinner: add support for c9xx pmu

[PATCH v2] docs/firmware: Update FW_JUMP documentation
 2022-09-22  8:09 UTC  (2+ messages)

[PATCH 00/12] Add Andes AE350 fdt driver support
 2022-09-22  6:33 UTC  (26+ messages)
` [PATCH 01/12] platform: ae350: Remove enabling cache from platform final initailzation
` [PATCH 02/12] platform: ae350: Use kconfig to set platform version and default name
` [PATCH 03/12] lib: utils/serial: Add Andes fdt serial driver support
` [PATCH 04/12] lib: utils/timer: Add Andes fdt timer support
` [PATCH 05/12] lib: utils/timer: Add PLMT mmio region to root domain
` [PATCH 06/12] lib: utils/reset: Add Andes fdt reset driver support
` [PATCH 07/12] platform: andes/ae350: Use fdt irqchip driver
` [PATCH 08/12] platform: ae350: Add fw_platform_init for platform initialization
` [PATCH 09/12] lib: utils/ipi: Add Andes fdt ipi driver support
` [PATCH 10/12] lib: utils/ipi: Add PLICSW mmio region to root domain
` [PATCH 11/12] platform: ae350: Add AE350 domain support
` [PATCH 12/12] docs: andes-ae350.md: Update ae350 documentation for fdt driver support

[PATCH 1/1] docs/firmware: Update FW_JUMP documentation
 2022-09-14 12:15 UTC  (7+ messages)

[PATCH v3 0/1] Add semihosting support in opensbi
 2022-09-14  4:35 UTC  (4+ messages)
` [PATCH v3] lib: utils/serial: add semihosting support

[PATCH] lib: sbi: Fix sbi_strnlen wrong count decrement
 2022-09-13 11:58 UTC  (3+ messages)

[PATCH v2] lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
 2022-09-13 11:52 UTC  (2+ messages)

[PATCH 0/2] lib: sbi_misaligned_ldst: Set GVA if not emulating
 2022-09-13 11:11 UTC  (8+ 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-13 11:07 UTC  (8+ 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] lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
 2022-09-13  9:10 UTC  (3+ messages)

[PATCH v2 0/1] Add semihosting support in opensbi
 2022-09-12 10:54 UTC  (3+ messages)
` [PATCH v2 1/1] lib: utils/serial: add semihosting support

[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 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  (3+ 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  (2+ 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  (6+ messages)
` [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


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