summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel17-36/+137
2020-12-01platform: Remove dummy system reset functionsAnup Patel5-49/+0
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel5-10/+8
2020-12-01include: sbi: Add SBI SRST extension related definesAnup Patel1-0/+12
2020-11-27docs: fix a typo errorYuan Li1-1/+1
2020-11-10lib: sbi: Improve boot prints in cold boot sequenceAnup Patel1-21/+69
2020-11-02Makefile: Add option to use toolchain default ABI and ISA stringAnup Patel1-4/+14
2020-10-26lib: sbi: Improve boot time print with additional PMP informationAtish Patra1-14/+23
2020-10-26lib: sbi: Detect PMP granularity and number of address bitsAtish Patra2-4/+60
2020-10-23lib: utils: Implement "ranges" property parsingAtish Patra1-2/+48
2020-10-21docs: Add initial documentation for domain supportAnup Patel3-0/+110
2020-10-21lib: sbi: Display domain details in boot printsAnup Patel5-48/+127
2020-10-20lib: sbi: Configure PMP based on domain memory regionsAnup Patel1-15/+22
2020-10-20lib: sbi: Remove redundant sbi_hart_pmp_xyz() functionsAnup Patel2-48/+0
2020-10-20lib: utils: Update fdt_cpu_fixup() to use current domainAnup Patel1-5/+3
2020-10-20lib: utils: Update fdt_reserved_memory_fixup() to use current domainAnup Patel1-25/+22
2020-10-20lib: sbi: Extend sbi_system_reset() for domainsAnup Patel1-3/+4
2020-10-20lib: sbi: Optimize sbi_hsm_hart_started_mask() implementationAnup Patel1-12/+22
2020-10-20lib: sbi: Extend sbi_hsm_hart_start() for domainsAnup Patel4-15/+19
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel6-15/+27
2020-10-20lib: sbi: Add initial domain supportAnup Patel5-0/+568
2020-10-20include: sbi: Make hartmask pointer const in sbi_hartmask_test_hart()Anup Patel1-1/+1
2020-10-20lib: sbi: Remove redundant hartid parameter from sbi_hart_init()Anup Patel3-10/+10
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel3-2/+11
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel2-63/+1
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel2-2/+3
2020-10-18platform: kendryte/k210: Add some padding for FDT fixupsAnup Patel1-0/+1
2020-10-18Makefile: Allow padding zeros when converting DTB to C sourceHeinrich Schuchardt2-3/+13
2020-10-18firmware: Remove FW_PAYLOAD_FDT_PATH compile-time optionAnup Patel11-79/+12
2020-10-18firmware: Add common FW_FDT_PATH compile-time optionAnup Patel4-5/+38
2020-10-18Makefile: Build ELF, BIN and LD script in platform build directoryAnup Patel1-9/+9
2020-10-10makefile: fix clean directiveDamien Le Moal1-0/+2
2020-10-02lib: sbi_scratch: typo scatchHeinrich Schuchardt1-1/+1
2020-09-25lib: sbi: Fix PMP CSR detectionPragnesh Patel1-1/+1
2020-09-16platform: generic: Don't mark non-MMU HARTs as invalidAnup Patel1-5/+1
2020-09-16lib: sbi: Ensure coldboot HART supports next privilege modeAnup Patel1-1/+28
2020-09-16lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-2/+11
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel5-20/+33
2020-09-16lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() APIAnup Patel3-3/+11
2020-09-09lib: sbi_trap: Allow M-mode to M-mode ECALLsAnup Patel1-0/+1
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel3-4/+4
2020-09-09lib: sbi: Don't handle VS-mode ecall in sbi_trap_handler()Anup Patel1-1/+0
2020-09-01lib: sbi: Improve HPM CSR read/write emulationAnup Patel1-72/+75
2020-09-01include: sbi: Few cosmetic changes in riscv_encoding.hAnup Patel1-87/+139
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel3-0/+19
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel3-145/+180
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel3-20/+5
2020-08-21lib: sbi: Handle the case where MTVAL has illegal instruction addressAnup Patel1-6/+15
2020-08-21lib: sbi_init: Avoid thundering hurd problem with coldboot_lockAnup Patel1-7/+13
2020-08-20platform: kendryte/k210: fixup FDTHeinrich Schuchardt1-0/+18