aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2019-01-16Makefile: Add make targets to build and install documentationAnup Patel
2019-01-05Makefile: Use '=' instead of '?=' for make variablesAnup Patel
2019-01-04Makefile: Force GCC to preprocess the linker fileAlistair Francis
2019-01-04Makefile: Convert to a more standard formatAlistair Francis
2019-01-04Makefile: Use generic flags for the firmwareAlistair Francis
2019-01-04Makefile: Use generic flags for the platformAlistair Francis
2019-01-04Makefile: Support verbosity using standard V=1Alistair Francis
2019-01-03Makefile: Fix messagesDamien Le Moal
2018-12-27top: Improve 'clean' and 'distclean' makefile targetsAnup Patel
2018-12-27top: Improve inst_file_list() in Makefile for payloads installationAnup Patel
2018-12-27firmware: Use dummy payload for FW_PAYLOADAnup Patel
2018-12-26top: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILEAnup Patel
2018-12-25Makefile: Fix cleanDamien Le Moal
2018-12-25Makefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIXDamien Le Moal
2018-12-21top: Rename "plat" to "platform" everywhereAnup Patel
2018-12-21top: Rename "blob" to "firmware" everywhereAnup Patel
2018-12-11Initial commit.Anup Patel