summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2025-12-15Makefile: sensible default value for OPENSBI_CC_XLEN.Benedikt Freisen
2025-12-01Makefile: define C language standard to "gnu11"Vladimir Kondratiev
2025-12-01Makefile: Only enable --print-gc-section for verbose (V=1) buildRahul Pathak
2025-06-15Makefile: Add flag for reprodubility compiler flagsKhem Raj
2025-06-14Makefile: Make $(LLVM) more flexibleCharlie Jenkins
2025-05-15Makefile: fix missing .debug_frame DWARF section for GCCParshintsev Anatoly
2025-04-13Makefile: Avoid repeated evaluation of shell commandsSamuel Holland
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland
2024-12-15Makefile: remove carry output if scripts/carray.sh failsBen Dooks
2024-12-15Makefile: Don't enable V-extension using -march optionAnup Patel
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen
2024-12-01Makefile: Fix POSIX grep for multiple patternsIgor Melnikov
2024-11-06Makefile: enable --gc-sectionsKele Zhang
2024-09-27Makefile: Make .carray.c files depend on carray.shSamuel Holland
2024-08-24Makefile: fix OPENSBI_VERSION_GIT build with submodulesDaniel Henrique Barboza
2024-07-04Makefile: remove any .carray.c during cleanBen Dooks
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-04-08Makefile: Remove unnecessary dependenciesSamuel Holland
2024-04-07Makefile: Respect manual changes to .configSamuel Holland
2024-04-05firmware: remove copy-base relocationXiang W
2024-02-05Makefile: check for --exclude-libsLeon M. Busch-George
2024-02-05Makefile: don't pass -mstrict-align if not supportedKalle Wachsmuth
2023-10-06Makefile: Add --exclude-libs ALL to avoid .dynsymVivian Wang
2023-08-22Makefile: Fix grep warningAndrew Jones
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