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
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2019-02-22
Makefile: Rename compile_ld() to compile_elf()
Anup Patel
2019-02-19
Makefile: Use sed instead of awk to parse OpenSBI version
Anup Patel
2019-02-19
Makefile: Fix error evaluating OPENSBI_CC_XLEN
Anup Patel
2019-02-17
Makefile: Fix the assignment of OPENSBI_CC_XLEN
Alistair Francis
2019-02-15
Makefile: Add 'make run' command for platform specific run
Olof Johansson
2019-02-15
Makefile: Make sure ld is always aware of the target abi/emulation
Nick Kossifidis
2019-02-12
Makefile: Set ABI, ISA and Code Model in top-level make
Anup Patel
2019-02-08
Makefile: Ensure lgcc is included
Alistair Francis
2019-02-08
platform/qemu/virt: Dynamically calculate xlen
Alistair Francis
2019-02-06
Makefile: don't disable built-in variables
Andreas Schwab
2019-02-05
Makefile: Don't rely on "echo -n"
Olof Johansson
2019-01-25
include: Add separate header for OpenSBI version
Anup Patel
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-22
Makefile: Don't install generic headers under <install_dir>/platform
Anup Patel
2019-01-22
docs: Add OpenSBI version to doxygen.cfg
Anup Patel
2019-01-21
Makefile: Improve readability
Damien Le Moal
2019-01-21
Makefile: Add support for device tree compilation
Damien Le Moal
2019-01-18
platform: Include libfdt & libc.
Atish Patra
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
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
Makefile: Fix messages
Damien Le Moal
2018-12-27
top: Improve 'clean' and 'distclean' makefile targets
Anup Patel
2018-12-27
top: Improve inst_file_list() in Makefile for payloads installation
Anup Patel
2018-12-27
firmware: Use dummy payload for FW_PAYLOAD
Anup Patel
2018-12-26
top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE
Anup Patel
2018-12-25
Makefile: Fix clean
Damien Le Moal
2018-12-25
Makefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIX
Damien Le Moal
2018-12-21
top: Rename "plat" to "platform" everywhere
Anup Patel
2018-12-21
top: Rename "blob" to "firmware" everywhere
Anup Patel
2018-12-11
Initial commit.
Anup Patel