summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21kendryte/k210: Fix consoleDamien Le Moal
2019-01-21Makefile: Improve readabilityDamien Le Moal
2019-01-21Makefile: Add support for device tree compilationDamien Le Moal
2019-01-21lib: code cleanupDamien Le Moal
2019-01-21lib: Fix bannerDamien Le Moal
2019-01-21build: Introduce FW_PAYLOAD_ALIGNDamien Le Moal
2019-01-18platform: Fix compile error caused by standard includesAnup Patel
2019-01-18platform: No need to pass context id for plic fixup.Atish Patra
2019-01-18platform: Modify DT using libfdtAtish Patra
2019-01-18docs: Add licensing seciton for external projects.Atish Patra
2019-01-18platform: Remove string functions from tinyfdt.cAtish Patra
2019-01-18platform: Include libfdt & libc.Atish Patra
2019-01-18platform: Rename fdt.c to tinyfdt.cAtish Patra
2019-01-18platform: Add libfdt support.Atish Patra
2019-01-18platform: Add minimal libc support.Atish Patra
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-16include: Add __packed define for packed structuresAnup Patel
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel
2019-01-16lib: Add documentation for sbi_init() APIAnup Patel
2019-01-16include: Add __noreturn define for noreturn function attributeAnup Patel
2019-01-16docs: Update title in contributing.mdAnup Patel
2019-01-16top: Update top-level README.md to build/install documentation PDFAnup Patel
2019-01-16Makefile: Add make targets to build and install documentationAnup Patel
2019-01-05Makefile: Use '=' instead of '?=' for make variablesAnup Patel
2019-01-04docs: Add a contributing documentAlistair Francis
2019-01-04Makefile: Force GCC to preprocess the linker fileAlistair Francis
2019-01-04Makefile: Convert to a more standard formatAlistair Francis
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