aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel1-22/+66
2023-06-05lib: utils/timer: Use scratch space to save per-HART MTIMER pointerAnup Patel1-15/+61
2023-06-05lib: utils/ipi: Use scratch space to save per-HART MSWI pointerAnup Patel1-10/+33
2023-06-05lib: utils/fdt: Use heap in FDT domain parsingAnup Patel1-42/+71
2023-06-05lib: utils/timer: Use heap in ACLINT MTIMER driverAnup Patel1-17/+30
2023-06-05lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC driversAnup Patel3-46/+42
2023-06-05lib: utils/ipi: Use heap in ACLINT MSWI driverAnup Patel1-11/+10
2023-06-05lib: utils/i2c: Use heap in DesignWare and SiFive I2C driversAnup Patel2-27/+20
2023-06-05lib: utils/gpio: Use heap in SiFive and StartFive GPIO driversAnup Patel2-21/+20
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel1-11/+44
2023-06-05lib: sbi: Use heap for root domain creationAnup Patel1-11/+34
2023-06-05lib: sbi_pmu: Use heap for per-HART PMU stateAnup Patel1-88/+127
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel2-0/+16
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel3-0/+222
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones1-6/+8
2023-06-04lib: utils/ipi: buffer overrun aclint_mswi_cold_initHeinrich Schuchardt1-2/+2
2023-05-26lib: utils: Improve fdt_timerXiang W1-20/+21
2023-05-26lib: utils: Improve fdt_ipiXiang W1-20/+21
2023-05-26lib: utils: Improve fdt_serial_initXiang W1-31/+17
2023-05-26lib: sbi: Fix return of sbi_console_initXiang W1-1/+7
2023-05-21lib: sbi: Remove 0/1 probe implementationsAndrew Jones4-39/+10
2023-05-21lib: sbi: Optimize probe of srst/suspXiang W2-8/+12
2023-05-21lib: sbi: Only register available extensionsAndrew Jones6-22/+35
2023-05-21lib: sbi: pmu: Remove unnecessary probe functionAndrew Jones1-8/+0
2023-05-21lib: sbi: Narrow vendor extension rangeAndrew Jones1-4/+7
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones13-43/+142
2023-05-11lib: sbi: Simplify sbi_ipi_process remove gotoXiang W1-8/+5
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W14-18/+18
2023-04-20lib: sbi: Add debug print when sbi_pmu_init failsTan En De1-1/+4
2023-04-17lib: sbi: Don't check SBI error range for legacy console getcharAnup Patel1-1/+3
2023-04-17lib: sbi: Fix counter index calculation for SBI_PMU_CFG_FLAG_SKIP_MATCHAlexandre Ghiti1-2/+7
2023-04-17lib: sbi: Do not clear active_events for cycle/instret when stoppingAlexandre Ghiti1-1/+1
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W2-26/+25
2023-04-13sbi: tlb: Simplify to tlb_process_count/tlb_process functionXiang W1-15/+8
2023-04-13lib: sbi: Optimize sbi_ipiXiang W1-2/+32
2023-04-13lib: sbi: Optimize sbi_tlbXiang W1-10/+11
2023-04-07lib: utils: fdt_fixup: avoid buffer overrunHeinrich Schuchardt1-1/+1
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin1-3/+4
2023-04-07lib: sbi: Print the CPPC device nameSunil V L1-0/+5
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L4-0/+181
2023-04-06lib: sbi_hart: clear mip csr during hart initMayuresh Chitale1-0/+6
2023-04-06lib: sbi_hsm: Fix sbi_hsm_hart_start() for platform with hart hotplugAnup Patel1-2/+4
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel1-7/+35
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W2-21/+10
2023-04-06lib: sbi_scratch: Optimize the alignment code for alloc sizeXiang W1-2/+2
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin2-2/+10
2023-03-10lib: sbi: Set the state of a hart to START_PENDING after the hart is readyEvgenii Shatokhin1-16/+67
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin2-14/+19
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale1-10/+15
2023-03-10lib: sbi_pmu: Introduce fw_counter_write_value APIMayuresh Chitale1-12/+13