summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-18platform: Add minimal libc support.Atish Patra
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-16include: Add __packed define for packed structuresAnup Patel
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel
2019-01-16lib: Add documentation for sbi_init() APIAnup Patel
2019-01-16include: Add __noreturn define for noreturn function attributeAnup Patel
2019-01-16docs: Update title in contributing.mdAnup Patel
2019-01-16top: Update top-level README.md to build/install documentation PDFAnup Patel
2019-01-16Makefile: Add make targets to build and install documentationAnup Patel
2019-01-05Makefile: Use '=' instead of '?=' for make variablesAnup Patel
2019-01-04docs: Add a contributing documentAlistair Francis
2019-01-04Makefile: Force GCC to preprocess the linker fileAlistair Francis
2019-01-04Makefile: Convert to a more standard formatAlistair Francis
2019-01-04Makefile: Use generic flags for the firmwareAlistair Francis
2019-01-04Makefile: Use generic flags for the platformAlistair Francis
2019-01-04Makefile: Support verbosity using standard V=1Alistair Francis
2019-01-03lib: Handle misaligned load/store on FP regsAnup Patel
2019-01-03include: Add hard FP access macros and definesAnup Patel
2019-01-03Merge pull request #16 from damien-lemoal/masterAlistair Francis
2019-01-03platform: kendryte/k210: Simplify sysctl codeDamien Le Moal
2019-01-03platform: kendryte/k210: Declare local function staticDamien Le Moal
2019-01-03Makefile: Fix messagesDamien Le Moal
2019-01-02include: Remove redundant tmp0 from struct sbi_scratchAnup Patel
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel
2019-01-02include: Replace #csr with __ASM_STR(csr) in csr_xyz() macrosAnup Patel
2019-01-02include: Remove redundant csr_read_n() and csr_write_n()Anup Patel
2018-12-31docs: Add documenation for QEMU platformsAnup Patel
2018-12-31top: Minor typo fixes in top-level README.mdAnup Patel
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel
2018-12-31platform: Fix author name for Kendryte K210 platformAnup Patel
2018-12-31platform: Rename sifive/hifive_u540 to sifive/fu540Anup Patel
2018-12-27lib: Print mtval in sbi_trap_error()Anup Patel
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel
2018-12-27firmware: Rename fw_common.S to fw_base.SAnup Patel
2018-12-27top: Improve 'clean' and 'distclean' makefile targetsAnup Patel
2018-12-27top: Improve inst_file_list() in Makefile for payloads installationAnup Patel
2018-12-27firmware: Use dummy payload for FW_PAYLOADAnup Patel
2018-12-27firmware: Add separate dummy payload for FW_PAYLOADAnup Patel
2018-12-27lib: Move ECALL defines to sbi_ecall_interface.hAnup Patel
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel
2018-12-26lib: Move instruction encoding macros to riscv_encoding.hAnup Patel
2018-12-26top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILEAnup Patel
2018-12-25README: UpdateDamien Le Moal
2018-12-25Makefile: Fix cleanDamien Le Moal