aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
AgeCommit message (Expand)Author
2015-04-04build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi
2015-04-04build system: use full (in-tree) pathsPatrick Georgi
2015-04-04build system: Introduce manual file typePatrick Georgi
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-04-01build system: make CONFIG_* symbols disappear from objectsPatrick Georgi
2015-03-30x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-26build system: Test gccs that are actually usedPatrick Georgi
2015-03-24vboot2: separate verstage from bootblockDaisuke Nojiri
2015-03-21imgtec/danube: Build BIMG boot imagesPaul Burton
2015-03-21arch/mips: Add base MIPS architecture supportPaul Burton
2015-03-17coreboot: x86: enable gc-sectionsAaron Durbin
2015-03-17Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer
2015-03-17crossgcc: Add x86_64 to list of supported architecturesStefan Reinauer
2015-03-08crossgcc: Add RISC-V supportPatrick Georgi
2015-03-06Move generation of build.h into a shell scriptMartin Roth
2015-03-05build system: Only setup git hooks if we're in a git checkoutPatrick Georgi
2015-03-05build system: Only test for git oncePatrick Georgi
2015-03-04Only update submodules if the source is in a git repoMartin Roth
2015-02-28crossgcc: Add mips targetPatrick Georgi
2015-02-28build system: make crosstools should build all supported compilersPatrick Georgi
2015-02-17build system: Allow running make what-jenkins-does without ccachePatrick Georgi
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2014-12-28intel: Fix UPDATE-FIT step in buildKyösti Mälkki
2014-12-24build system: Fix regression after adding cbfs-files alignmentKyösti Mälkki
2014-12-19build system: allow defining alignment for cbfs-filesPatrick Georgi
2014-12-03build system: fix alignment functionPatrick Georgi
2014-12-02build system: remove ROMSTAGE_ELF variablePatrick Georgi
2014-12-01Add UCB RISCV support for architecture, soc, and emulation mainboard..Ronald G. Minnich
2014-11-30build system: only do the compiler test for gccPatrick Georgi
2014-11-26Export board-status info.Vladimir Serbinenko
2014-11-20crossgcc: Add buildsystem support for aarch64 compilerPatrick Georgi
2014-11-14build system: improve portabilityPatrick Georgi
2014-11-09build: Add ccopts back into the buildMarc Jones
2014-11-04build: fetch submodules as requiredPatrick Georgi
2014-10-04Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan
2014-10-02Provide a way to compile some files with -O0 optionVadim Bendebury
2014-10-02nvidia/cbootimage: avoid upstream's build systemPatrick Georgi
2014-09-23coreboot arm64: Add support for arm64 into coreboot frameworkFurquan Shaikh
2014-09-10nvidia-cbootimage: integrate into coreboot makeIsaac Christensen
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-09-05what-jenkins-does: kill build results earlyPatrick Georgi
2014-09-04build: add what-jenkins-does targetPatrick Georgi
2014-08-30AMD Steppe Eagle: New integrated southbridge (Avalon)Bruce Griffith
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-11lint: always remove temporary filesPatrick Georgi
2014-07-10build system: avoid more race conditionsPatrick Georgi
2014-07-08build system: prevent race on more tool binariesPatrick Georgi
2014-06-30Makefile.inc: Detect if a working clang binary exists before setEdward O'Callaghan
2014-06-29build: remove -ccopts mechanismPatrick Georgi
2014-05-26build system: re-enable clang usePatrick Georgi
2014-05-23build: allow obj=/absolute/pathPatrick Georgi
2014-05-17build: allow romcc to be wrappedPatrick Georgi
2014-05-17build: kill one indirectionPatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-17build: reduce duplication in payload adding rulesPatrick Georgi
2014-05-09Makefile.inc: Make clang once again a valid toolchainEdward O'Callaghan
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-03Move redundant Makefile rules from arch to top level.Furquan Shaikh
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-16buildsystem: check for coreboot toolchain by defaultPatrick Georgi
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-02-12utils/crossgcc: Refactor Makefiles for separate arm/i386.Edward O'Callaghan
2014-01-31baytrail: add initial supportAaron Durbin
2013-12-01Fix build with USE_OPTION_TABLEKyösti Mälkki
2013-06-24sandybridge: Make build possible without descriptor.binNico Huber
2013-03-18rmodule: add rmodules class and new typeAaron Durbin
2013-03-14x86: SMM Module SupportAaron Durbin
2013-03-12Fix 'git describe' invocationVadim Bendebury
2013-02-19build system: Retire REQUIRES_BLOBPatrick Georgi
2013-02-07armv7: Clean up arm/snow bootblock build process.Hung-Te Lin
2013-02-03armv7: Add 'bootblock' build class.Hung-Te Lin
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-03Add the push default to 'make gitconfig'Ronald G. Minnich
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-30Drop boot directoryStefan Reinauer
2012-11-27build system: Split linking into multiple stepsPatrick Georgi
2012-11-27Get rid of drivers classPatrick Georgi
2012-11-27 Make xcompile support multiple architecturesRonald G. Minnich
2012-11-19build system: use strip_quotes on cbfs-filesPatrick Georgi
2012-11-13SandyBridge/IvyBridge: Add IFD and ME firmware automaticallyStefan Reinauer
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-09mc146818rtc: Remove the hyphen to build on NetBSD and DarwinZheng Bao
2012-11-09mc146818rtc: Update the Day of Week in CMOS in the right way.Zheng Bao
2012-11-09Makefile.inc: Delete trailing space in build.hZheng Bao
2012-11-07Strip quotes from $(objcbfs)Stefan Reinauer
2012-11-07rtc: erase CMOS memory after power failureVincent Palatin
2012-10-22gitconfig: Create .git/hooks before copying files.Zheng Bao
2012-10-03buildsystem: ensure directory exists before usePatrick Georgi
2012-09-28build.h: Re-run hostname if it doesn't take '-s' option.Zheng Bao
2012-09-28lint: Add template for mktemp to meet BSD requirementsZheng Bao
2012-09-05buildsystem: Make CPU microcode updating more configurableAlexandru Gagniuc
2012-08-21Support use of the compression option when adding payloads to cbfs.Dave Frodin
2012-08-10gitconfig: upate commit-msg if newer one is availablezbao
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-07-27Re-run the git-describe if it fails at first try.zbao