Show patches with: Submitter = Anup Patel       |    Archived = No       |   381 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
platform: generic: Fix fw_platform_coldboot_harts_init() function platform: generic: Fix fw_platform_coldboot_harts_init() function - 1 - - --- 2024-08-25 Anup Patel New
[16/16] lib: utils/mpxy: Add RPMI client driver for MPXY RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[15/16] lib: utils: Add simple FDT based MPXY driver framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[14/16] lib: sbi: Implement SBI MPXY extension RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[13/16] lib: sbi: Add SBI Message Proxy (MPXY) framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[12/16] lib: utils/cppc: Add RPMI CPPC driver RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[11/16] lib: utils: Add simple FDT based CPPC driver framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[10/16] lib: utils/hsm: Add RPMI HSM driver RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[09/16] lib: sbi: Add optional resume address to hart suspend RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[08/16] lib: utils: Add simple FDT based HSM driver framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[07/16] lib: utils/suspend: Add RPMI system suspend driver RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[06/16] lib: utils: Add simple FDT based system suspend driver framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[05/16] lib/utils: reset: Add RPMI System Reset driver RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[04/16] lib/utils: Add RPMI messaging protocol and shared memory transport support RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[03/16] lib: utils/mailbox: Add simple FDT based mailbox framework RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[02/16] lib: utils/mailbox: Add generic mailbox library RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[01/16] lib: Increase ROOT_REGION_MAX to accomodate more memregions RPMI and SBI MPXY support for OpenSBI - - - - --- 2024-08-06 Anup Patel New
[6/6] lib: sbi: Introduce an early console buffer for caching early prints Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
[5/6] include: sbi: Add macros to create FIFO as local or global variable Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
[4/6] lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue() Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
[3/6] lib: sbi: Optimize fifo enqueue/dequeue for basic data types Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
[2/6] lib: sbi: Remove sbi_console_init() and console_init() platform callback Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
[1/6] platform: Setup serial console device in early_init() Early console buffer for OpenSBI - - 1 - --- 2024-07-05 Anup Patel Accepted
lib: utils/fdt: Fix DT property for APLIC delegation lib: utils/fdt: Fix DT property for APLIC delegation - 1 - - --- 2024-06-05 Anup Patel Accepted
firmware: Bring back FW_TEXT_START as an optional parameter firmware: Bring back FW_TEXT_START as an optional parameter - 1 - 1 --- 2024-05-15 Anup Patel Accepted
lib: sbi: Put event after use in sbi_sse_exit() loop lib: sbi: Put event after use in sbi_sse_exit() loop - 1 1 - --- 2024-05-09 Anup Patel Accepted
[2/2] lib: sbi: Wakeup non-coldboot HARTs early in the coldboot path Coldboot wait improvements - - - - --- 2024-03-19 Anup Patel Accepted
[1/2] lib: sbi: Simplify wait_for_coldboot() implementation Coldboot wait improvements - - - - --- 2024-03-19 Anup Patel Accepted
[v3,10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap Improve trap handling for nested traps - - - 1 --- 2024-03-17 Anup Patel Accepted
[v3,09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler() Improve trap handling for nested traps - - 2 1 --- 2024-03-17 Anup Patel Accepted
[v3,08/10] lib: sbi: Remove regs parameter from trap irq handling functions Improve trap handling for nested traps - - 1 1 --- 2024-03-17 Anup Patel Accepted
[v3,07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process() Improve trap handling for nested traps - - 2 1 --- 2024-03-17 Anup Patel Accepted
[v3,06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler() Improve trap handling for nested traps - - 1 1 --- 2024-03-17 Anup Patel Accepted
[v3,05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers Improve trap handling for nested traps - - 2 1 --- 2024-03-17 Anup Patel Accepted
[v3,04/10] lib: sbi: Introduce trap context Improve trap handling for nested traps - - 1 1 --- 2024-03-17 Anup Patel Accepted
[v3,03/10] include: sbi: Add trap_context pointer in struct sbi_scratch Improve trap handling for nested traps - - 1 1 --- 2024-03-17 Anup Patel Accepted
[v3,02/10] lib: sbi: Remove sbi_trap_exit() and related code Improve trap handling for nested traps - - 1 1 --- 2024-03-17 Anup Patel Accepted
[v3,01/10] lib: sbi: Remove epc from struct sbi_trap_info Improve trap handling for nested traps - - 1 - --- 2024-03-17 Anup Patel Accepted
[v2,10/10] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap Improve trap handling for nested traps - - - 1 --- 2024-03-12 Anup Patel Superseded
[v2,09/10] lib: sbi: Pass trap context pointer to sbi_ecall_handler() Improve trap handling for nested traps - - 2 - --- 2024-03-12 Anup Patel Superseded
[v2,08/10] lib: sbi: Remove regs parameter from trap irq handling functions Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[v2,07/10] lib: sbi: Remove regs paramter of sbi_irqchip_process() Improve trap handling for nested traps - - 2 - --- 2024-03-12 Anup Patel Superseded
[v2,06/10] lib: sbi: Simplify parameters of sbi_illegal_insn_handler() Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[v2,05/10] lib: sbi: Simplify parameters of misaligned and access fault handlers Improve trap handling for nested traps - - 2 - --- 2024-03-12 Anup Patel Superseded
[v2,04/10] lib: sbi: Introduce trap context Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[v2,03/10] include: sbi: Add trap_context pointer in struct sbi_scratch Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[v2,02/10] lib: sbi: Remove sbi_trap_exit() and related code Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[v2,01/10] lib: sbi: Remove epc from struct sbi_trap_info Improve trap handling for nested traps - - 1 - --- 2024-03-12 Anup Patel Superseded
[9/9] lib: sbi: Extend sbi_trap_error() to dump state in a nested trap Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[8/9] lib: sbi: Pass trap context pointer to sbi_ecall_handler() Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[7/9] lib: sbi: Remove regs parameter from trap irq handling functions Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[6/9] lib: sbi: Remove regs paramter of sbi_irqchip_process() Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[5/9] lib: sbi: Simplify parameters of sbi_illegal_insn_handler() Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[4/9] lib: sbi: Simplify parameters of misaligned and access fault handlers Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[3/9] lib: sbi: Introduce trap context Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[2/9] include: sbi: Add trap_context pointer in struct sbi_scratch Improve trap handling for nested traps - - - - --- 2024-03-11 Anup Patel Changes Requested
[1/9] lib: sbi: Remove sbi_trap_exit() and related code Improve trap handling for nested traps - - 1 - --- 2024-03-11 Anup Patel Changes Requested
[v2,6/6] lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1 Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[v2,5/6] lib: sbi: Remove the SBI_ETRAP error code Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[v2,4/6] lib: sbi: Allow ecall handlers to directly update register state Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[v2,3/6] lib: utils/irqchip: Add shared MMIO region for PLIC in root domain Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[v2,2/6] platform: generic: Fine tune fw_platform_calculate_heap_size() Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[v2,1/6] lib: sbi_tlb: Reduce size of struct sbi_tlb_info Assorted improvements - - - - --- 2023-12-12 Anup Patel Accepted
[5/5] lib: sbi: Remove the SBI_ETRAP error code Assorted improvements - - - - --- 2023-12-11 Anup Patel Superseded
[4/5] lib: sbi: Allow ecall handlers to directly update register state Assorted improvements - - - - --- 2023-12-11 Anup Patel Superseded
[3/5] lib: utils/irqchip: Add shared MMIO region for PLIC in root domain Assorted improvements - - - - --- 2023-12-11 Anup Patel Superseded
[2/5] platform: generic: Fine tune fw_platform_calculate_heap_size() Assorted improvements - - - - --- 2023-12-11 Anup Patel Superseded
[1/5] lib: sbi_tlb: Reduce size of struct sbi_tlb_info Assorted improvements - - - - --- 2023-12-11 Anup Patel Superseded
[2/2] lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback Allow relaxed MMIO writes in device IPI callbacks - - - - --- 2023-11-21 Anup Patel Accepted
[1/2] lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback Allow relaxed MMIO writes in device IPI callbacks - - - - --- 2023-11-21 Anup Patel Accepted
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register - 1 1 - --- 2023-11-21 Anup Patel Accepted
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() - 1 1 - --- 2023-11-20 Anup Patel Accepted
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr() - 1 - - --- 2023-11-20 Anup Patel Superseded
include: sbi: Change spec version to 2.0 include: sbi: Change spec version to 2.0 - - 1 - --- 2023-10-10 Anup Patel Accepted
[8/8] include: sbi: Remove sbi_hartmask_for_each_hart() macro OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[7/8] lib: sbi: Maximize the use of HART index in sbi_domain OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[6/8] lib: sbi: Remove sbi_scratch_last_hartid() macro OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[5/8] lib: sbi: Prefer hartindex over hartid in IPI framework OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[4/8] lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managment OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[3/8] lib: sbi: Extend sbi_hartmask to support both hartid and hartindex OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[2/8] lib: sbi: Remove sbi_platform_hart_index/invalid() functions OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
[1/8] lib: sbi: Introduce HART index in sbi_scratch OpenSBI sparse HART id support - - - - --- 2023-09-04 Anup Patel Accepted
lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation lib: utils/fdt: Fix fdt_parse_isa_extensions() implementation - 1 - - --- 2023-08-03 Anup Patel Accepted
[6/6] lib: utils/reset: Remove SiFive Test reset driver Syscon reboot and poweroff drivers - - - - --- 2023-07-21 Anup Patel Accepted
[5/6] lib: utils/reset: Add syscon based reboot and poweroff Syscon reboot and poweroff drivers - - 1 - --- 2023-07-21 Anup Patel Accepted
[4/6] lib: utils/regmap: Add simple FDT based syscon regmap driver Syscon reboot and poweroff drivers - - 1 - --- 2023-07-21 Anup Patel Accepted
[3/6] lib: utils/regmap: Add simple FDT based regmap framework Syscon reboot and poweroff drivers - - 1 - --- 2023-07-21 Anup Patel Accepted
[2/6] lib: utils/regmap: Add generic regmap access library Syscon reboot and poweroff drivers - - 1 - --- 2023-07-21 Anup Patel Accepted
[1/6] include: sbi_utils: Remove driver pointer from struct i2c_adapter Syscon reboot and poweroff drivers - - 1 - --- 2023-07-21 Anup Patel Accepted
[v2] lib: utils/gpio: Fix RV32 compile error for designware GPIO driver [v2] lib: utils/gpio: Fix RV32 compile error for designware GPIO driver - 1 1 - --- 2023-07-12 Anup Patel Accepted
lib: utils/gpio: Fix RV32 compile error for designware GPIO driver lib: utils/gpio: Fix RV32 compile error for designware GPIO driver - 1 1 - --- 2023-07-11 Anup Patel Superseded
[v2,4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-06 Anup Patel Accepted
[v2,3/4] lib: sbi: Alphabetically sort HART ISA extensions Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-06 Anup Patel Accepted
[v2,2/4] lib: sbi: Add Zihpm as a HART ISA extension Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-06 Anup Patel Accepted
[v2,1/4] lib: sbi: Add Zicntr as a HART ISA extension Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-06 Anup Patel Accepted
[4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-05 Anup Patel Superseded
[3/4] lib: sbi: Alphabetically sort HART ISA extensions Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-05 Anup Patel Superseded
[2/4] lib: sbi: Add Zihpm as a HART ISA extension Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-05 Anup Patel Superseded
[1/4] lib: sbi: Add Zicntr as a HART ISA extension Misc OpenSBI HART ISA extension improvements - - 1 - --- 2023-07-05 Anup Patel Superseded
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers - - 1 - --- 2023-07-05 Anup Patel Accepted
« 1 2 3 4 »