Age | Commit message (Expand) | Author |
2021-12-16 | Makefile: Improve the method to disable -m(no-)save-restore option | Xiang W |
2021-12-11 | Makefile: Fix -msave-restore compile warning with CLANG-10 (or lower) | Anup Patel |
2021-10-20 | Makefile: Add build time and compiler info string | Wei Fu |
2021-07-27 | Makefile: Manually forward RELAX_FLAG to the assembler when linking with LLD | Bin Meng |
2021-07-11 | lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquad | Jessica Clarke |
2021-07-11 | Makefile: Support building with Clang and LLVM binutils | Jessica Clarke |
2021-07-11 | firmware: Only default FW_PIC to y if supported | Jessica Clarke |
2021-05-19 | Makefile: unconditionally disable SSP | Fabrice Fontaine |
2021-03-22 | include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__ | Marouene Boubakri |
2021-03-19 | firmware: Support position independent execution | Vincent Chen |
2020-11-02 | Makefile: Add option to use toolchain default ABI and ISA string | Anup Patel |
2020-10-18 | Makefile: Allow padding zeros when converting DTB to C source | Heinrich Schuchardt |
2020-10-18 | Makefile: Build ELF, BIN and LD script in platform build directory | Anup Patel |
2020-10-10 | makefile: fix clean directive | Damien Le Moal |
2020-06-05 | firmware: Remove FW_PAYLOAD_FDT and related documentation | Anup Patel |
2020-06-05 | Makefile: Add mechanism for platforms to have multiple builtin DTBs | Anup Patel |
2020-06-05 | Makefile: Preprocess builtin DTS | Anup Patel |
2020-06-05 | Makefile: Fix builtin DTB compilation for out-of-tree platforms | Anup Patel |
2020-03-13 | Makefile: Fix distclean make target | Anup Patel |
2020-03-08 | makefile: Do setup of the install target more flexible | Nikita Ermakov |
2020-02-06 | makefile: add support for building on macOS | Alex Richardson |
2020-01-08 | build: Use -ffreestanding | Khem Raj |
2019-10-02 | Makefile: Minor fix in OPENSBI_VERSION_GIT | Anup Patel |
2019-08-19 | Include `git describe` in OpenSBI | Palmer Dabbelt |
2019-06-29 | include: Add version info to struct sbi_platform | Abner Chang |
2019-06-19 | platform: Move platform common to lib/utils. | Atish Patra |
2019-06-19 | lib: Move sbi core library to lib/sbi | Atish Patra |
2019-04-30 | Makefile: explicitly disable PIE | Karsten Merker |
2019-04-09 | TOP: Allow building platform out-of-tree | Anup Patel |
2019-02-28 | Fix missing quotes in Makefile | Andreas Schwab |
2019-02-28 | Fix makefile dependency generation | Andreas Schwab |
2019-02-26 | Makefile: Set the platform variables before parsing the platforms | Alistair Francis |
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 |