summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-17lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()Georg Kotheimer1-1/+1
2020-08-14firmware: fw_base: Improve exception stack setup in trap handlerAnup Patel1-26/+21
2020-08-04lib: sbi_misaligned_ldst: Determine transformed instruction length correctlyAnup Patel1-4/+8
2020-07-29lib: utils: Use strncmp in fdt_parse_hart_id()Abner Chang1-1/+1
2020-07-29lib: utils: Add a macro in libfdt_env.h for strncmpAbner Chang1-0/+1
2020-07-29lib: Add sbi_strncmp implementationAbner Chang2-0/+20
2020-07-14include: sbi_bitops: Remove dead shift assignment in ffs/flsTobias Klauser1-6/+2
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng1-2/+8
2020-07-04README.md: fix markdown link formattingTobias Klauser1-4/+4
2020-06-29docs/platform: sifive_fu540: Update U-Boot instructionsBin Meng1-5/+30
2020-06-29config.mk: Update QEMU run command for generic and sifive fu540 platformsBin Meng2-2/+2
2020-06-29docs/platform: Update QEMU parameter for fw_payloadBin Meng2-8/+8
2020-06-20include: Bump-up version to 0.8Anup Patel1-1/+1
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel5-20/+43
2020-06-20lib: sbi: Fix 32/64 bits variable compatibilityLiush1-2/+2
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K10-0/+181
2020-06-18lib: Fix the SBI_HART_HAS_MCOUNTEREN feature checkAlistair Francis1-1/+1
2020-06-18lib: Don't print delegation CSRs if there is no S-ModeAlistair Francis1-0/+4
2020-06-17platform: Update Nuclei ux600 platform supportHuaqi Fang2-9/+79
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti6-11/+80
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel3-16/+78
2020-06-10platform: Add AE350 cache control SBIsNylon Chen5-1/+186
2020-06-10platform: Add AE350 platform specific SBI handlerNylon Chen2-3/+30