index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-01-21
kendryte/k210: Fix console
Damien Le Moal
2019-01-21
Makefile: Improve readability
Damien Le Moal
2019-01-21
Makefile: Add support for device tree compilation
Damien Le Moal
2019-01-21
lib: code cleanup
Damien Le Moal
2019-01-21
lib: Fix banner
Damien Le Moal
2019-01-21
build: Introduce FW_PAYLOAD_ALIGN
Damien Le Moal
2019-01-18
platform: Fix compile error caused by standard includes
Anup Patel
2019-01-18
platform: No need to pass context id for plic fixup.
Atish Patra
2019-01-18
platform: Modify DT using libfdt
Atish Patra
2019-01-18
docs: Add licensing seciton for external projects.
Atish Patra
2019-01-18
platform: Remove string functions from tinyfdt.c
Atish Patra
2019-01-18
platform: Include libfdt & libc.
Atish Patra
2019-01-18
platform: Rename fdt.c to tinyfdt.c
Atish Patra
2019-01-18
platform: Add libfdt support.
Atish Patra
2019-01-18
platform: Add minimal libc support.
Atish Patra
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
2019-01-16
include: Add __packed define for packed structures
Anup Patel
2019-01-16
include: Add documentation for sbi_scratch and friends
Anup Patel
2019-01-16
lib: Add documentation for sbi_init() API
Anup Patel
2019-01-16
include: Add __noreturn define for noreturn function attribute
Anup Patel
2019-01-16
docs: Update title in contributing.md
Anup Patel
2019-01-16
top: Update top-level README.md to build/install documentation PDF
Anup Patel
2019-01-16
Makefile: Add make targets to build and install documentation
Anup Patel
2019-01-05
Makefile: Use '=' instead of '?=' for make variables
Anup Patel
2019-01-04
docs: Add a contributing document
Alistair Francis
2019-01-04
Makefile: Force GCC to preprocess the linker file
Alistair Francis
2019-01-04
Makefile: Convert to a more standard format
Alistair Francis
2019-01-04
Makefile: Use generic flags for the firmware
Alistair Francis
2019-01-04
Makefile: Use generic flags for the platform
Alistair Francis
2019-01-04
Makefile: Support verbosity using standard V=1
Alistair Francis
2019-01-03
lib: Handle misaligned load/store on FP regs
Anup Patel
2019-01-03
include: Add hard FP access macros and defines
Anup Patel
2019-01-03
Merge pull request #16 from damien-lemoal/master
Alistair Francis
2019-01-03
platform: kendryte/k210: Simplify sysctl code
Damien Le Moal
2019-01-03
platform: kendryte/k210: Declare local function static
Damien Le Moal
2019-01-03
Makefile: Fix messages
Damien Le Moal
2019-01-02
include: Remove redundant tmp0 from struct sbi_scratch
Anup Patel
2019-01-02
include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
Anup Patel
2019-01-02
include: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
Anup Patel
2019-01-02
include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
Anup Patel
2019-01-02
include: Replace #csr with __ASM_STR(csr) in csr_xyz() macros
Anup Patel
2019-01-02
include: Remove redundant csr_read_n() and csr_write_n()
Anup Patel
2018-12-31
docs: Add documenation for QEMU platforms
Anup Patel
2018-12-31
top: Minor typo fixes in top-level README.md
Anup Patel
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
2018-12-31
platform: Fix author name for Kendryte K210 platform
Anup Patel
2018-12-31
platform: Rename sifive/hifive_u540 to sifive/fu540
Anup Patel
2018-12-27
lib: Print mtval in sbi_trap_error()
Anup Patel
2018-12-27
lib: Rename target_hart parameter to hartid for PMP platform callbacks
Anup Patel
2018-12-27
lib: Simplify sbi_platform timer_init() hooks
Anup Patel
[next]