Age | Commit message (Expand) | Author |
2010-08-14 | My forgotten CAR cleanup patch... | Stefan Reinauer |
2010-08-14 | bootblock_prologue.c (not a .c file!) and i386/init/crt0_prologue.inc were | Stefan Reinauer |
2010-06-07 | Make sure VSA is linked as ELF32 for i386 (instead of whatever the compiler c... | Patrick Georgi |
2010-04-21 | oops, sorry for the last commit. This commit changes the code to distinguish | Stefan Reinauer |
2010-04-20 | Make VSA code selectable in Kconfig | Stefan Reinauer |
2010-04-19 | - Make abuild -sb work again | Patrick Georgi |
2010-04-17 | This piece of code was somehow lost in the switch to Kconfig, and re-activates | Stefan Reinauer |
2010-04-16 | Don't use $(ROMCC) as dependency (due to ccache and scanbuild support | Patrick Georgi |
2010-04-16 | Build utils into their source directory equivalent in | Patrick Georgi |
2010-04-15 | Avoid two conflicting invocations of build_opt_tbl | Patrick Georgi |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-09 | This patch changes C7 CAR code to be a single assembler file instead | Stefan Reinauer |
2010-04-09 | drop now unussed cpu_reset.inc | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-08 | Split crt0.S.lb into prologue and epilogue | Patrick Georgi |
2010-03-30 | get coreboot_ap memory training in cache mechanism in place. Didn't work since | Stefan Reinauer |
2010-03-30 | make crt0s and ldscripts evaluate late, so the chipset_* variables are there at | Stefan Reinauer |
2010-03-29 | - include option_table.h when it is created, and that's HAVE_OPTION_TABLE | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-29 | This patch fixes build.h dependencies in coreboot again. | Stefan Reinauer |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-25 | Add support to build with ccache in the build system | Patrick Georgi |
2010-03-24 | dependency tracking for coreboot | Stefan Reinauer |
2010-03-24 | CPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig. Drop their remainders. | Stefan Reinauer |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-16 | Left over strip_quotes definition. Top level Makefile | Patrick Georgi |
2010-03-16 | Strip quotes from COREBOOT_ROM_DEPENDENCIES | Patrick Georgi |
2010-03-16 | Improve dependency tracking for coreboot.rom | Patrick Georgi |
2010-03-16 | Various changes to the buildsystem: | Patrick Georgi patrick.georgi |
2010-03-15 | Add an AM2R2 entry in to the src/arch/i386/Makefile.inc. | Zheng Bao |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-03-13 | Fix llshell | Stefan Reinauer |
2010-03-01 | This patch implements MBI (modular bios interface) support to the i830 chipset. | Stefan Reinauer |
2010-03-01 | - Add rules that build either 4 or 5 ssdts (only those variants exist in the ... | Patrick Georgi |
2010-02-28 | Use the romstraps build infrastructure created for "tinybootblock" | Patrick Georgi |
2010-02-28 | - Add config flag for boards that have their own fadt.c | Patrick Georgi |
2010-02-27 | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi |
2010-02-25 | Move the ldscripts logic to src/arch/i386/Makefile.inc | Patrick Georgi |
2010-02-25 | Unify crt0s setup to src/arch/i386/Makefile.inc. This variable | Patrick Georgi |
2010-02-24 | Enable user selectable bootblocks, and provide a bootblock that | Patrick Georgi |
2010-02-11 | Fix AUTO_XIP_ROM_BASE issues on AMD boards with certain compilers, | Patrick Georgi |
2010-02-11 | $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do | Stefan Reinauer |
2010-02-11 | separate build.h and config.h usage (now possible because newconfig is gone) | Stefan Reinauer |
2010-02-10 | Remove two perl calls with sed, and adds an alternative | Patrick Georgi |
2010-02-10 | Drop src/config alltogether | Stefan Reinauer |
2010-02-09 | Allow building images with different prefixes (ie. normal/romstage, | Patrick Georgi |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-03 | Guards against errors that are hard to track down: | Patrick Georgi |
2010-01-30 | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer |
2009-12-23 | Tiny Bootblock, step 1/n. | Patrick Georgi |
2009-12-21 | Allow user to specify the size of a newly created cbfs image | Patrick Georgi |
2009-11-21 | Make the kconfig-style build work in mingw: | Patrick Georgi |
2009-11-11 | Rework bootblock size handling: | Patrick Georgi |
2009-10-28 | Remove all build/ prefixes in the build output. | Uwe Hermann |
2009-10-28 | Replace hard coded build with $(obj) paths. | Myles Watson |
2009-10-27 | Prefix all build output file names of files which end up in the build | Uwe Hermann |
2009-10-23 | VGA BIOS can be added independently of having a payload | Peter Stuge |
2009-09-24 | Make build_opt_tbl depend on config.h since it uses it. This fixes: | Myles Watson |
2009-09-23 | Separate payload compression from stage compression. | Myles Watson |
2009-08-25 | Use the gnu make .SILENT: mechanism instead of requiring | Patrick Georgi |
2009-08-25 | Improve build output. | Uwe Hermann |
2009-08-25 | Properly check for the LZMA compression variable, and fix a print | Patrick Georgi |
2009-08-25 | Only build option_table.o if CONFIG_HAVE_OPTION_TABLE is 'y'. | Uwe Hermann |
2009-08-17 | Allow setting up a VGABIOS image in Kconfig | Cristi Magherusan |
2009-08-13 | - AMD selected a couple of options that are incompatible with QEmu (and | Patrick Georgi |
2009-08-13 | Fix some conflicting types of variables | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |