summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel2-15/+2
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-17lib: sbi_trap: Fix hstatus.SPVP update in sbi_trap_redirect()Georg Kotheimer1-1/+1
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 Chang1-0/+13
2020-07-06lib/utils: fdt: Update FDT expand size to 1024 for reserved memory nodeBin Meng1-2/+8
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel3-3/+11
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 K5-0/+120
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-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-11/+38
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel2-14/+74
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel3-16/+5
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 Patel3-26/+71
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel3-51/+110
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup Patel2-22/+40
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel6-7/+8
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel3-32/+45
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel2-15/+4
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel3-52/+99
2020-05-19lib: sbi: Few cosmetic improvements to HART feature detectionAnup Patel1-20/+12
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel4-28/+29
2020-05-19lib: sbi: Print platform HART count just before boot HART idAnup Patel1-2/+2
2020-05-19lib: sbi: Remove extra spaces from boot time printsAnup Patel1-9/+9
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel3-52/+31
2020-05-19lib: sbi: detect features before everything else in sbi_hart_init()Anup Patel1-3/+3
2020-05-16lib: Optimize inline assembly for unprivilege access functionsAtish Patra1-17/+16
2020-05-10lib: Add hart features in boot time printAtish Patra2-0/+85
2020-05-10lib: Add platform features in boot time printAtish Patra3-1/+117
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra2-9/+26
2020-05-10platform: Move platform features to hartAtish Patra2-10/+62
2020-05-10lib: Add support for hart specific featuresAtish Patra1-0/+23
2020-05-10lib: utils: Update reserved memory fdt node even if PMP is not presentAtish Patra1-52/+71
2020-05-10lib: Create a separate math helper function fileAtish Patra3-13/+25
2020-05-10lib: Rename unprivileged trap handlerAtish Patra4-14/+14
2020-05-07lib: sbi: Improve misa_string() implementationAnup Patel2-6/+50
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel3-16/+36
2020-05-01lib: sbi: Print platform hart count at boot timeAnup Patel1-1/+3
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel4-0/+126
2020-05-01lib: utils: Add simple FDT serial frameworkAnup Patel5-0/+214
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel3-0/+184
2020-05-01lib: utils: Add simple FDT ipi frameworkAnup Patel3-0/+154
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel3-0/+167
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-6/+20