summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-08sbi_emulate_csr: Shift sbi_timer_value directlyAlistair Francis
2019-02-08platform: qemu/virt: Move kernel start address to 4MB allignedAlistair Francis
2019-02-08platform: template: Move kernel start address to 4MB allignedAlistair Francis
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis
2019-02-08sbi_ecall: Fix logical OR to be bitwise ORAlistair Francis
2019-02-06firwmare: don't expand macros in FW_PAYLOAD_PATHAndreas Schwab
2019-02-06Makefile: don't disable built-in variablesAndreas Schwab
2019-02-05Makefile: Don't rely on "echo -n"Olof Johansson
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson
2019-01-30docs: Update doxygen config filev0.1Anup Patel
2019-01-30docs: Add library usage guideAnup Patel
2019-01-30docs: Add platform support guideAnup Patel
2019-01-30top: Fix typo in README.mdAnup Patel
2019-01-29docs: Add a fu540 document.Atish Patra
2019-01-29docs: Typo fixesAtish Patra
2019-01-29platform: fu540: Provide a compile time option selective hart booting.Atish Patra
2019-01-25include: Add separate header for OpenSBI versionAnup Patel
2019-01-24docs: README.md updateDamien Le Moal
2019-01-24docs/platform: Update QEMU platforms documentationDamien Le Moal
2019-01-24docs/platform: Add top level document fileDamien Le Moal
2019-01-24docs/firmware: Update FW_PAYLOAD documentationDamien Le Moal
2019-01-24docs/firmware: Update FW_JUMP documentationDamien Le Moal
2019-01-24docs/firmware: Add top level document fileDamien Le Moal
2019-01-24docs: Contribution guideline updateDamien Le Moal
2019-01-24top: Rename LICENSE file to COPYING.BSDDamien Le Moal
2019-01-24platform: add template platform filesDamien Le Moal
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel
2019-01-23include: Update documentation of sbi_platform after callback cleanupAnup Patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel
2019-01-22docs: Typo fixes.Atish Patra
2019-01-22docs: Fix nits in firmware/fw_jump.mdBin Meng
2019-01-22top: Fix broken links in top-level README.mdBin Meng
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel
2019-01-22lib: Update documentation of sbi_init()Anup Patel
2019-01-22Makefile: Don't install generic headers under <install_dir>/platformAnup Patel
2019-01-22docs: Add OpenSBI version to doxygen.cfgAnup Patel
2019-01-22lib: Do not access mi/edeleg register if S mode is not present.Atish Patra
2019-01-22lib: Allow sending IPI to self.Atish Patra
2019-01-22lib: Fix ipi type updateAtish Patra
2019-01-22lib: Add atomic bit set/clear operations.Atish Patra
2019-01-22lib: Move software interrupt enablement from firmware to libAtish Patra
2019-01-21lib: Use AMO instructions whenever __riscv_atomic is definedAnup Patel
2019-01-21sbi: Add ecall helpersDamien Le Moal
2019-01-21payload: rename dummy payload to test payloadDamien Le Moal