lib: sbi: Implement SBI CPPC extension
[platform/kernel/opensbi.git] / Makefile
2023-03-01 Bin Mengmake: Add a command line option for debugging OpenSBI
2023-02-08 Jessica ClarkeMakefile: Add missing .dep files for fw_*.elf.ld
2023-01-06 Rahul PathakMakefile: Remove -N ldflag to prevent linker RWX warning
2022-12-04 Alejandro Cabrera... Makefile: bugfix for handling platform paths
2022-12-04 KaDiWaMakefile: replace `echo` with `printf` for compatibility
2022-10-23 Vivian WangMakefile: Add rules for carray sources in lib/sbi
2022-10-23 Tan En DeMakefile: Add cscope support
2022-08-08 Anup PatelMakefile: Fix typo related to object.mk
2022-08-08 Anup Patelplatform: Remove redundant config.mk from all platforms
2022-08-08 Anup PatelMakefile: Compile lib/utils sources separately for...
2022-08-08 Anup PatelMakefile: Add initial kconfig support for each platform
2022-05-13 Anup PatelMakefile: Add support for generating C array at compile...
2022-05-13 Anup PatelMakefile: Allow generated C source to be anywhere in...
2022-02-04 Aurelien JarnoMakefile: fix build with binutils 2.38
2021-12-16 Xiang WMakefile: Improve the method to disable -m(no-)save...
2021-12-11 Anup PatelMakefile: Fix -msave-restore compile warning with CLANG...
2021-10-20 Wei FuMakefile: Add build time and compiler info string
2021-07-27 Bin MengMakefile: Manually forward RELAX_FLAG to the assembler...
2021-07-11 Jessica Clarkelib: utils: Drop dependency on libgcc by importing...
2021-07-11 Jessica ClarkeMakefile: Support building with Clang and LLVM binutils
2021-07-11 Jessica Clarkefirmware: Only default FW_PIC to y if supported
2021-05-19 Fabrice FontaineMakefile: unconditionally disable SSP
2021-03-22 Marouene Boubakriinclude: headers: Replace __ASSEMBLY__ with __ASSEMBLER__
2021-03-19 Vincent Chenfirmware: Support position independent execution
2020-11-02 Anup PatelMakefile: Add option to use toolchain default ABI and...
2020-10-18 Heinrich SchuchardtMakefile: Allow padding zeros when converting DTB to...
2020-10-18 Anup PatelMakefile: Build ELF, BIN and LD script in platform...
2020-10-10 Damien Le Moalmakefile: fix clean directive
2020-06-05 Anup Patelfirmware: Remove FW_PAYLOAD_FDT and related documentation
2020-06-05 Anup PatelMakefile: Add mechanism for platforms to have multiple...
2020-06-05 Anup PatelMakefile: Preprocess builtin DTS
2020-06-05 Anup PatelMakefile: Fix builtin DTB compilation for out-of-tree...
2020-03-13 Anup PatelMakefile: Fix distclean make target
2020-03-08 Nikita Ermakovmakefile: Do setup of the install target more flexible
2020-02-06 Alex Richardsonmakefile: add support for building on macOS
2020-01-08 Khem Rajbuild: Use -ffreestanding
2019-10-02 Anup PatelMakefile: Minor fix in OPENSBI_VERSION_GIT
2019-08-19 Palmer DabbeltInclude `git describe` in OpenSBI
2019-06-29 Abner Changinclude: Add version info to struct sbi_platform
2019-06-19 Atish Patraplatform: Move platform common to lib/utils.
2019-06-19 Atish Patralib: Move sbi core library to lib/sbi
2019-04-30 Karsten MerkerMakefile: explicitly disable PIE
2019-04-09 Anup PatelTOP: Allow building platform out-of-tree
2019-02-28 Andreas SchwabFix missing quotes in Makefile
2019-02-28 Andreas SchwabFix makefile dependency generation
2019-02-26 Alistair FrancisMakefile: Set the platform variables before parsing...
2019-02-22 Anup PatelMakefile: Rename compile_ld() to compile_elf()
2019-02-19 Anup PatelMakefile: Use sed instead of awk to parse OpenSBI version
2019-02-19 Anup PatelMakefile: Fix error evaluating OPENSBI_CC_XLEN
2019-02-17 Alistair FrancisMakefile: Fix the assignment of OPENSBI_CC_XLEN
2019-02-15 Alistair FrancisMerge pull request #59 from avpatel/make-run
2019-02-15 Olof JohanssonMakefile: Add 'make run' command for platform specific run
2019-02-15 Nick KossifidisMakefile: Make sure ld is always aware of the target...
2019-02-12 Anup PatelMakefile: Set ABI, ISA and Code Model in top-level...
2019-02-08 Alistair FrancisMakefile: Ensure lgcc is included
2019-02-08 Alistair Francisplatform/qemu/virt: Dynamically calculate xlen
2019-02-06 Andreas SchwabMakefile: don't disable built-in variables
2019-02-05 Olof JohanssonMakefile: Don't rely on "echo -n"
2019-01-25 Anup Patelinclude: Add separate header for OpenSBI version
2019-01-24 Anup patelall: Update copyright header in all files
2019-01-22 Anup PatelMakefile: Don't install generic headers under <install_...
2019-01-22 Anup Pateldocs: Add OpenSBI version to doxygen.cfg
2019-01-21 Damien Le MoalMakefile: Improve readability
2019-01-21 Damien Le MoalMakefile: Add support for device tree compilation
2019-01-18 Atish Patraplatform: Include libfdt & libc.
2019-01-16 Anup PatelMakefile: Add make targets to build and install documen...
2019-01-05 Anup PatelMakefile: Use '=' instead of '?=' for make variables
2019-01-04 Alistair FrancisMakefile: Force GCC to preprocess the linker file
2019-01-04 Alistair FrancisMakefile: Convert to a more standard format
2019-01-04 Alistair FrancisMakefile: Use generic flags for the firmware
2019-01-04 Alistair FrancisMakefile: Use generic flags for the platform
2019-01-04 Alistair FrancisMakefile: Support verbosity using standard V=1
2019-01-03 Alistair FrancisMerge pull request #16 from damien-lemoal/master
2019-01-03 Damien Le MoalMakefile: Fix messages
2018-12-27 Anup Pateltop: Improve 'clean' and 'distclean' makefile targets
2018-12-27 Anup Pateltop: Improve inst_file_list() in Makefile for payloads...
2018-12-27 Anup Patelfirmware: Use dummy payload for FW_PAYLOAD
2018-12-26 Anup Pateltop: Rename back CROSS_COMPILE_PREFIX to CROSS_COMPILE
2018-12-25 Damien Le MoalMakefile: Fix clean
2018-12-25 Damien Le MoalMakefile: Rename CROSS_COMPILE to CROSS_COMPILE_PREFIX
2018-12-21 Anup Pateltop: Rename "plat" to "platform" everywhere
2018-12-21 Anup Pateltop: Rename "blob" to "firmware" everywhere
2018-12-11 Anup PatelInitial commit.