summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-12-25Makefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIXDamien Le Moal
2018-12-22Merge pull request #4 from riscv/avpatel/masterAtish Patra
2018-12-22top: Typo fix in top-level README.mdAnup Patel
2018-12-22platform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel
2018-12-22firmware: Don't depend on PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel
2018-12-22firmware: Remove stack section from common linker scriptAnup Patel
2018-12-22platform: Remove PLAT_NAME from all platformsAnup Patel
2018-12-22Merge pull request #3 from riscv/unleashed_working_12_21Anup Patel
2018-12-21Disable all interrupts during warm irqchip init.Atish Patra
2018-12-21Introduce hart disabled parameter in platform.Atish Patra
2018-12-21Fix plic warm init in platform code.Anup Patel
2018-12-21Fix plic warm init in common code.Anup Patel
2018-12-21Move hardcoded uart constant to macros.Atish Patra