aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-24firmware: Add relocatable FW_PAYLOAD_FDT_ADDRInochi Amaoto2-0/+7
2024-02-24firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDRInochi Amaoto2-4/+20
2024-02-22platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()Nam Cao1-1/+6
2024-02-22platform: starfive: return error if needed devices are not presentNam Cao1-0/+4
2024-02-22platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"Nam Cao1-1/+1
2024-02-22platform: starfive: remove redundant compatibility check in pmic_opsNam Cao1-22/+14
2024-02-22platform: starfive: get I2C offset address from clocks propertyNam Cao1-10/+14
2024-02-22platform: starfive: correct system clock device tree nodeNam Cao1-1/+1
2024-02-20lib: sbi_pmu: Before using we should ensure PMU init doneyang.zhang1-2/+25
2024-02-20docs: move documentation of system suspend test.Cheng Yang2-4/+4
2024-02-20platform: generic: Parse system suspend test from config node.Cheng Yang1-1/+1
2024-02-20docs: Add OpenSBI DT configuration guide.Cheng Yang2-0/+84
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang3-1/+86
2024-02-06firmware: fw_base.S: remove _runtime_offsetXiang W1-6/+0
2024-02-06firmware: fw_base.S: Improve loading u32Xiang W1-4/+4
2024-02-05firmware: always create dynsym sectionLeon M. Busch-George1-0/+5
2024-02-05Makefile: check for --exclude-libsLeon M. Busch-George1-0/+5
2024-02-05Makefile: don't pass -mstrict-align if not supportedKalle Wachsmuth1-4/+13
2024-02-05fw_base.S: Fix comment errorsZhang Runmin1-2/+2
2024-02-05lib: sbi: Use mask to check the free bit during trigger allocationHimanshu Chauhan1-1/+1
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan1-0/+2
2024-01-10lib: sbi: Implement SBI debug trigger extensionHimanshu Chauhan3-0/+80
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan1-0/+11
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan4-0/+863
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan2-0/+6
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan1-0/+249
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan1-0/+1
2024-01-10include: sbi: Introduce common endianess conversion macroHimanshu Chauhan1-0/+10
2023-12-27include: Bump-up version to 1.4v1.4Anup Patel1-1/+1
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel1-0/+8
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto4-6/+9
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W1-1/+2
2023-12-19lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1Anup Patel1-0/+10
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel2-23/+14
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel19-107/+109
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel9-1/+21
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel1-1/+2
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel4-57/+77
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang2-34/+21
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang3-50/+31
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang2-16/+9
2023-12-19lib: sbi: Improve the code of privilege mode and extensions detectionYong-Xuan Wang1-50/+38
2023-12-18lib: sbi: Simplify the initialization of root_hmask in sbi_domain_initXiang W1-2/+1
2023-12-18lib: sbi_ipi: Drop unnecessary ipi_process checkSamuel Holland1-1/+1
2023-12-18lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()Samuel Holland1-0/+8
2023-12-18lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()Samuel Holland1-2/+6
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland1-10/+10
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto2-12/+90
2023-12-11lib: sbi: skip wait_for_coldboot when coolboot doneXiang W1-0/+3
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto4-3/+19