messages from 2024-11-11 22:02:50 to 2024-12-15 06:03:13 UTC [more...]
[PATCH v2 0/2] OpenSBI LLVM related fixes
2024-12-15 6:03 UTC (8+ messages)
` [PATCH v2 1/2] lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
` [PATCH v2 2/2] Makefile: Don't enable V-extension using -march option
[BUG report] boot fail with V extension
2024-12-15 1:38 UTC
Upcoming OpenSBI v1.6 release
2024-12-14 6:58 UTC
[PATCH v2 1/2] Cleanup int vs bool in semihosting_init() definitions
2024-12-13 4:45 UTC (3+ messages)
` [PATCH v2 2/2] Fix compiling with C23 enabled compilers
[PATCH v3 0/5] lib: sbi: sse: rework event availability
2024-12-12 20:34 UTC (6+ messages)
` [PATCH v3 1/5] lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
` [PATCH v3 2/5] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v3 3/5] lib: sbi: sse: rework event availability
` [PATCH v3 4/5] lib: sbi: pmu: add an sse .is_supported_cb callback implementation
` [PATCH v3 5/5] lib: sbi: sse: set non-software events as unsupported
[PATCH v2 0/4] lib: sbi: sse: rework event availability
2024-12-12 8:27 UTC (11+ messages)
` [PATCH v2 1/4] lib: sbi: sse: return an error value from sse_event_get()
` [PATCH v2 2/4] lib: sbi: sse: rework event availability
` [PATCH v2 3/4] lib: sbi: sse: add a is_supported_cb() callback
` [PATCH v2 4/4] lib: sbi: pmu: add an sse .is_supported_cb callback implementation
[PATCH 1/2] lib: utils/serial: Cleanup int vs bool in semihosting_init() definitions
2024-12-12 4:36 UTC (5+ messages)
` [PATCH 2/2] include: Fix compiling bool with C23 enabled compilers
[PATCH 0/2] OpenSBI LLVM related fixes
2024-12-11 3:25 UTC (10+ messages)
` [PATCH 1/2] lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
` [PATCH 2/2] Makefile: Don't enable V-extension using -march option
[PATCH 0/3] lib: sbi: fix PMU SSE event handling
2024-12-10 9:48 UTC (20+ messages)
` [PATCH 1/3] lib: sbi: sse: Return a value from the register callback
` [PATCH 2/3] lib: sbi: sse: Disable injection if callbacks are set
` [PATCH 3/3] lib: sbi: pmu: Set a SSE register_cb() for event availability
[PATCH 0/1] Add a SBOM template in CycloneDX format
2024-12-09 16:59 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH v2] lib: sbi_misaligned_ldst: Add handling of vector load/store
2024-12-09 15:43 UTC (11+ messages)
[PATCH v2 00/17] RPMI and SBI MPXY support for OpenSBI
2024-12-06 11:32 UTC (21+ messages)
` [PATCH v2 01/17] lib: Increase ROOT_REGION_MAX to accomodate more memregions
` [PATCH v2 02/17] lib: utils/mailbox: Add generic mailbox library
` [PATCH v2 03/17] lib: utils/mailbox: Add simple FDT based mailbox framework
` [PATCH v2 04/17] lib/utils: Add RPMI messaging protocol and shared memory transport support
` [PATCH v2 05/17] lib/utils: reset: Add RPMI System Reset driver
` [PATCH v2 06/17] lib: utils: Add simple FDT based system suspend driver framework
` [PATCH v2 07/17] lib: utils/suspend: Add RPMI system suspend driver
` [PATCH v2 08/17] lib: sbi: Add optional resume address to hart suspend
` [PATCH v2 09/17] lib: utils/fdt: Allow dynamic registration of FDT fixup callbacks
` [PATCH v2 10/17] lib: utils: Add simple FDT based HSM driver framework
` [PATCH v2 11/17] lib: utils/hsm: Add RPMI HSM driver
` [PATCH v2 12/17] lib: utils: Add simple FDT based CPPC driver framework
` [PATCH v2 13/17] lib: utils/cppc: Add RPMI CPPC driver
` [PATCH v2 14/17] lib: sbi: Add SBI Message Proxy (MPXY) framework
` [PATCH v2 15/17] lib: sbi: Implement SBI MPXY extension
` [PATCH v2 16/17] lib: utils: Add simple FDT based MPXY driver framework
` [PATCH v2 17/17] lib: utils/mpxy: Add RPMI client driver for MPXY
[PATCH 1/1] lib: sbi_misaligned_ldst: Add handling of vector load/store
2024-12-06 4:06 UTC (12+ messages)
[PATCH 0/2] PMU related minor fixes
2024-12-05 0:43 UTC (3+ messages)
` [PATCH 1/2] lib: sbi_pmu: Fix the sanity check condition for hw event map
` [PATCH 2/2] lib: sbi_pmu: Verify the raw events first during event info
[PATCH 0/5] Implement PMU enhancements in SBI v3.0
2024-12-03 0:39 UTC (20+ messages)
` [PATCH 1/5] lib: sbi_pmu: PMU raw event v2 support
` [PATCH 2/5] lib: sbi_pmu: Remove redundant check for fw events
` [PATCH 3/5] lib: sbi_pmu: Add SBI PMU event info function details
` [PATCH 4/5] lib: sbi_pmu: Implement SBI PMU event info function
` [PATCH 5/5] include: sbi: Change spec version to 3.0
updated change to build
2024-12-02 11:03 UTC (6+ messages)
` [RFC 1/5] add build container for ubunti 18.04
` [RFC 2/5] add ~ files to .gitignore
` [RFC 3/5] remove carry output if scripts/carray.sh fails
` [RFC 4/5] script/carry.sh: send error to stderr
` [RFC 5/5] scripts/carray: change to using single awk invocation to generate .c
[PATCH v2] Makefile: Fix POSIX grep for multiple patterns
2024-12-01 13:28 UTC (2+ messages)
[PATCH] scripts/carray: change to using single .awk script to generate .c
2024-12-01 11:18 UTC (5+ messages)
[PATCH 0/2] lib: sbi: fixes a few SSE errors
2024-11-29 15:41 UTC (7+ messages)
` [PATCH 1/2] lib: sbi: fix GLOBAL_PLAT_DEFINE
` [PATCH 2/2] lib: sbi: sse: Fix a6 and a7 register content upon injection
[PATCH v2 00/11] Deduplicate driver initialization code
2024-11-28 17:45 UTC (31+ messages)
` [PATCH v2 01/11] treewide: Make carray arrays const and NULL-terminated
` [PATCH v2 02/11] lib: utils/fdt: Add helpers for generic driver initialization
` [PATCH v2 03/11] scripts/carray.sh: Avoid useless use of cat
` [PATCH] scripts/carray: change to using single .awk script to generate .c
` [PATCH v2 04/11] scripts/carray.sh: Allow referencing a struct member
` [PATCH v2 05/11] lib: utils/gpio: Use fdt_driver for initialization
` [PATCH v2 06/11] lib: utils/i2c: "
` [PATCH v2 07/11] lib: utils/ipi: "
` [PATCH v2 08/11] lib: utils/regmap: "
` [PATCH v2 09/11] lib: utils/reset: "
` [PATCH v2 10/11] lib: utils/serial: "
` [PATCH v2 11/11] lib: utils/timer: "
[PATCH] sbi: fwft: clear the config lock when warm boot
2024-11-28 6:44 UTC (5+ messages)
[PATCH] Makefile: Fix POSIX grep alternation regex
2024-11-28 6:40 UTC (4+ messages)
[PATCH 0/9] Manage irqchip driver lifecycle from SBI core
2024-11-28 6:25 UTC (21+ messages)
` [PATCH 1/9] lib: utils/irqchip: plic: Allow enabling IRQs by default
` [PATCH 2/9] lib: utils/irqchip: plic: Move delegation to base PLIC driver
` [PATCH 3/9] lib: utils/irqchip: plic: Provide a hartindex to context map
` [PATCH 4/9] lib: utils/irqchip: plic: Common PM save/restore
` [PATCH 5/9] lib: utils/irqchip: Move per-hart data from fdt_plic to plic
` [PATCH 6/9] lib: sbi_irqchip: Register devices during cold init
` [PATCH 7/9] lib: sbi_irqchip: Call driver warm_init from SBI core
` [PATCH 8/9] platform: Drop irqchip warm init and exit hooks
` [PATCH 9/9] lib: sbi_irqchip: Set the IRQ handler when registering a chip
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