platform/kernel/opensbi.git
2019-01-18 Atish Patradocs: Add licensing seciton for external projects.
2019-01-18 Atish Patraplatform: Remove string functions from tinyfdt.c
2019-01-18 Atish Patraplatform: Include libfdt & libc.
2019-01-18 Atish Patraplatform: Rename fdt.c to tinyfdt.c
2019-01-18 Atish Patraplatform: Add libfdt support.
2019-01-18 Atish Patraplatform: Add minimal libc support.
2019-01-16 Anup Patelinclude: Add documentation for sbi_trap_regs and friends
2019-01-16 Anup Patelinclude: Add __packed define for packed structures
2019-01-16 Anup Patelinclude: Add documentation for sbi_scratch and friends
2019-01-16 Anup Patellib: Add documentation for sbi_init() API
2019-01-16 Anup Patelinclude: Add __noreturn define for noreturn function...
2019-01-16 Anup Pateldocs: Update title in contributing.md
2019-01-16 Anup Pateltop: Update top-level README.md to build/install docume...
2019-01-16 Anup PatelMakefile: Add make targets to build and install documen...
2019-01-05 Anup PatelMakefile: Use '=' instead of '?=' for make variables
2019-01-04 Alistair Francisdocs: Add a contributing document
2019-01-04 Alistair FrancisMakefile: Force GCC to preprocess the linker file
2019-01-04 Alistair FrancisMakefile: Convert to a more standard format
2019-01-04 Alistair FrancisMakefile: Use generic flags for the firmware
2019-01-04 Alistair FrancisMakefile: Use generic flags for the platform
2019-01-04 Alistair FrancisMakefile: Support verbosity using standard V=1
2019-01-03 Anup Patellib: Handle misaligned load/store on FP regs
2019-01-03 Anup Patelinclude: Add hard FP access macros and defines
2019-01-03 Alistair FrancisMerge pull request #16 from damien-lemoal/master
2019-01-03 Damien Le Moalplatform: kendryte/k210: Simplify sysctl code
2019-01-03 Damien Le Moalplatform: kendryte/k210: Declare local function static
2019-01-03 Damien Le MoalMakefile: Fix messages
2019-01-03 Anup Patelinclude: Remove redundant tmp0 from struct sbi_scratch
2019-01-02 Anup Patelinclude: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
2019-01-02 Anup Patelinclude: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
2019-01-02 Anup Patelinclude: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
2019-01-02 Anup Patelinclude: Replace #csr with __ASM_STR(csr) in csr_xyz...
2019-01-02 Anup Patelinclude: Remove redundant csr_read_n() and csr_write_n()
2018-12-31 Anup Pateldocs: Add documenation for QEMU platforms
2018-12-31 Anup Pateltop: Minor typo fixes in top-level README.md
2018-12-31 Anup Patellib: Redirect illegal instruction trap to S-mode when...
2018-12-31 Anup Patelplatform: Fix author name for Kendryte K210 platform
2018-12-31 Anup Patelplatform: Rename sifive/hifive_u540 to sifive/fu540
2018-12-27 Anup Patellib: Print mtval in sbi_trap_error()
2018-12-27 Anup Patellib: Rename target_hart parameter to hartid for PMP...
2018-12-27 Anup Patellib: Simplify sbi_platform timer_init() hooks
2018-12-27 Anup Patellib: Simplify sbi_platform ipi_init() hooks
2018-12-27 Anup Patellib: Simplify sbi_platform irqchip_init() hooks
2018-12-27 Anup Patellib: Simplify sbi_platform early_init() and final_init...
2018-12-27 Anup Patelfirmware: Rename fw_common.S to fw_base.S
2018-12-27 Anup Pateltop: Improve 'clean' and 'distclean' makefile targets
2018-12-27 Anup Pateltop: Improve inst_file_list() in Makefile for payloads...
2018-12-27 Anup Patelfirmware: Use dummy payload for FW_PAYLOAD
2018-12-27 Anup Patelfirmware: Add separate dummy payload for FW_PAYLOAD
2018-12-27 Anup Patellib: Move ECALL defines to sbi_ecall_interface.h
2018-12-26 Anup Patellib: Add misaligned load/store trap handling
2018-12-26 Anup Patellib: Move instruction encoding macros to riscv_encoding.h
2018-12-26 Anup Pateltop: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE
2018-12-25 Damien Le MoalREADME: Update
2018-12-25 Damien Le MoalMakefile: Fix clean
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
next