summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri1-1/+1
2021-03-19firmware: Support position independent executionVincent Chen1-1/+1
2020-11-02Makefile: Add option to use toolchain default ABI and ISA stringAnup Patel1-4/+14
2020-10-18Makefile: Allow padding zeros when converting DTB to C sourceHeinrich Schuchardt1-2/+5
2020-10-18Makefile: Build ELF, BIN and LD script in platform build directoryAnup Patel1-9/+9
2020-10-10makefile: fix clean directiveDamien Le Moal1-0/+2
2020-06-05firmware: Remove FW_PAYLOAD_FDT and related documentationAnup Patel1-2/+0
2020-06-05Makefile: Add mechanism for platforms to have multiple builtin DTBsAnup Patel1-0/+17
2020-06-05Makefile: Preprocess builtin DTSAnup Patel1-2/+2
2020-06-05Makefile: Fix builtin DTB compilation for out-of-tree platformsAnup Patel1-3/+3
2020-03-13Makefile: Fix distclean make targetAnup Patel1-4/+5
2020-03-08makefile: Do setup of the install target more flexibleNikita Ermakov1-20/+47
2020-02-06makefile: add support for building on macOSAlex Richardson1-3/+10
2020-01-08build: Use -ffreestandingKhem Raj1-1/+1
2019-10-02Makefile: Minor fix in OPENSBI_VERSION_GITAnup Patel1-1/+1
2019-08-19Include `git describe` in OpenSBIPalmer Dabbelt1-0/+4
2019-06-29include: Add version info to struct sbi_platformAbner Chang1-2/+2
2019-06-19platform: Move platform common to lib/utils.Atish Patra1-10/+19
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-7/+7
2019-04-30Makefile: explicitly disable PIEKarsten Merker1-0/+1
2019-04-09TOP: Allow building platform out-of-treeAnup Patel1-25/+49
2019-02-28Fix missing quotes in MakefileAndreas Schwab1-1/+1
2019-02-28Fix makefile dependency generationAndreas Schwab1-2/+2
2019-02-26Makefile: Set the platform variables before parsing the platformsAlistair Francis1-8/+10
2019-02-22Makefile: Rename compile_ld() to compile_elf()Anup Patel1-7/+7
2019-02-19Makefile: Use sed instead of awk to parse OpenSBI versionAnup Patel1-2/+2
2019-02-19Makefile: Fix error evaluating OPENSBI_CC_XLENAnup Patel1-25/+25
2019-02-17Makefile: Fix the assignment of OPENSBI_CC_XLENAlistair Francis1-3/+3
2019-02-15Makefile: Add 'make run' command for platform specific runOlof Johansson1-0/+15
2019-02-15Makefile: Make sure ld is always aware of the target abi/emulationNick Kossifidis1-1/+3
2019-02-12Makefile: Set ABI, ISA and Code Model in top-level makeAnup Patel1-0/+26
2019-02-08Makefile: Ensure lgcc is includedAlistair Francis1-1/+1
2019-02-08platform/qemu/virt: Dynamically calculate xlenAlistair Francis1-0/+3
2019-02-06Makefile: don't disable built-in variablesAndreas Schwab1-2/+2
2019-02-05Makefile: Don't rely on "echo -n"Olof Johansson1-2/+2
2019-01-25include: Add separate header for OpenSBI versionAnup Patel1-8/+6
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-22Makefile: Don't install generic headers under <install_dir>/platformAnup Patel1-1/+0
2019-01-22docs: Add OpenSBI version to doxygen.cfgAnup Patel1-1/+1
2019-01-21Makefile: Improve readabilityDamien Le Moal1-24/+13
2019-01-21Makefile: Add support for device tree compilationDamien Le Moal1-0/+11
2019-01-18platform: Include libfdt & libc.Atish Patra1-0/+1
2019-01-16Makefile: Add make targets to build and install documentationAnup Patel1-0/+17
2019-01-05Makefile: Use '=' instead of '?=' for make variablesAnup Patel1-6/+26
2019-01-04Makefile: Force GCC to preprocess the linker fileAlistair Francis1-1/+1
2019-01-04Makefile: Convert to a more standard formatAlistair Francis1-38/+41
2019-01-04Makefile: Use generic flags for the firmwareAlistair Francis1-0/+1
2019-01-04Makefile: Use generic flags for the platformAlistair Francis1-7/+10
2019-01-04Makefile: Support verbosity using standard V=1Alistair Francis1-36/+26
2019-01-03Makefile: Fix messagesDamien Le Moal1-7/+7