summaryrefslogtreecommitdiffstats
path: root/payloads/coreinfo/Makefile
Commit message (Expand)AuthorAgeFilesLines
* util/kconfig: Uprev to Linux 5.13's kconfigPatrick Georgi2021-07-131-2/+2
* coreinfo: Use libpayload's new `Makefile.payload`Nico Huber2021-02-071-88/+33
* coreinfo: Unexport COREBOOT_EXPORTSNico Huber2021-02-071-0/+2
* coreinfo: Add support for link time optimizationJacob Garber2020-11-021-1/+5
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-141-5/+0
* payloads/coreinfo: Fix `make clean`Nico Huber2020-08-181-2/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* Makefile.inc, payloads: Enable -WvlaJacob Garber2019-08-201-1/+1
* payloads/coreinfo: Enable -Wmissing-prototypesJacob Garber2019-07-071-1/+2
* payloads/coreinfo: Enable -WextraJacob Garber2019-07-071-1/+1
* build system: don't run xcompile or git for %clean/%config targetsPatrick Georgi2017-01-241-3/+9
* payloads/coreinfo: Set KCONFIG_CONFIG valueMartin Roth2016-08-031-0/+1
* coreinfo: Add support to read timestampsAntonello Dettori2016-07-201-2/+2
* coreinfo: Update MakefileMartin Roth2016-04-261-2/+2
* coreinfo: Build libpayload in coreinfo directoryIru Cai2016-04-211-5/+6
* coreinfo: Rename libpayload variablesStefan Reinauer2016-03-161-11/+11
* coreinfo: Use tinycursesStefan Reinauer2016-03-151-2/+2
* coreinfo: Remove the LAR moduleJonathan Neuschäfer2016-03-131-1/+1
* codebase: Change makefile $(shell pwd) commands to $(CURDIR)Martin Roth2016-03-111-4/+4
* coreinfo: Fix libpayload to not install to libpayload/libpayloadMartin Roth2016-03-111-7/+7
* coreinfo/Makefile: change $(obj) to $(coreinfo_obj)Martin Roth2016-03-111-14/+14
* coreinfo: Remove .xcompile when doing a cleanMartin Roth2016-03-111-1/+1
* coreinfo: quote $(AS) and $(CC) in $(LPAS) and $(LPCC)Iru Cai2016-02-281-2/+2
* payloads/coreinfo: Add defaultbuild targetMartin Roth2016-02-021-0/+4
* coreinfo: use coreboot crosscompilerMartin Roth2015-12-021-8/+28
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* coreinfo: Fix build output (cosmetical)Stefan Reinauer2015-07-131-18/+18
* coreinfo: fix compilationStefan Reinauer2015-07-131-4/+7
* coreinfo: use coreboot's kconfigStefan Reinauer2015-07-011-5/+10
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* coreinfo: Build libpayload from coreinfo makefileMarc Jones2012-12-131-6/+19
* coreinfo: Make better calls to libpayload build scriptsMarc Jones2012-12-081-26/+25
* Change default path and configuration for Coreinfo.Myles Watson2010-08-051-1/+1
* Add initial support for a CBFS module for coreinfo.Uwe Hermann2009-07-071-1/+1
* Signed-off-by: Robert Millan <rmh@aybabtu.com>Robert Millan2008-11-111-2/+2
* [PATCH] coreinfo: Add multiboot parsing supportJordan Crouse2008-11-111-1/+1
* fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer2008-08-071-4/+5
* Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann2008-07-081-1/+2
* Quickfix to repair 'make clean; make menuconfig' (trivial).Uwe Hermann2008-05-111-2/+2
* coreinfo: Add a module for browsing the boot LARJordan Crouse2008-05-071-1/+1
* Add support for a 'bootlog' module to coreinfo.Uwe Hermann2008-04-221-1/+1
* coreinfo: Make coreinfo use the gcc-wrappers from libpayloadJordan Crouse2008-04-101-14/+9
* Doing another 'make' after a 'make clean' was broken until now. Fix itUwe Hermann2008-04-031-3/+3
* Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann2008-03-311-4/+4
* Various tiny fixes (trivial):Uwe Hermann2008-03-271-1/+1
* Add a recent kconfig version to coreinfo, in order to make theUwe Hermann2008-03-241-16/+70
* Smaller fixes to allow using -Wall (trivial).Uwe Hermann2008-03-201-1/+1