summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
...
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+3
* build system: Drop another vboot1 remnantPatrick Georgi2015-04-301-3/+0
* kbuild: automatically include northbridgesStefan Reinauer2015-04-291-2/+2
* kbuild: automatically include SOCsStefan Reinauer2015-04-291-1/+1
* kbuild: automatically include ECsStefan Reinauer2015-04-291-1/+3
* gitconfig: Use the right make executable in git hooksPatrick Georgi2015-04-281-1/+1
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-0/+4
* build system: Allow using .a archives as sourcePatrick Georgi2015-04-281-0/+10
* kbuild: automatically include southbridgesStefan Reinauer2015-04-271-3/+2
* Build system: Fix "dd: invalid number `0x800000'"WANG Siyuan2015-04-271-1/+1
* broadcom/cygnus: add secimage and sign bootblockDaisuke Nojiri2015-04-221-1/+1
* build system: add manual board id supportStefan Reinauer2015-04-221-0/+7
* build system: improve portability by not relying on extraordinary dd optionsPatrick Georgi2015-04-201-1/+1
* Makefile: Fix dependency tracking for ramstage objectsJulius Werner2015-04-171-1/+2
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-2/+5
* Makefile.inc: Only add `-Wno-unused-but-set-variable` for GCCPaul Menzel2015-04-081-1/+7
* build system: also use ramstage CPPFLAGS for ACPIPatrick Georgi2015-04-071-1/+1
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-0/+5
* Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner2015-04-061-5/+5
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-7/+5
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-2/+11
* build system: use full (in-tree) pathsPatrick Georgi2015-04-041-1/+1
* build system: Introduce manual file typePatrick Georgi2015-04-041-0/+5
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-3/+3
* build system: make CONFIG_* symbols disappear from objectsPatrick Georgi2015-04-011-1/+1
* x86/smm: Move SMM configuration out of generic MakefilePatrick Georgi2015-03-301-11/+0
* build system: provide generic compiler flag variablesPatrick Georgi2015-03-301-8/+4
* arm64: Add support for secure monitorFurquan Shaikh2015-03-281-1/+1
* build system: Test gccs that are actually usedPatrick Georgi2015-03-261-15/+0
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-241-6/+0
* imgtec/danube: Build BIMG boot imagesPaul Burton2015-03-211-2/+6
* arch/mips: Add base MIPS architecture supportPaul Burton2015-03-211-1/+2
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-171-1/+1
* Makefile.inc: Use -Og when compiling with GDB supportStefan Reinauer2015-03-171-1/+1
* crossgcc: Add x86_64 to list of supported architecturesStefan Reinauer2015-03-171-4/+10
* crossgcc: Add RISC-V supportPatrick Georgi2015-03-081-4/+10
* Move generation of build.h into a shell scriptMartin Roth2015-03-061-26/+2
* build system: Only setup git hooks if we're in a git checkoutPatrick Georgi2015-03-051-0/+1
* build system: Only test for git oncePatrick Georgi2015-03-051-7/+7
* Only update submodules if the source is in a git repoMartin Roth2015-03-041-4/+6
* crossgcc: Add mips targetPatrick Georgi2015-02-281-4/+10
* build system: make crosstools should build all supported compilersPatrick Georgi2015-02-281-1/+1
* build system: Allow running make what-jenkins-does without ccachePatrick Georgi2015-02-171-2/+2
* vboot2: add verstageStefan Reinauer2015-01-271-1/+8
* Revert "vboot2: add verstage"Paul Menzel2015-01-141-8/+1
* vboot2: add verstageDaisuke Nojiri2015-01-131-1/+8
* intel: Fix UPDATE-FIT step in buildKyösti Mälkki2014-12-281-1/+1
* build system: Fix regression after adding cbfs-files alignmentKyösti Mälkki2014-12-241-1/+1
* build system: allow defining alignment for cbfs-filesPatrick Georgi2014-12-191-8/+18