summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-13lib: sbi_trap: Add helper to get GVA in sbi_trap_regsVivian Wang2-13/+19
2022-09-13docs: pmu: extend bindings example for UnmatchedNikita Shubin1-0/+30
2022-09-13docs: pmu: fix Unmatched example typoNikita Shubin1-3/+3
2022-09-01include: sbi: Reduce includes in sbi_pmu.hAnup Patel3-3/+5
2022-09-01lib: sbi: Print platform PMU device at boot-timeAnup Patel1-0/+4
2022-09-01lib: sbi_pmu: Add custom PMU device operationsAnup Patel2-21/+144
2022-09-01lib: sbi_pmu: Simplify FW counters to reduce memory usageAnup Patel2-45/+36
2022-09-01lib: sbi_pmu: Firmware counters are always 64 bits wideAnup Patel1-3/+3
2022-09-01lib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_ctr_fw_read()Anup Patel3-40/+10
2022-09-01lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_eventAnup Patel1-3/+0
2022-09-01include: Remove sideleg and sedelegRahul Pathak1-2/+0
2022-08-23lib: utils: serial: Add Cadence UART driverJun Liang Tan9-6/+199
2022-08-22lib: sbi: Use the official extension name for AIA M-mode CSRsAnup Patel3-7/+7
2022-08-22lib: sbi_illegal_insn: Fix FENCE.TSO emulation infinite trap loopRahul Pathak1-0/+1
2022-08-22lib: sbi_trap: Set hstatus.GVA when going to HS-modeVivian Wang1-0/+2
2022-08-22lib: sbi_trap: Set hypervisor CSRs for HS-modeVivian Wang1-5/+7
2022-08-22lib: sbi: Set gva when creating sbi_trap_infoVivian Wang3-0/+17
2022-08-22lib: sbi_trap: Save mstatus[h].GVA in trap->gvaVivian Wang2-3/+20
2022-08-22include: Add mstatus[h].GVA encodingsVivian Wang1-0/+4
2022-08-08Makefile: Fix typo related to object.mkAnup Patel1-1/+1
2022-08-08docs: Update documentation for kconfig supportAnup Patel6-14/+36
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel16-277/+240
2022-08-08platform: generic: Use kconfig to set platform version and default nameAnup Patel2-2/+18
2022-08-08platform: generic: Use kconfig for enabling/disabling overridesAnup Patel4-6/+27
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel21-6/+66
2022-08-08lib: utils/gpio: Use kconfig for enabling/disabling driversAnup Patel5-5/+32
2022-08-08lib: utils/i2c: Use kconfig for enabling/disabling driversAnup Patel4-5/+31
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel12-11/+83
2022-08-08lib: utils/ipi: Use kconfig for enabling/disabling driversAnup Patel10-5/+45
2022-08-08lib: utils/timer: Use kconfig for enabling/disabling driversAnup Patel10-5/+45
2022-08-08lib: utils/sys: Use kconfig for enabling/disabling driversAnup Patel5-2/+20
2022-08-08lib: utils/reset: Use kconfig for enabling/disabling driversAnup Patel5-14/+67
2022-08-08lib: utils/serial: Use kconfig for enabling/disabling driversAnup Patel11-22/+121
2022-08-08Makefile: Compile lib/utils sources separately for each platformAnup Patel3-30/+26
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel18-12/+127
2022-08-08scripts: Add Kconfiglib v14.1.0 under scripts directoryAnup Patel11-0/+11156
2022-07-30lib: sbi: Fix printf handling of long longdramforever1-28/+2
2022-07-30lib: utils/serial: Ensure baudrate is non-zero before usingAndrew Jones4-6/+13
2022-07-30lib: serial: Clean up coding style in sifive-uart.cAndrew Jones1-3/+8
2022-07-30lib: utils/serial: Initialize platform_uart_data to zeroAndrew Jones6-6/+6
2022-07-30lib: utils/fdt: Factor out common uart node codeAndrew Jones1-92/+39
2022-07-30lib: sbi: Fix fw_event_map initializationAtish Patra1-1/+1
2022-07-30lib: sbi: Fix possible buffer overrun in counter validationAtish Patra1-4/+4
2022-07-30lib: sbi: Add the bound check for events during config matchAtish Patra2-2/+55
2022-07-30lib: sbi: Fix counter index sanity checkAtish Patra1-16/+17
2022-07-30lib: sbi: Fix sbi_snprintfAndrew Jones1-16/+23
2022-07-20lib: utils/serial: Update Shakti UART based on latest implementationPrasanna T1-3/+3
2022-07-20lib: sbi_hart: Shorten the code to set MPV bitgagachang1-10/+3
2022-07-11lib: sbi: add check for ipi device for hsm startBen Dooks3-5/+10
2022-07-08lib: sbi_timer: Added a conditional wait function which can timeoutAdnan Rahman Chowdhury2-0/+31