summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-23lib: sbi: Add sbi_domain_root_add_memrange() APIYu Chien Peter Lin4-36/+57
2022-10-23include: sbi: Fix grammar in commentYu Chien Peter Lin1-1/+1
2022-10-23lib: sbi: Fix typo in commentYu Chien Peter Lin1-1/+1
2022-10-23include: sbi: Fix typo in commentYu Chien Peter Lin1-1/+1
2022-10-13platform: generic: allwinner: add support for c9xx pmuHeiko Stuebner2-0/+187
2022-10-13platform: generic: add extensions_init handler and platform-overrideHeiko Stuebner2-0/+13
2022-10-13lib: sbi_platform: expose hart_features to extension_init callbackHeiko Stuebner2-4/+7
2022-10-13lib: sbi_hart: move hart_features struct to a public locationHeiko Stuebner2-23/+24
2022-10-13lib: sbi_pmu: move pmu irq information into pmu itselfHeiko Stuebner3-2/+22
2022-10-13docs: Fix some typoszhangdongdong4-10/+10
2022-10-13docs/firmware: Update FW_JUMP documentationNylon.Chen1-0/+16
2022-09-13lib: utils/serial: add semihosting supportKautuk Consul6-1/+241
2022-09-13lib: sbi: Fix sbi_strnlen wrong count decrementRahul Pathak1-1/+0
2022-09-13lib: utils/fdt: Fix DT parsing in fdt_pmu_setup()Anup Patel1-32/+42
2022-09-13lib: sbi_misaligned_ldst: Set GVA if not emulatingVivian Wang1-2/+2
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