Age | Commit message (Expand) | Author |
2019-01-24 | docs/firmware: Update FW_JUMP documentation | Damien Le Moal |
2019-01-24 | docs/firmware: Add top level document file | Damien Le Moal |
2019-01-24 | docs: Contribution guideline update | Damien Le Moal |
2019-01-24 | top: Rename LICENSE file to COPYING.BSD | Damien Le Moal |
2019-01-24 | platform: add template platform files | Damien Le Moal |
2019-01-24 | all: Update copyright header in all files | Anup patel |
2019-01-23 | include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled() | Anup Patel |
2019-01-23 | include: Rename ipi_inject() to ipi_send() for sbi_platform | Anup Patel |
2019-01-23 | include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE | Anup Patel |
2019-01-23 | include: Update documentation of sbi_platform after callback cleanup | Anup Patel |
2019-01-23 | lib: Remove target_hart and hartid parameter from TIMER callbacks | Anup Patel |
2019-01-23 | lib: Remove hartid parameter from IRQCHIP callbacks | Anup Patel |
2019-01-23 | lib: Remove source_hart and hartid parameter from IPI callbacks | Anup patel |
2019-01-23 | lib: Remove hartid paramter from early_init() and final_init() callbacks | Anup Patel |
2019-01-22 | docs: Typo fixes. | Atish Patra |
2019-01-22 | docs: Fix nits in firmware/fw_jump.md | Bin Meng |
2019-01-22 | top: Fix broken links in top-level README.md | Bin Meng |
2019-01-22 | lib: Add doxygen style documentation for sbi_platform | Anup Patel |
2019-01-22 | lib: Update documentation of sbi_init() | Anup Patel |
2019-01-22 | Makefile: Don't install generic headers under <install_dir>/platform | Anup Patel |
2019-01-22 | docs: Add OpenSBI version to doxygen.cfg | Anup Patel |
2019-01-22 | lib: Do not access mi/edeleg register if S mode is not present. | Atish Patra |
2019-01-22 | lib: Allow sending IPI to self. | Atish Patra |
2019-01-22 | lib: Fix ipi type update | Atish Patra |
2019-01-22 | lib: Add atomic bit set/clear operations. | Atish Patra |
2019-01-22 | lib: Move software interrupt enablement from firmware to lib | Atish Patra |
2019-01-21 | lib: Use AMO instructions whenever __riscv_atomic is defined | Anup Patel |
2019-01-21 | sbi: Add ecall helpers | Damien Le Moal |
2019-01-21 | payload: rename dummy payload to test payload | Damien Le Moal |
2019-01-21 | kendryte/k210: Add device tree support | Damien Le Moal |
2019-01-21 | kendryte/k210: Fix console | Damien Le Moal |
2019-01-21 | Makefile: Improve readability | Damien Le Moal |
2019-01-21 | Makefile: Add support for device tree compilation | Damien Le Moal |
2019-01-21 | lib: code cleanup | Damien Le Moal |
2019-01-21 | lib: Fix banner | Damien Le Moal |
2019-01-21 | build: Introduce FW_PAYLOAD_ALIGN | Damien Le Moal |
2019-01-18 | platform: Fix compile error caused by standard includes | Anup Patel |
2019-01-18 | platform: No need to pass context id for plic fixup. | Atish Patra |
2019-01-18 | platform: Modify DT using libfdt | Atish Patra |
2019-01-18 | docs: Add licensing seciton for external projects. | Atish Patra |
2019-01-18 | platform: Remove string functions from tinyfdt.c | Atish Patra |
2019-01-18 | platform: Include libfdt & libc. | Atish Patra |
2019-01-18 | platform: Rename fdt.c to tinyfdt.c | Atish Patra |
2019-01-18 | platform: Add libfdt support. | Atish Patra |
2019-01-18 | platform: Add minimal libc support. | Atish Patra |
2019-01-16 | include: Add documentation for sbi_trap_regs and friends | Anup Patel |
2019-01-16 | include: Add __packed define for packed structures | Anup Patel |
2019-01-16 | include: Add documentation for sbi_scratch and friends | Anup Patel |
2019-01-16 | lib: Add documentation for sbi_init() API | Anup Patel |
2019-01-16 | include: Add __noreturn define for noreturn function attribute | Anup Patel |