aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-12-16Makefile: Improve the method to disable -m(no-)save-restore optionXiang W
2021-12-11Makefile: Fix -msave-restore compile warning with CLANG-10 (or lower)Anup Patel
2021-10-20Makefile: Add build time and compiler info stringWei Fu
2021-07-27Makefile: Manually forward RELAX_FLAG to the assembler when linking with LLDBin Meng
2021-07-11lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquadJessica Clarke
2021-07-11Makefile: Support building with Clang and LLVM binutilsJessica Clarke
2021-07-11firmware: Only default FW_PIC to y if supportedJessica Clarke
2021-05-19Makefile: unconditionally disable SSPFabrice Fontaine
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri
2021-03-19firmware: Support position independent executionVincent Chen
2020-11-02Makefile: Add option to use toolchain default ABI and ISA stringAnup Patel
2020-10-18Makefile: Allow padding zeros when converting DTB to C sourceHeinrich Schuchardt
2020-10-18Makefile: Build ELF, BIN and LD script in platform build directoryAnup Patel
2020-10-10makefile: fix clean directiveDamien Le Moal
2020-06-05firmware: Remove FW_PAYLOAD_FDT and related documentationAnup Patel
2020-06-05Makefile: Add mechanism for platforms to have multiple builtin DTBsAnup Patel
2020-06-05Makefile: Preprocess builtin DTSAnup Patel
2020-06-05Makefile: Fix builtin DTB compilation for out-of-tree platformsAnup Patel
2020-03-13Makefile: Fix distclean make targetAnup Patel
2020-03-08makefile: Do setup of the install target more flexibleNikita Ermakov
2020-02-06makefile: add support for building on macOSAlex Richardson
2020-01-08build: Use -ffreestandingKhem Raj
2019-10-02Makefile: Minor fix in OPENSBI_VERSION_GITAnup Patel
2019-08-19Include `git describe` in OpenSBIPalmer Dabbelt
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-19platform: Move platform common to lib/utils.Atish Patra
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra
2019-04-30Makefile: explicitly disable PIEKarsten Merker
2019-04-09TOP: Allow building platform out-of-treeAnup Patel
2019-02-28Fix missing quotes in MakefileAndreas Schwab
2019-02-28Fix makefile dependency generationAndreas Schwab
2019-02-26Makefile: Set the platform variables before parsing the platformsAlistair Francis
2019-02-22Makefile: Rename compile_ld() to compile_elf()Anup Patel
2019-02-19Makefile: Use sed instead of awk to parse OpenSBI versionAnup Patel
2019-02-19Makefile: Fix error evaluating OPENSBI_CC_XLENAnup Patel
2019-02-17Makefile: Fix the assignment of OPENSBI_CC_XLENAlistair Francis
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson
2019-02-15Makefile: Make sure ld is always aware of the target abi/emulationNick Kossifidis
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel
2019-02-08Makefile: Ensure lgcc is includedAlistair Francis
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis
2019-02-06Makefile: don't disable built-in variablesAndreas Schwab
2019-02-05Makefile: Don't rely on "echo -n"Olof Johansson
2019-01-25include: Add separate header for OpenSBI versionAnup Patel
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-22Makefile: Don't install generic headers under <install_dir>/platformAnup Patel
2019-01-22docs: Add OpenSBI version to doxygen.cfgAnup Patel
2019-01-21Makefile: Improve readabilityDamien Le Moal
2019-01-21Makefile: Add support for device tree compilationDamien Le Moal
2019-01-18platform: Include libfdt & libc.Atish Patra