aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-30docs: Update doxygen config filev0.1Anup Patel1-0/+2
2019-01-30docs: Add library usage guideAnup Patel1-0/+57
2019-01-30docs: Add platform support guideAnup Patel1-0/+32
2019-01-30top: Fix typo in README.mdAnup Patel1-3/+3
2019-01-29docs: Add a fu540 document.Atish Patra1-0/+102
2019-01-29docs: Typo fixesAtish Patra4-9/+10
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra2-2/+13
2019-01-25include: Add separate header for OpenSBI versionAnup Patel3-9/+24
2019-01-24docs: README.md updateDamien Le Moal1-67/+131
2019-01-24docs/platform: Update QEMU platforms documentationDamien Le Moal2-55/+89
2019-01-24docs/platform: Add top level document fileDamien Le Moal1-0/+29
2019-01-24docs/firmware: Update FW_PAYLOAD documentationDamien Le Moal1-63/+78
2019-01-24docs/firmware: Update FW_JUMP documentationDamien Le Moal1-28/+41
2019-01-24docs/firmware: Add top level document fileDamien Le Moal1-0/+60
2019-01-24docs: Contribution guideline updateDamien Le Moal1-13/+74
2019-01-24top: Rename LICENSE file to COPYING.BSDDamien Le Moal1-16/+4
2019-01-24platform: add template platform filesDamien Le Moal3-0/+319
2019-01-24all: Update copyright header in all filesAnup patel88-260/+260
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel1-2/+2
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel9-15/+15
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel3-8/+8
2019-01-23include: Update documentation of sbi_platform after callback cleanupAnup Patel1-16/+16
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel12-47/+44
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel6-10/+17
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel13-55/+52
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel7-28/+22
2019-01-22docs: Typo fixes.Atish Patra4-20/+22
2019-01-22docs: Fix nits in firmware/fw_jump.mdBin Meng1-3/+3
2019-01-22top: Fix broken links in top-level README.mdBin Meng1-4/+5
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel2-10/+235
2019-01-22lib: Update documentation of sbi_init()Anup Patel1-1/+1
2019-01-22Makefile: Don't install generic headers under <install_dir>/platformAnup Patel1-1/+0
2019-01-22docs: Add OpenSBI version to doxygen.cfgAnup Patel2-2/+2
2019-01-22lib: Do not access mi/edeleg register if S mode is not present.Atish Patra1-15/+13
2019-01-22lib: Allow sending IPI to self.Atish Patra1-1/+1
2019-01-22lib: Fix ipi type updateAtish Patra1-16/+27
2019-01-22lib: Add atomic bit set/clear operations.Atish Patra5-0/+179
2019-01-22lib: Move software interrupt enablement from firmware to libAtish Patra2-4/+4
2019-01-21lib: Use AMO instructions whenever __riscv_atomic is definedAnup Patel1-0/+24
2019-01-21sbi: Add ecall helpersDamien Le Moal2-10/+11
2019-01-21payload: rename dummy payload to test payloadDamien Le Moal6-9/+10
2019-01-21kendryte/k210: Add device tree supportDamien Le Moal3-0/+72
2019-01-21kendryte/k210: Fix consoleDamien Le Moal1-3/+7
2019-01-21Makefile: Improve readabilityDamien Le Moal1-24/+13
2019-01-21Makefile: Add support for device tree compilationDamien Le Moal4-0/+25
2019-01-21lib: code cleanupDamien Le Moal1-0/+5
2019-01-21lib: Fix bannerDamien Le Moal1-11/+11
2019-01-21build: Introduce FW_PAYLOAD_ALIGNDamien Le Moal5-41/+66
2019-01-18platform: Fix compile error caused by standard includesAnup Patel5-15/+60
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra5-17/+11