summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* x86: flatten hierarchy4.14.1Stefan Reinauer2015-07-131-16/+70
* arch/x86/Makefile.inc: Calculate CBFS_BASE_ADDRESS variableMartin Roth2015-07-111-0/+3
* payloads: Reorganize Makefile.incs for external payloadsStefan Reinauer2015-07-071-32/+0
* x86 makefile: Use preprocessed linker filesMarc Jones2015-07-071-5/+6
* x86: Drop -Wa,--divideStefan Reinauer2015-07-071-3/+0
* Unconditionally compile romstage with -Wa,--divideStefan Reinauer2015-07-071-0/+3
* x86: Move architecture selection from linker script to Makefile.incStefan Reinauer2015-06-261-3/+13
* acpi: bring back ability to link DSDT into ramstagePatrick Georgi2015-06-231-0/+17
* SeaBIOS: Clean up build command line.Martin Roth2015-06-231-3/+2
* x86: Make x86 architecture makefiles x64 awareStefan Reinauer2015-06-161-9/+16
* arch/x86: No need to specify -Wa,--divide in a MakefilePatrick Georgi2015-06-041-3/+1
* Make DSDT a file in CBFS rather than embedding it into ramstage.Vladimir Serbinenko2015-06-021-13/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-3/+3
* Use __ROMSTAGE__ to denote romstagePatrick Georgi2015-04-291-2/+2
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-1/+2
* build system: Fix SeaBIOS integration with multilib compilersPatrick Georgi2015-04-101-1/+3
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-1/+1
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-8/+10
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-2/+2
* build system x86: deprecate bootblock_lds and ldscripts variablesPatrick Georgi2015-04-041-17/+16
* build system: use full (in-tree) pathsPatrick Georgi2015-04-041-9/+4
* x86: rename ldscript_failover.ld to failover.ldPatrick Georgi2015-04-041-1/+1
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-3/+3
* arch/x86: Guard option table specific rules with HAVE_OPTION_TABLEPatrick Georgi2015-03-281-13/+14
* build system: normalize linker script file namesPatrick Georgi2015-03-281-6/+6
* x86: fix romstage_null.debug link w/o --gc-sectionsAaron Durbin2015-03-211-1/+1
* coreboot: x86: enable gc-sectionsAaron Durbin2015-03-171-6/+2
* x86: Update the check for Forbidden global variablesFurquan Shaikh2014-12-051-2/+3
* build system: remove ROMSTAGE_ELF variablePatrick Georgi2014-12-021-5/+5
* Unify remaining binutils invocationsPatrick Georgi2014-11-301-9/+1
* build system: unify linker use across gcc and clangPatrick Georgi2014-11-251-15/+3
* build system: use a single variable name for compiler runtimesPatrick Georgi2014-11-251-7/+7
* romstage: Pass .car.data as ignored section while adding romstageFurquan Shaikh2014-11-041-1/+2
* build: Allow clang build linkage to use libcompiler-rtEdward O'Callaghan2014-10-281-3/+3
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-1/+1
* Kconfig: Allow native vga init to be selectable for SeaBIOS payloadEdward O'Callaghan2014-10-041-0/+1
* payloads/external/SeaBIOS: Allow setting buffers below 0xC0000Martin Roth2014-09-121-0/+1
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-111-2/+1
* arch/x86/Makefile.inc: trivial: fix indent of informative output about bootblockDaniele Forsi2014-08-031-1/+1
* payloads/external/SeaBIOS: Use coreboot’s serial console settingsMartin Roth2014-07-311-0/+2
* build: Pass correct disassembly flags in Clang buildEdward O'Callaghan2014-06-271-1/+1
* build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan2014-06-061-3/+3
* build: use CFLAGS_* in more places where they're neededPatrick Georgi2014-05-191-12/+12
* build: move include paths where they belongPatrick Georgi2014-05-191-1/+1
* build: break compiler flags out of $(CC)Patrick Georgi2014-05-171-1/+1
* build: separate CPPFLAGS from CFLAGSPatrick Georgi2014-05-171-1/+1
* build: CPPFLAGS is more common than INCLUDESPatrick Georgi2014-05-171-4/+4
* SeaBIOS: Fix cpp usePatrick Georgi2014-05-111-1/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-29/+55
OpenPOWER on IntegriCloud