summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-27top: Improve 'clean' and 'distclean' makefile targetsAnup Patel1-7/+14
2018-12-27top: Improve inst_file_list() in Makefile for payloads installationAnup Patel1-7/+11
2018-12-27firmware: Use dummy payload for FW_PAYLOADAnup Patel1-1/+4
2018-12-26top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILEAnup Patel1-7/+7
2018-12-25Makefile: Fix cleanDamien Le Moal1-1/+1
2018-12-25Makefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIXDamien Le Moal1-7/+7
2018-12-21top: Rename "plat" to "platform" everywhereAnup Patel1-40/+40
2018-12-21top: Rename "blob" to "firmware" everywhereAnup Patel1-17/+17
2018-12-11Initial commit.Anup Patel1-0/+296