summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2023-05-22Makefile: Dereference symlinks on installFilip Filmar
2023-03-01make: Add a command line option for debugging OpenSBIBin Meng
2023-02-08Makefile: Add missing .dep files for fw_*.elf.ldJessica Clarke
2023-01-06Makefile: Remove -N ldflag to prevent linker RWX warningRahul Pathak
2022-12-04Makefile: bugfix for handling platform pathsAlejandro Cabrera Aldaya
2022-12-04Makefile: replace `echo` with `printf` for compatibilityKaDiWa
2022-10-23Makefile: Add rules for carray sources in lib/sbiVivian Wang
2022-10-23Makefile: Add cscope supportTan En De
2022-08-08Makefile: Fix typo related to object.mkAnup Patel
2022-08-08platform: Remove redundant config.mk from all platformsAnup Patel
2022-08-08Makefile: Compile lib/utils sources separately for each platformAnup Patel
2022-08-08Makefile: Add initial kconfig support for each platformAnup Patel
2022-05-13Makefile: Add support for generating C array at compile timeAnup Patel
2022-05-13Makefile: Allow generated C source to be anywhere in build directoryAnup Patel
2022-02-04Makefile: fix build with binutils 2.38Aurelien Jarno
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