summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-22firmware: payloads: Optimize usage of "ALIGN"Leizheng Zhang2-12/+8
2022-11-15lib: sbi_ecall: Split up sbi_ecall_replaceVivian Wang5-126/+169
2022-11-15lib: utils/serial: Fix semihosting compile error using LLVMAnup Patel1-2/+2
2022-11-14docs: fix some typoszhangdongdong5-5/+5
2022-11-14lib: utils/fdt: Simplified codeXiang W1-27/+4
2022-11-14lib: utils/fdt: Remove redundant codeXiang W1-12/+0
2022-10-23lib: sbi_ecall: Add Kconfig option for each extensionVivian Wang4-12/+59
2022-10-23lib: sbi_ecall: Generate extensions list with carrayVivian Wang4-42/+32
2022-10-23Makefile: Add rules for carray sources in lib/sbiVivian Wang1-0/+7
2022-10-23docs/firmware: update the documentYangjie Zhang2-2/+2
2022-10-23Makefile: Add cscope supportTan En De2-0/+14
2022-10-23docs: andes-ae350.md: Update ae350 documentation for fdt driver supportYu Chien Peter Lin1-4/+180
2022-10-23platform: andes/ae350: Add AE350 domain supportYu Chien Peter Lin1-2/+11
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin13-211/+305
2022-10-23platform: andes/ae350: Add fw_platform_init for platform initializationYu Chien Peter Lin2-4/+49
2022-10-23platform: andes/ae350: Use fdt irqchip driverYu Chien Peter Lin3-26/+4
2022-10-23lib: utils/reset: Add Andes fdt reset driver supportYu Chien Peter Lin5-0/+134
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin13-144/+259
2022-10-23platform: andes/ae350: Use fdt serial driverYu Chien Peter Lin3-22/+4
2022-10-23platform: andes/ae350: Use kconfig to set platform version and default nameYu Chien Peter Lin2-2/+22
2022-10-23platform: andes/ae350: Remove enabling cache from an350_final_initYu Chien Peter Lin1-19/+0
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