summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-281-1/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-0/+1
* Rename VB_SOURCE to VBOOT_SOURCE for increased clarityPaul Kocialkowski2016-07-271-2/+2
* device: include devicetree in bootblock stageAaron Durbin2016-07-271-0/+1
* Makefile: Add uCode binary to FITSubrata Banik2016-07-241-1/+6
* flashmap: Use CONFIG_ROM_SIZE as flash size in flashmapWerner Zeh2016-06-211-1/+2
* Add Board Checklist SupportLee Leahy2016-06-031-0/+1
* Makefile: Add ifwitool to list of tools to be builtFurquan Shaikh2016-06-011-2/+6
* splash: Put the suffix of splash file to CBFS namezbao2016-05-261-3/+4
* jenkins: Run the romcc test suiteJonathan Neuschäfer2016-05-191-2/+3
* xip: Do not pass --xip for early stages if CAR supports code executionFurquan Shaikh2016-05-091-3/+11
* cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZEAaron Durbin2016-05-061-1/+6
* build system: create fmap for UPDATE_IMAGE configurations, tooPatrick Georgi2016-05-051-1/+1
* payload: Fix broken Linux kernel as payloadWerner Zeh2016-05-041-10/+0
* build system: rename fmap.h to fmap_config.hPatrick Georgi2016-05-031-3/+3
* 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