summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-1/+3
* Makefile.inc: Stop running git repeatedly for each buildMartin Roth2016-04-191-0/+5
* Makefile.inc: Move payload code to payloads/Stefan Reinauer2016-04-151-12/+0
* Makefile.inc: Disassemble the ACPI AML to detect errorsMartin Roth2016-04-141-0/+1
* payloads: add iPXE 'payload' buildMartin Roth2016-04-131-4/+0
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-231-1/+1
* build system: Allow overriding the path to the futility binaryPatrick Georgi2016-03-171-1/+1
* Makefile.inc: Add toupper, tolower, and ws_to_under macrosMartin Roth2016-03-151-1/+7
* Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner2016-03-091-0/+46
* Makefile: Update payload clean targetsMartin Roth2016-03-091-3/+1
* Add option for "timeless" buildsNico Huber2016-03-091-1/+5
* Makefile.inc: Add dependency on util/kconfig/conf for config.hMartin Roth2016-03-011-0/+2
* payloads: Load coreinfo as a secondary payloadMartin Roth2016-02-261-1/+1
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-1/+6
* Payloads: Add U-Boot as a coreboot-payloadMartin Roth2016-02-181-2/+13
* util/marvell: Add Marvell doimage utility and dependency in relevant MakefileRuilin Hao2016-02-111-1/+1
* gitconfig: Fix make gitconfig if USE_BLOBS is disabledPatrick Georgi2016-02-101-1/+1
* build system: Add another post-processing stepPatrick Georgi2016-02-031-1/+5
* build_system: Extend site-localMartin Roth2016-02-031-2/+9
* buildgcc: Move all toolchain build targets to util/crossgccStefan Reinauer2016-02-031-86/+2
* buildgcc: Rename ARM target from armv7a to armStefan Reinauer2016-02-031-2/+2
* build system: add Chrome OS futility to toolsPatrick Georgi2016-02-021-1/+5
* build system: allow modifying cbfstool options for files-in-regions4.34.3Patrick Georgi2016-01-291-3/+11
* build system: Unwind multi-region cbfstool add commandsPatrick Georgi2016-01-291-4/+17
* build system: deduplicate users of cbfs-add-cmdPatrick Georgi2016-01-291-9/+3
* build system: deduplicate use of cbfs-autogen-attributesPatrick Georgi2016-01-291-3/+4
* build system: deduplicate the addition of alignment/base argumentsPatrick Georgi2016-01-291-7/+4
* build system: pass $(file) explicitlyPatrick Georgi2016-01-291-12/+12
* build system: separate cbfstool add invocations into separate commandsPatrick Georgi2016-01-291-8/+9
* build system: reformat cbfs-add-cmdPatrick Georgi2016-01-291-9/+9
* Move object files to $(obj)/<class>/Nico Huber2016-01-281-14/+2
* build system: Fix UPDATE_IMAGEPatrick Georgi2016-01-271-1/+1
* Makefile.inc: error if UPDATE_IMAGE is enabled with no coreboot.romMartin Roth2016-01-261-1/+4
* Makefile: Don't copy thin archives aroundNico Huber2016-01-251-2/+2
* Makefile.inc: Comment some 'else' and 'endif' statementsMartin Roth2016-01-231-8/+8
* build system: Add option for auto generated cbfs attributesWerner Zeh2016-01-221-3/+8
* vboot: Install files into FW_MAIN_A and FW_MAIN_B unless they're for ROPatrick Georgi2016-01-211-0/+1
* build system: allow assigning files to regionsPatrick Georgi2016-01-211-0/+9
* Makefile.inc: allow coreboot to be a git submoduleBen Gardner2016-01-211-1/+1
* build system: Initialize all CBFS regionsPatrick Georgi2016-01-211-3/+4
* Makefile: Add 3rdparty to CPPFLAGS_commonJimmy Huang2016-01-141-0/+1
* Makefile: Add toolchain version checkMartin Roth2016-01-121-0/+9
* Makefile.inc: update location of dsdtMartin Roth2016-01-071-1/+1
* commonlib: Add function to hash contents of a CBFS region.Aaron Durbin2016-01-061-0/+2
* util/crossgcc: Add ppc64el supportTimothy Pearson2016-01-041-4/+10
* Makefile.inc: Fmaptool build fixesMartin Roth2015-12-301-3/+4
* Makefile.inc: Move addition of payload rev & config to payload makefileMartin Roth2015-12-201-8/+0
* Makefile.inc: Include build/dsdt.d if it existsMartin Roth2015-12-171-0/+1
* Makefile.inc: Document extract_nth and the fields it extractsMartin Roth2015-12-171-0/+27
* build system: Switch to fmap based firmware layoutPatrick Georgi2015-12-111-4/+87