summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-5/+3
2020-07-29lib: Add sbi_strncmp implementationAbner Chang1-0/+7
2020-07-14include: sbi_bitops: Remove dead shift assignment in ffs/flsTobias Klauser1-6/+2
2020-06-20include: Bump-up version to 0.8Anup Patel1-1/+1
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel2-17/+32
2020-06-19platform: Add support for Shakti C-class SoC from IIT-MVijai Kumar K2-0/+21
2020-06-15platform/lib: Allow the OS to map the regions that are protected by PMPAlexandre Ghiti1-0/+14
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel1-2/+4
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel1-3/+12
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-0/+5
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-3/+20
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+2
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel2-13/+14
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-2/+2
2020-05-19include: sbi: Add firmware extension constantsDaniel Schaefer1-0/+2
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-0/+4
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-3/+3
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel2-4/+3
2020-05-10lib: Add hart features in boot time printAtish Patra1-0/+4
2020-05-10lib: Add platform features in boot time printAtish Patra1-26/+41
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra1-0/+2
2020-05-10platform: Move platform features to hartAtish Patra2-19/+14
2020-05-10lib: Add support for hart specific featuresAtish Patra1-0/+1
2020-05-10lib: Create a separate math helper function fileAtish Patra1-0/+15
2020-05-10lib: Add csr detect supportAtish Patra1-0/+50
2020-05-10lib: Rename unprivileged trap handlerAtish Patra1-3/+3
2020-05-07lib: sbi: Improve misa_string() implementationAnup Patel1-13/+2
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel2-6/+33
2020-05-07include: sbi: Remove redundant page table related definesAnup Patel1-20/+0
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel1-0/+25
2020-05-01lib: utils: Add simple FDT serial frameworkAnup Patel1-0/+28
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel1-0/+26
2020-05-01lib: utils: Add simple FDT ipi frameworkAnup Patel1-0/+32
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel1-0/+35
2020-05-01include: Add array_size() macroAnup Patel1-0/+2
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel1-0/+2
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel1-0/+4
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel1-0/+3
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel1-0/+11
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel1-2/+2
2020-05-01lib: utils: Remove redundant clint_ipi_sync() declarationAnup Patel1-2/+0
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel1-0/+3
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel1-0/+2
2020-04-27lib: utils: Add SiFive test deviceAnup Patel1-0/+19
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel3-30/+13
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-2/+3
2020-04-20include: Bump-up version to 0.7Anup Patel1-1/+1
2020-04-19lib: Allow overriding SBI implementation IDAnup Patel1-0/+4