summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis1-2/+2
2019-06-19utils: Remove tinyfdt.cAtish Patra3-306/+14
2019-06-19platform: Enable all drivers by default.Atish Patra4-6/+6
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra9-46/+43
2019-06-19platform: Move platform common to lib/utils.Atish Patra27-0/+6702
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra6-6/+193
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra21-32/+32
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel6-38/+111
2019-05-24lib: Add per-HART trap info pointerAnup Patel2-3/+35
2019-05-24include: Make unprivilege load/store functions as non-inline functionsAnup Patel2-0/+115
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel4-188/+244
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel3-12/+114
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel1-3/+15
2019-04-24all: run clang-format and update checked-in filesOlof Johansson15-432/+404
2019-04-22lib: Redirect unhandled traps from non-M modes to S modeNick Kossifidis1-0/+3
2019-04-10lib: Optimize TLB flush IPIsAtish Patra1-0/+73
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra1-0/+74
2019-04-03lib: Pack struct sbi_fifoAnup Patel1-8/+10
2019-04-03lib: More improvements to sbi_fifoAnup Patel2-36/+61
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra3-15/+34
2019-04-03lib: Add a fifo implementation.Atish Patra2-0/+86
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel2-9/+4
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel3-3/+3
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel2-3/+3
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng1-1/+2
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng1-24/+31
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra1-0/+2
2019-03-14lib: Fix full tlb flush behaviorAtish Patra1-10/+15
2019-03-12lib: Implement sfence.vma correctly.Atish Patra3-9/+81
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis1-3/+5
2019-03-06platform: Make the `platform` read-onlyXiang Wang5-13/+13
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra1-4/+5
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel1-18/+18
2019-02-18lib: Fix mask shift in sbi_ipi_send_many()Anup Patel1-1/+1
2019-02-18lib: Fix small typo on sbi_ipi.cNick Kossifidis1-1/+1
2019-02-18lib: Improve delivery of SBI_IPI_EVENT_HALTNick Kossifidis1-13/+34
2019-02-18lib: Send IPI for all harts to hang on system shutdownNick Kossifidis1-0/+8
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra7-61/+61
2019-02-08sbi_emulate_csr: Shift sbi_timer_value directlyAlistair Francis1-2/+1
2019-02-08sbi_ecall: Fix logical OR to be bitwise ORAlistair Francis1-1/+1
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson2-6/+6
2019-01-25include: Add separate header for OpenSBI versionAnup Patel1-1/+2
2019-01-24all: Update copyright header in all filesAnup patel16-47/+47
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel2-2/+2
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel1-1/+1
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel4-14/+12
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel1-2/+2
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel5-19/+17
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel2-10/+8
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel1-1/+1