summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-08docs: Remove redundant documentation about combined payload use caseAtish Patra1-23/+0
2020-06-08docs: Use doxygen config to mark the main pageAtish Patra2-2/+2
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel4-19/+17
2020-06-05firmware: Remove FW_PAYLOAD_FDT and related documentationAnup Patel5-26/+6
2020-06-05platform: kendryte/k210: Use new mechanism of builtin DTBAnup Patel3-2/+12
2020-06-05Makefile: Add mechanism for platforms to have multiple builtin DTBsAnup Patel2-0/+84
2020-06-05Makefile: Preprocess builtin DTSAnup Patel1-2/+2
2020-06-05firmware: Allow fw_platform_init() to return updated FDT locationAnup Patel2-4/+12
2020-06-05firmware: fw_base: Don't OR forced FW_OPTIONSAnup Patel1-5/+3
2020-06-05firmware: fw_base: Make builtin DTB available to fw_platform_init()Anup Patel1-14/+14
2020-06-05Makefile: Fix builtin DTB compilation for out-of-tree platformsAnup Patel1-3/+3
2020-05-23lib: utils/timer: Initialize all matching timer DT nodesAnup Patel2-13/+26
2020-05-23lib: utils/ipi: Initialize all matching ipi DT nodesAnup Patel2-13/+24
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel4-26/+76
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel11-88/+203