platform/kernel/opensbi.git
2019-01-24 Damien Le Moaldocs: README.md update
2019-01-24 Damien Le Moaldocs/platform: Update QEMU platforms documentation
2019-01-24 Damien Le Moaldocs/platform: Add top level document file
2019-01-24 Damien Le Moaldocs/firmware: Update FW_PAYLOAD documentation
2019-01-24 Damien Le Moaldocs/firmware: Update FW_JUMP documentation
2019-01-24 Damien Le Moaldocs/firmware: Add top level document file
2019-01-24 Damien Le Moaldocs: Contribution guideline update
2019-01-24 Damien Le Moaltop: Rename LICENSE file to COPYING.BSD
2019-01-24 Damien Le Moalplatform: add template platform files
2019-01-24 Anup patelall: Update copyright header in all files
2019-01-23 Anup Patelinclude: Use TRUE/FALSE as return values in sbi_platfor...
2019-01-23 Anup Patelinclude: Rename ipi_inject() to ipi_send() for sbi_platform
2019-01-23 Anup Patelinclude: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE
2019-01-23 Anup Patelinclude: Update documentation of sbi_platform after...
2019-01-23 Anup Patellib: Remove target_hart and hartid parameter from TIMER...
2019-01-23 Anup Patellib: Remove hartid parameter from IRQCHIP callbacks
2019-01-23 Anup patellib: Remove source_hart and hartid parameter from IPI...
2019-01-23 Anup Patellib: Remove hartid paramter from early_init() and final...
2019-01-22 Atish Patradocs: Typo fixes.
2019-01-22 Bin Mengdocs: Fix nits in firmware/fw_jump.md
2019-01-22 Bin Mengtop: Fix broken links in top-level README.md
2019-01-22 Anup Patellib: Add doxygen style documentation for sbi_platform
2019-01-22 Anup Patellib: Update documentation of sbi_init()
2019-01-22 Anup PatelMakefile: Don't install generic headers under <install_...
2019-01-22 Anup Pateldocs: Add OpenSBI version to doxygen.cfg
2019-01-22 Atish Patralib: Do not access mi/edeleg register if S mode is...
2019-01-22 Atish Patralib: Allow sending IPI to self.
2019-01-22 Atish Patralib: Fix ipi type update
2019-01-22 Atish Patralib: Add atomic bit set/clear operations.
2019-01-22 Atish Patralib: Move software interrupt enablement from firmware...
2019-01-21 Anup Patellib: Use AMO instructions whenever __riscv_atomic is...
2019-01-21 Damien Le Moalsbi: Add ecall helpers
2019-01-21 Damien Le Moalpayload: rename dummy payload to test payload
2019-01-21 Damien Le Moalkendryte/k210: Add device tree support
2019-01-21 Damien Le Moalkendryte/k210: Fix console
2019-01-21 Damien Le MoalMakefile: Improve readability
2019-01-21 Damien Le MoalMakefile: Add support for device tree compilation
2019-01-21 Damien Le Moallib: code cleanup
2019-01-21 Damien Le Moallib: Fix banner
2019-01-21 Damien Le Moalbuild: Introduce FW_PAYLOAD_ALIGN
2019-01-18 Anup Patelplatform: Fix compile error caused by standard includes
2019-01-18 Atish Patraplatform: No need to pass context id for plic fixup.
2019-01-18 Atish Patraplatform: Modify DT using libfdt
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
next