summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/Makefile
Commit message (Expand)AuthorAgeFilesLines
* payloads: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-6/+6
* Makefiles: Rename top-level Makefiles from .inc to .mkMartin Roth2024-01-241-2/+2
* libpayload: Install vboot headers and add include paths to lpgccJakub Czapiga2022-01-151-0/+1
* libpayload: Enable vboot integrationJakub Czapiga2022-01-101-2/+2
* libpayload/Makefile: Improve object files list creationJakub Czapiga2021-12-081-5/+19
* libpayload: Add coreboot commonlib/bsd include pathJakub Czapiga2021-12-011-0/+1
* libpayload: Add unit-tests framework and first test caseJakub Czapiga2021-10-181-5/+28
* libpayload: Add mock architectureJakub Czapiga2021-10-111-1/+40
* libpayload: Move EXTRA_CFLAGS to enable option overrideJakub Czapiga2021-09-011-1/+1
* util/kconfig: Uprev to Linux 5.13's kconfigPatrick Georgi2021-07-131-4/+5
* libpayload: Move .xcompile into $(obj)Nico Huber2021-01-011-6/+15
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* Makefile: Remove romccElyes HAOUAS2019-12-271-1/+0
* Remove MIPS architectureJulius Werner2019-11-201-2/+0
* libpayload: handle special-class-handlers before sourcesArthur Heymans2019-10-301-2/+2
* libpayload: Make libpayload compile using gnu11Raul E Rangel2018-07-161-1/+1
* libpayload: fix buildPatrick Georgi2017-01-251-14/+14
* build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi2017-01-241-11/+11
* libpayload: update junit.xml target, clean up outputMartin Roth2016-03-251-2/+2
* libpayload: Add missing autoconf dependencyNico Huber2015-09-101-1/+1
* libpayload: .xcompile target is an actual filePaul Kocialkowski2015-08-041-1/+1
* libpayload: Allow for KBUILD_DEFCONFIG overridePaul Kocialkowski2015-08-031-1/+1
* libpayload: Use top level xcompileStefan Reinauer2015-07-091-14/+14
* libpayload: architecture mapping is now done in xcompilePatrick Georgi2015-07-061-3/+3
* libpayload: drop LIBGCC_FILE_NAME variablePatrick Georgi2015-07-061-4/+0
* libpayload: defer including .xcompilePatrick Georgi2015-07-061-2/+9
* libpayload: Makefile: Use variables defined for KconfigStefan Reinauer2015-06-301-2/+2
* libpayload: Drop duplicate copy of KconfigStefan Reinauer2015-06-301-4/+9
* libpayload: arch/mips: Add basic MIPS architecture supportIonela Voinescu2015-03-211-0/+2
* libpayload: Add support for arm64 in libpayloadFurquan Shaikh2015-01-091-0/+2
* libpayload: Don't use default path for kconfigNico Huber2014-10-171-2/+2
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-2/+2
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-12/+12
* Revert "Makefile: Check $CC variable returned from xcompile is not empty."Alexandru Gagniuc2014-01-261-5/+0
* Makefile: Check $CC variable returned from xcompile is not empty.Andrew Wu2014-01-231-0/+5
* libpayload: Drop PowerPC architectureStefan Reinauer2013-11-261-2/+0
* libpayload: Fix the config file dependency in the Makefile templateGabe Black2013-03-181-1/+1
* libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPCGabe Black2013-03-131-1/+1
* libpayload: Initial ARMv7 portStefan Reinauer2012-12-141-3/+29
* Fixes to the libpayload build systemPatrick Georgi2011-07-031-1/+1
* Use coreboot build system for libpayload, too.Patrick Georgi2011-06-301-111/+204
* Resolved the bug of filo+libpayload building. The bug is if libpayload is ins...Cai Bai Yin2010-07-291-2/+2
* Incomplete implementation of libpci's (of pciutils) interface.Patrick Georgi2010-06-241-2/+2
* Change the libpayload "make install" default destination to be the source dir...Cai Bai Yin2010-06-221-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-2/+2
* install libpayload.ldscript on libpayload "make install"Stefan Reinauer2010-04-201-0/+1
* Allow easy libpayload compilation using xcompile.Stefan Reinauer2010-04-201-1/+4
* allow libpayload to completely build out of tree.Stefan Reinauer2010-03-251-16/+17
* This change adds PPC support to libpayload, and hooks it up in the buildPatrick Georgi2009-05-211-9/+10
* libpayload: Fix immediate rebuild after a cleanMart Raudsepp2008-11-251-1/+1