aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-05lib: utils/regmap: Use FDT node offset as regmap IDSamuel Holland3-10/+10
2024-11-05lib: utils/gpio: Use FDT node offset as GPIO chip IDSamuel Holland5-22/+15
2024-11-05lib: utils/gpio: Remove fdt_gpio_driver() functionSamuel Holland1-16/+1
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland12-121/+25
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland13-23/+36
2024-10-28lib: sbi: fix number of PMP entries detectionVladimir Kondratiev1-1/+1
2024-10-28include: sbi: Optimize reads of mhartid and mscratchSamuel Holland2-2/+10
2024-10-28lib: utils/gpio: designware: Allocate chips on the heapSamuel Holland1-10/+9
2024-10-26lib: sbi: add Smdbltrp ISA extension supportClément Léger2-6/+35
2024-10-25lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAPClément Léger2-1/+27
2024-10-25lib: sbi: fwft: factorize menvcfg read/writeClément Léger2-57/+46
2024-10-25lib: sbi: send a double trap SSE event to supervisorClément Léger3-1/+3
2024-10-25lib: sbi: add Ssdbltrp ISA extension supportClément Léger7-1/+46
2024-10-25lib: sbi: factorize previous mode computationClément Léger6-8/+13
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger3-15/+12
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan4-0/+53
2024-10-25docs: Remove hartindex_to_context_table from domain_support.mdAnup Patel1-2/+0
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel4-62/+109
2024-10-25lib: sbi: Introduce domain dataAnup Patel5-0/+246
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel2-1/+3
2024-10-25lib: utils/fdt: Use sbi_domain_memregion_init() when parsing domainsAnup Patel1-6/+8
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel2-12/+2
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLICAnup Patel1-7/+4
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSICAnup Patel1-8/+6
2024-10-25lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswiAnup Patel1-14/+6
2024-09-27lib: sbi: fix missing high 32bits when sbi_cppc_write on rv32Xiang W1-1/+7
2024-09-27firmware: fw_base.S: fix multi-core boot bug.dong.yang1-4/+6
2024-09-27include: sbi: Don't unconditionally define '__always_inline'Elyes Haouas1-0/+3
2024-09-27Makefile: Make .carray.c files depend on carray.shSamuel Holland1-3/+3
2024-09-27lib: utils/ipi: Fix hartid wrongly used as hart indexSamuel Holland2-4/+2
2024-09-26lib: sbi: Remove unused hartid parametersSamuel Holland3-10/+10
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland4-10/+12
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland6-15/+17
2024-09-26lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()Samuel Holland6-56/+52
2024-09-26lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart indexSamuel Holland3-10/+13
2024-09-26lib: sbi: Simplify halt broadcast logicSamuel Holland2-10/+11
2024-09-26lib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"Samuel Holland1-13/+12
2024-09-25lib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland2-7/+7
2024-09-25lib: sbi_sse: Cache the event's target hart indexSamuel Holland1-1/+4
2024-09-25lib: sbi: Use current_hartindex() where possibleSamuel Holland5-10/+9
2024-09-25include: sbi: Store the hart index in struct sbi_scratchSamuel Holland2-1/+11
2024-09-25lib: sbi_init: Remove obsolete hartid checkSamuel Holland1-10/+0
2024-09-25firmware: Simplify FDT header endianness conversionSamuel Holland1-21/+5
2024-09-23lib: sbi: fwft: implement landing pad and shadow stack fwft interfaceDeepak Gupta1-0/+74
2024-09-23lib: sbi: sw check exception delegationDeepak Gupta1-1/+2
2024-09-23lib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in statusDeepak Gupta3-0/+26
2024-09-23include: adding support for Zicfilp / Zicfiss encodingsDeepak Gupta1-0/+7
2024-09-23include: sbi_bitops: add ULL version for BIT and GENMASKZong Li1-0/+6
2024-09-23lib: sbi_domain_context: Fix file permissionsSamuel Holland2-0/+0
2024-09-23lib: sbi: Respect scounteren when emulating the time CSRSamuel Holland1-3/+2