messages from 2023-04-06 07:07:41 to 2023-05-24 07:30:00 UTC [more...]
[RFC PATCH 0/2] lib: reset: thead: Correct dts naming convention
2023-05-24 7:30 UTC (7+ messages)
` [RFC PATCH 1/2] lib: reset: thead: Remove unnecessary fence operations
` [RFC PATCH 2/2] lib: reset: thead: Correct the naming convention of dts
[PATCH v3 0/4] Miscellaneous
2023-05-24 6:28 UTC (8+ messages)
` [PATCH v3 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v3 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v3 3/4] lib: utils: Improve fdt_ipi
` [PATCH v3 4/4] lib: utils: Improve fdt_timer
reserved-memory nodes created by OpenSBI
2023-05-23 13:48 UTC (2+ messages)
[PATCH 1/3] platform: generic: thead: move to thead c9xx header to vendor specific postion
2023-05-23 10:26 UTC (8+ messages)
` [PATCH 2/3] platform: generic: thead: separate implement of thead c9xx pmu
` [PATCH 3/3] platform: generic: thead: add pmu detection for th1520
[PATCH 0/3] platform: generic: add T-HEAD th1520 soc support
2023-05-23 6:36 UTC
[PATCH v2 0/4] Miscellaneous
2023-05-22 5:10 UTC (5+ messages)
` [PATCH v2 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v2 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v2 3/4] lib: utils: Improve fdt_ipi
` [PATCH v2 4/4] lib: utils: Improve fdt_timer
[PATCH] Makefile: Dereference symlinks on install
2023-05-22 4:02 UTC (10+ messages)
` [PATCH v[3]] "
` [PATCH v4] "
[PATCH 0/4] Miscellaneous
2023-05-22 4:00 UTC (9+ messages)
` [PATCH 1/4] lib: sbi: Fix the hang condition of console init
` [PATCH 2/4] lib: utils: Improve fdt_serial_init
` [PATCH 3/4] lib: utils: Improve fdt_ipi
` [PATCH 4/4] lib: utils: Improve fdt_timer
[PATCH v6 0/7] lib: sbi: Ensure SBI extension is available
2023-05-21 15:32 UTC (16+ messages)
` [PATCH v6 1/7] lib: sbi: Introduce register_extensions extension callback
` [PATCH v6 2/7] lib: sbi: Narrow vendor extension range
` [PATCH v6 3/7] lib: sbi: pmu: Remove unnecessary probe function
` [PATCH v6 4/7] lib: sbi: Only register available extensions
` [PATCH v6 5/7] lib: sbi: Optimize probe of srst/susp
` [PATCH v6 6/7] lib: sbi: Remove 0/1 probe implementations
` [PATCH v6 7/7] lib: sbi: Document sbi_ecall_extension members
[PATCH v5 0/7] lib: sbi: Ensure SBI extension is available
2023-05-15 10:42 UTC (17+ messages)
` [PATCH v5 1/7] lib: sbi: Introduce register_extensions extension callback
` [PATCH v5 2/7] lib: sbi: Narrow vendor extension range
` [PATCH v5 3/7] lib: sbi: pmu: Remove unnecessary probe function
` [PATCH v5 4/7] lib: sbi: Only register available extensions
` [PATCH v5 5/7] lib: sbi: Optimize probe of srst/susp
` [PATCH v5 6/7] lib: sbi: Remove 0/1 probe implementations
` [PATCH v5 7/7] lib: sbi: Document sbi_ecall_extension members
[PATCH v4 0/3] lib: sbi: Ensure SBI extension is available
2023-05-15 6:01 UTC (8+ messages)
` [PATCH v4 1/3] lib: sbi: Don't register unavailable single ID extensions
` [PATCH v4 2/3] lib: sbi: Introduce register_extensions extension callback
` [PATCH v4 3/3] lib: sbi: Apply register_extensions to vendor extensions
[PATCH v3] lib: sbi: Ensure SBI extension is available
2023-05-11 14:52 UTC (5+ messages)
[PATCH] lib: sbi: Simplify BITS_PER_LONG definition
2023-05-11 7:28 UTC (3+ messages)
[PATCH 0/2] Miscellaneous
2023-05-11 7:26 UTC (6+ messages)
` [PATCH 1/2] lib: sbi: Remove unnecessary semicolon
` [PATCH 2/2] lib: sbi: Simplify sbi_ipi_process remove goto
[PATCH] lib: utils/irqchip: plic: support T-HEAD C910 PLIC
2023-05-08 16:02 UTC (3+ messages)
[PATCH v2] lib: sbi: Optimize probe of srst/susp
2023-05-02 15:55 UTC (3+ messages)
[PATCH v3] lib: sbi: Optimize probe of srst/susp
2023-05-02 15:51 UTC
[PATCH] lib: sbi: Optimize probe of srst
2023-05-01 12:11 UTC (2+ messages)
[PATCH v2] lib: sbi: Ensure SBI extension is available
2023-05-01 12:09 UTC (2+ messages)
[PATCH] lib: sbi: Ensure SBI extension is available
2023-04-28 11:05 UTC (13+ messages)
[PATCH 00/17] Introduce and use simple heap allocator
2023-04-25 12:32 UTC (18+ messages)
` [PATCH 01/17] platform: Allow platforms to specify heap size
` [PATCH 02/17] lib: sbi: Introduce simple heap allocator
` [PATCH 03/17] lib: sbi: Print scratch size and usage at boot time
` [PATCH 04/17] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH 05/17] lib: sbi: Use heap for root domain creation
` [PATCH 06/17] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH 07/17] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH 08/17] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH 09/17] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH 10/17] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH 11/17] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH 12/17] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH 13/17] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH 14/17] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH 15/17] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH 16/17] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH 17/17] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
[PATCH] lib: sbi: Don't check SBI error range for legacy console getchar
2023-04-20 8:47 UTC (2+ messages)
[1/1] lib: sbi: Add debug print when sbi_pmu_init fails
2023-04-19 5:57 UTC (2+ messages)
[PATCH v2 1/2] lib: sbi: Do not clear active_events for cycle/instret when stopping
2023-04-17 4:07 UTC (5+ messages)
` [PATCH v2 2/2] lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCH
[PATCH 1/2] firmware: Optimize loading relocation type
2023-04-17 3:49 UTC (8+ messages)
` [PATCH 2/2] firmware: Change to use positive offset to access relocation entries
[PATCH v10] platform: generic: andes/renesas: Add SBI EXT to check for enabling IOCP errata
2023-04-14 12:11 UTC (5+ messages)
[PATCH v6] lib: sbi: Optimize sbi_tlb queue waiting
2023-04-14 11:50 UTC (2+ messages)
[PATCH v5 0/4] Miscellaneous about sbi_tlb and sbi_ipi
2023-04-13 11:39 UTC (9+ messages)
` [PATCH v5 1/4] lib: sbi: Optimize sbi_tlb
` [PATCH v5 2/4] lib: sbi: Optimize sbi_ipi
` [PATCH v5 3/4] sbi: tlb: Simplify to tlb_process_count/tlb_process function
` [PATCH v5 4/4] lib: sbi: Optimize sbi_tlb queue waiting
[1/1] lib: utils/fdt: Parse for UART "clocks" property if "clock-frequency" is absent
2023-04-12 5:35 UTC (4+ messages)
[PATCH v4 0/4] Miscellaneous about sbi_tlb and sbi_ipi
2023-04-11 4:40 UTC (9+ messages)
` [PATCH v4 2/4] lib: sbi: Optimize sbi_ipi
` [PATCH v4 3/4] lib: sbi: rename function of sbi_ipi
[PATCH v2 1/1] lib: utils: fdt_fixup: avoid buffer overrun
2023-04-07 5:58 UTC (2+ messages)
[PATCH v5] docs: Correct FW_JUMP_FDT_ADDR calculation example
2023-04-07 5:46 UTC (2+ messages)
[PATCH] sbi/sbi_pmu.c: Align the event type offset as per SBI specification
2023-04-07 4:48 UTC (2+ messages)
[RFC PATCH v5 0/4] Add CPPC extension support in OpenSBI
2023-04-07 4:31 UTC (7+ messages)
` [RFC PATCH v5 1/4] include: Add defines for SBI CPPC extension
` [RFC PATCH v5 2/4] lib: sbi: Implement "
` [RFC PATCH v5 3/4] lib: sbi: Print the CPPC device name
[PATCH v9] platform: generic: andes/renesas: Add SBI EXT to check for enabling IOCP errata
2023-04-06 19:31 UTC (4+ messages)
[PATCH] lib: sbi_hart: clear mip csr during hart init
2023-04-06 13:37 UTC (2+ messages)
[PATCH 1/2] lib: sbi: Introduce sbi_entry_count() function
2023-04-06 13:19 UTC (4+ messages)
` [PATCH 2/2] lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplug
[PATCH v2] lib: sbi: Fix how to check whether the domain contains fw_region
2023-04-06 13:14 UTC (2+ messages)
[PATCH v2] lib: sbi_scratch: Optimize the alignment code for alloc size
2023-04-06 10:36 UTC (2+ messages)
[PATCH v8] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata
2023-04-06 9:37 UTC (3+ messages)
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