aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
AgeCommit message (Expand)Author
2016-03-17build system: Allow overriding the path to the futility binaryPatrick Georgi
2016-03-15Makefile.inc: Add toupper, tolower, and ws_to_under macrosMartin Roth
2016-03-09Makefile: Add build-time overlap check for programs loaded after corebootJulius Werner
2016-03-09Makefile: Update payload clean targetsMartin Roth
2016-03-09Add option for "timeless" buildsNico Huber
2016-03-01Makefile.inc: Add dependency on util/kconfig/conf for config.hMartin Roth
2016-02-26payloads: Load coreinfo as a secondary payloadMartin Roth
2016-02-22cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner
2016-02-18Payloads: Add U-Boot as a coreboot-payloadMartin Roth
2016-02-11util/marvell: Add Marvell doimage utility and dependency in relevant MakefileRuilin Hao
2016-02-10gitconfig: Fix make gitconfig if USE_BLOBS is disabledPatrick Georgi
2016-02-03build system: Add another post-processing stepPatrick Georgi
2016-02-03build_system: Extend site-localMartin Roth
2016-02-03buildgcc: Move all toolchain build targets to util/crossgccStefan Reinauer
2016-02-03buildgcc: Rename ARM target from armv7a to armStefan Reinauer
2016-02-02build system: add Chrome OS futility to toolsPatrick Georgi
2016-01-29build system: allow modifying cbfstool options for files-in-regionsPatrick Georgi
2016-01-29build system: Unwind multi-region cbfstool add commandsPatrick Georgi
2016-01-29build system: deduplicate users of cbfs-add-cmdPatrick Georgi
2016-01-29build system: deduplicate use of cbfs-autogen-attributesPatrick Georgi
2016-01-29build system: deduplicate the addition of alignment/base argumentsPatrick Georgi
2016-01-29build system: pass $(file) explicitlyPatrick Georgi
2016-01-29build system: separate cbfstool add invocations into separate commandsPatrick Georgi
2016-01-29build system: reformat cbfs-add-cmdPatrick Georgi
2016-01-28Move object files to $(obj)/<class>/Nico Huber
2016-01-27build system: Fix UPDATE_IMAGEPatrick Georgi
2016-01-26Makefile.inc: error if UPDATE_IMAGE is enabled with no coreboot.romMartin Roth
2016-01-25Makefile: Don't copy thin archives aroundNico Huber
2016-01-23Makefile.inc: Comment some 'else' and 'endif' statementsMartin Roth
2016-01-22build system: Add option for auto generated cbfs attributesWerner Zeh
2016-01-21vboot: Install files into FW_MAIN_A and FW_MAIN_B unless they're for ROPatrick Georgi
2016-01-21build system: allow assigning files to regionsPatrick Georgi
2016-01-21Makefile.inc: allow coreboot to be a git submoduleBen Gardner
2016-01-21build system: Initialize all CBFS regionsPatrick Georgi
2016-01-14Makefile: Add 3rdparty to CPPFLAGS_commonJimmy Huang
2016-01-12Makefile: Add toolchain version checkMartin Roth
2016-01-07Makefile.inc: update location of dsdtMartin Roth
2016-01-06commonlib: Add function to hash contents of a CBFS region.Aaron Durbin
2016-01-04util/crossgcc: Add ppc64el supportTimothy Pearson
2015-12-30Makefile.inc: Fmaptool build fixesMartin Roth
2015-12-20Makefile.inc: Move addition of payload rev & config to payload makefileMartin Roth
2015-12-17Makefile.inc: Include build/dsdt.d if it existsMartin Roth
2015-12-17Makefile.inc: Document extract_nth and the fields it extractsMartin Roth
2015-12-11build system: Switch to fmap based firmware layoutPatrick Georgi
2015-12-06Makefile.inc: Add AMDFWTOOL to tools so abuild will stop failingMartin Roth
2015-12-06Makefile: Individualize help targets & set as non-compile targetsMartin Roth
2015-12-05build system: Drop useless variable and dependencyPatrick Georgi
2015-12-04build system: actually provide revision information in defconfigPatrick Georgi
2015-12-02build system: Emit some build output while adding files to CBFSPatrick Georgi
2015-12-02build system: drop one level of indirectionPatrick Georgi
2015-12-02build system: Add more files through cbfs-files instead of manual rulesPatrick Georgi
2015-12-02build system: make cbfs-files mechanism spaces-safePatrick Georgi
2015-12-02build system: Allow giving additional cbfstool options to cbfs-files-yPatrick Georgi
2015-12-02build system: replace files on UPDATE_IMAGEPatrick Georgi
2015-12-01Makefile.inc: make sure .xcompile is removed when building toolsMartin Roth
2015-12-01build system: strip quotes from CONFIG_CBFS_PREFIX in a single locationPatrick Georgi
2015-11-29build system: move defconfig creation into a cbfs-files filterPatrick Georgi
2015-11-29build system: break overly long lines into logical unitsPatrick Georgi
2015-11-29build system: Move manual cbfstool add* invocations to cbfs-filesPatrick Georgi
2015-11-29build system: don't try to add cbfs-files with no backing filePatrick Georgi
2015-11-29build system: establish priority levels for CBFS file additionsPatrick Georgi
2015-11-27Makefile.inc: Add build targets for IASL & ClangMartin Roth
2015-11-24Makefiles: Add / Update help for makefile targetsMartin Roth
2015-11-23IASL: Enable warnings as errorsMartin Roth
2015-11-19crossgcc: Update makefile buildsMartin Roth
2015-11-19amdfwtool: Add amdfwtool to combine AMD firmwaresZheng Bao
2015-11-11Makefile.inc: Build test intelvbttoolPaul Menzel
2015-11-07arm64: remove secmonAaron Durbin
2015-11-05cpu/microcode: Remove EXTERNAL / ADDED_DURING_BUILD variablesTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-27Makefile: Fix dependency tracking for linker scriptsJulius Werner
2015-10-25Separate bootsplash image menuconfig option from othersKonstantin Aladyshev
2015-10-24util: add ectool, superiotool, and viatool to what-jenkins-doesMartin Roth
2015-10-24util: update junit.xml targetMartin Roth
2015-10-18Makefile.inc: Put every tool in `TOOLLIST` on separate linePaul Menzel
2015-10-17Add junit.xml code to top Makefile.inc instead of utilsMartin Roth
2015-10-17enable lint-stable build on jenkinsMartin Roth
2015-10-17lint: Move the lint script out of Makefile.incMartin Roth
2015-10-15Update 'what-jenkins-does' makefile target for junit filenameMartin Roth
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-14vboot: allow more flexibility when adding verstageAaron Durbin
2015-10-11vboot: remove remnants of VBOOT_STUBAaron Durbin
2015-09-30Makefile.inc: Align paths in CBFS add messagesPaul Menzel
2015-09-28cbfs: allow cbfs-files to use compressionDaisuke Nojiri
2015-09-22linking: link bootblock.elf with .data and .bss sections againAaron Durbin
2015-09-22coreboot: introduce commonlibAaron Durbin
2015-09-16cbfstool: remove locate commandAaron Durbin
2015-09-09linking: add and use LDFLAGS_commonAaron Durbin
2015-09-09rmodule: use program.ld for linkingAaron Durbin
2015-09-07microcode: Unify rules to add microcode to CBFS once againAlexandru Gagniuc
2015-08-19Store the payload config and revision in CBFSMartin Roth
2015-08-13x86: parameterize asl_template for CBFS inclusionAaron Durbin
2015-08-10what-jenkins-does: Add building chromeos configurationsPatrick Georgi
2015-08-10Makefile.inc: use correct makeJonathan A. Kollasch
2015-08-10build system: add minimized .config to coreboot imagePatrick Georgi
2015-08-10external payloads: COREBOOT_ROM_DEPENDENCIES needs to be late-evaluatedPatrick Georgi
2015-08-09Move function/data sections to common CFLAGSStefan Reinauer
2015-08-09payloads: Move payloads logic to payloads directoryStefan Reinauer
2015-08-09Makefile.inc: Clean up SeaBIOS clean command lineMartin Roth
2015-07-31what-jenkins-does: make CPU count configurablePatrick Georgi