summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien Le Moal
2018-12-21platform: kendryte/k210: Don't include math.hAnup Patel
2018-12-21firmware: Remove redundant write to mideleg and medelegAnup Patel
2018-12-21Revert "Fix FDT relocation"Anup Patel
2018-12-21lib: Remove prints from sbi_hart_switch_mode()Anup Patel
2018-12-21lib: Fix delegate_traps() for Linux bootAnup Patel
2018-12-21console: protect output with a spinlockDamien Le Moal
2018-12-21Kendryte-k210: Remove unnecessary asm functionsDamien Le Moal
2018-12-21Introduce sbi_current_hartid()Damien Le Moal
2018-12-21Cleanup and rename sbi_hart_boot_next()Damien Le Moal
2018-12-21Fiw comment typoDamien Le Moal
2018-12-21Update Kendryte k210 supportDamien Le Moal
2018-12-21Fix interrupt and exception delegationDamien Le Moal
2018-12-21Add a hang messageDamien Le Moal
2018-12-21Add a bannerDamien Le Moal
2018-12-21fw: Disable delegationDamien Le Moal
2018-12-21Fix FDT relocationDamien Le Moal
2018-12-21Refine platform features controlDamien Le Moal
2018-12-21lib: Hang in sbi_hart_boot_next() if next mode is not supportedAtish Patra
2018-12-21top: Rename "plat" to "platform" everywhereAnup Patel
2018-12-21lib: Introduce bitmap to track HARTs waiting for coldbootAnup Patel
2018-12-21top: Rename "blob" to "firmware" everywhereAnup Patel
2018-12-21lib: sbi_hart: Remove unwanted sbi_printf()Anup Patel
2018-12-21docs: Add documentation for firmware blobsAnup Patel
2018-12-21top: More detailed top-level README.mdAnup Patel
2018-12-21Merge pull request #1 from riscv/atish_fix_1Anup Patel
2018-12-20Support unsigned long in sbi_printfAtish Patra
2018-12-20Use wfi for coldboot finish call.Atish Patra
2018-12-20Fix baud rate divisor computation for U540.Atish Patra
2018-12-20Support /r/n as newline character.Atish Patra
2018-12-20HiFive Unleashed has 5 harts. Fix the config to reflect that.Atish Patra
2018-12-20plat: kendryte/k210: Enable fw_payload in config.mkAnup Patel