platform/kernel/opensbi.git
2018-12-25 Damien Le MoalMakefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIX
2018-12-22 Atish PatraMerge pull request #4 from riscv/avpatel/master
2018-12-22 Anup Pateltop: Typo fix in top-level README.md
2018-12-22 Anup Patelplatform: Remove PLAT_HART_COUNT and PLAT_HART_STACK_SIZE
2018-12-22 Anup Patelfirmware: Don't depend on PLAT_HART_COUNT and PLAT_HART...
2018-12-22 Anup Patelfirmware: Remove stack section from common linker script
2018-12-22 Anup Patelplatform: Remove PLAT_NAME from all platforms
2018-12-22 Anup PatelMerge pull request #3 from riscv/unleashed_working_12_21
2018-12-22 Atish PatraDisable all interrupts during warm irqchip init.
2018-12-22 Atish PatraIntroduce hart disabled parameter in platform.
2018-12-22 Anup PatelFix plic warm init in platform code.
2018-12-22 Anup PatelFix plic warm init in common code.
2018-12-22 Atish PatraMove hardcoded uart constant to macros.
2018-12-21 Damien Le MoalIntroduce HAS_MFAULTS_DELEGATION feature
2018-12-21 Anup Patelplatform: kendryte/k210: Don't include math.h
2018-12-21 Anup Patelfirmware: Remove redundant write to mideleg and medeleg
2018-12-21 Anup PatelRevert "Fix FDT relocation"
2018-12-21 Anup Patellib: Remove prints from sbi_hart_switch_mode()
2018-12-21 Anup Patellib: Fix delegate_traps() for Linux boot
2018-12-21 Damien Le Moalconsole: protect output with a spinlock
2018-12-21 Damien Le MoalKendryte-k210: Remove unnecessary asm functions
2018-12-21 Damien Le MoalIntroduce sbi_current_hartid()
2018-12-21 Damien Le MoalCleanup and rename sbi_hart_boot_next()
2018-12-21 Damien Le MoalFiw comment typo
2018-12-21 Damien Le MoalUpdate Kendryte k210 support
2018-12-21 Damien Le MoalFix interrupt and exception delegation
2018-12-21 Damien Le MoalAdd a hang message
2018-12-21 Damien Le MoalAdd a banner
2018-12-21 Damien Le Moalfw: Disable delegation
2018-12-21 Damien Le MoalFix FDT relocation
2018-12-21 Damien Le MoalRefine platform features control
2018-12-21 Atish Patralib: Hang in sbi_hart_boot_next() if next mode is not...
2018-12-21 Anup Pateltop: Rename "plat" to "platform" everywhere
2018-12-21 Anup Patellib: Introduce bitmap to track HARTs waiting for coldboot
2018-12-21 Anup Pateltop: Rename "blob" to "firmware" everywhere
2018-12-21 Anup Patellib: sbi_hart: Remove unwanted sbi_printf()
2018-12-21 Anup Pateldocs: Add documentation for firmware blobs
2018-12-21 Anup Pateltop: More detailed top-level README.md
2018-12-21 Anup PatelMerge pull request #1 from riscv/atish_fix_1
2018-12-20 Atish PatraSupport unsigned long in sbi_printf
2018-12-20 Atish PatraUse wfi for coldboot finish call.
2018-12-20 Atish PatraFix baud rate divisor computation for U540.
2018-12-20 Atish PatraSupport /r/n as newline character.
2018-12-20 Atish PatraHiFive Unleashed has 5 harts. Fix the config to reflect...
2018-12-20 Anup Patelplat: kendryte/k210: Enable fw_payload in config.mk
2018-12-20 Damien Le Moalplat: Add Kendryte k210 initial support
2018-12-20 Damien Le Moalblob: Fix comments
2018-12-20 Damien Le MoalAdded .gitignore
2018-12-19 Anup Patelblob: payload: Add FW_PAYLOAD_FDT_PATH option
2018-12-19 Anup Patelblob: Rename FW_xyz_FDT_OFFSET to FW_xyz_FDT_ADDR
2018-12-19 Anup Patelblob: Rename PLAT_TEXT_START to FW_TEXT_START
2018-12-19 Anup Patelblob: payload: Introduce FW_PAYLOAD_OFFSET compile...
2018-12-19 Damien Le Moalblob: Fix comment typos
2018-12-16 Anup Patelplat: clint: Reduce use of atomic operation on IPI...
2018-12-16 Anup Patelplat: Add separate platform support for QEMU sifive_u...
2018-12-16 Anup Patellib: Don't emulate CSR read for misa and mhartid
2018-12-11 Anup PatelInitial commit.