Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / Makefile.inc
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-23 Marc JonesGenerate and extract debug sysmbols for coreboot. ...
2010-08-14 Stefan ReinauerMy forgotten CAR cleanup patch...
2010-08-14 Stefan Reinauerbootblock_prologue.c (not a .c file!) and i386/init...
2010-06-07 Patrick GeorgiMake sure VSA is linked as ELF32 for i386 (instead...
2010-04-21 Stefan Reinaueroops, sorry for the last commit. This commit changes...
2010-04-20 Stefan ReinauerMake VSA code selectable in Kconfig
2010-04-19 Patrick Georgi- Make abuild -sb work again
2010-04-17 Stefan ReinauerThis piece of code was somehow lost in the switch to...
2010-04-16 Patrick GeorgiDon't use $(ROMCC) as dependency (due to ccache and...
2010-04-16 Patrick GeorgiBuild utils into their source directory equivalent in
2010-04-15 Patrick GeorgiAvoid two conflicting invocations of build_opt_tbl
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-09 Stefan ReinauerThis patch changes C7 CAR code to be a single assembler...
2010-04-09 Stefan Reinauerdrop now unussed cpu_reset.inc
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
2010-04-08 Patrick GeorgiSplit crt0.S.lb into prologue and epilogue
2010-03-30 Stefan Reinauerget coreboot_ap memory training in cache mechanism...
2010-03-30 Stefan Reinauermake crt0s and ldscripts evaluate late, so the chipset_...
2010-03-29 Stefan Reinauer- include option_table.h when it is created, and that...
2010-03-29 Stefan ReinauerThis patch drops the coreboot CMOS checksum ranges...
2010-03-29 Stefan ReinauerThis patch fixes build.h dependencies in coreboot again.
2010-03-27 Patrick Georgimake only needs to read Makefile.incs once, thanks...
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-24 Stefan Reinauerdependency tracking for coreboot
2010-03-24 Stefan ReinauerCPPFLAGS and DEBUG_CFLAGS don't exist since Kconfig...
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-03-16 Patrick GeorgiLeft over strip_quotes definition. Top level Makefile
2010-03-16 Patrick GeorgiStrip quotes from COREBOOT_ROM_DEPENDENCIES
2010-03-16 Patrick GeorgiImprove dependency tracking for coreboot.rom
2010-03-16 Patrick Georgi pat... Various changes to the buildsystem:
2010-03-15 Zheng BaoAdd an AM2R2 entry in to the src/arch/i386/Makefile...
2010-03-14 Patrick GeorgiAdd scan-build support to the build system.
2010-03-13 Stefan ReinauerFix llshell
2010-03-01 Stefan ReinauerThis patch implements MBI (modular bios interface)...
2010-03-01 Patrick Georgi- Add rules that build either 4 or 5 ssdts (only those...
2010-02-28 Patrick GeorgiUse the romstraps build infrastructure created for...
2010-02-28 Patrick Georgi- Add config flag for boards that have their own fadt.c
2010-02-27 Patrick Georgi- make HAVE_HARD_RESET match what newconfig did
2010-02-25 Patrick GeorgiMove the ldscripts logic to src/arch/i386/Makefile.inc
2010-02-25 Patrick GeorgiUnify crt0s setup to src/arch/i386/Makefile.inc. This...
2010-02-24 Patrick GeorgiEnable user selectable bootblocks, and provide a bootbl...
2010-02-11 Patrick GeorgiFix AUTO_XIP_ROM_BASE issues on AMD boards with certain...
2010-02-11 Stefan Reinauer$(DISTRO_CFLAGS) is newconfig heritage and was never...
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-02-10 Patrick GeorgiRemove two perl calls with sed, and adds an alternative
2010-02-10 Stefan ReinauerDrop src/config alltogether
2010-02-09 Patrick GeorgiAllow building images with different prefixes (ie....
2010-02-09 Patrick GeorgiMove all the copies of the romstage.inc rule to
2010-02-03 Patrick GeorgiGuards against errors that are hard to track down:
2010-01-30 Stefan Reinauer* fix crt0s/ldscripts paths to fix out of tree build.
2009-12-23 Patrick GeorgiTiny Bootblock, step 1/n.
2009-12-21 Patrick GeorgiAllow user to specify the size of a newly created cbfs...
2009-11-21 Patrick GeorgiMake the kconfig-style build work in mingw:
2009-11-11 Patrick GeorgiRework bootblock size handling:
2009-10-28 Uwe HermannRemove all build/ prefixes in the build output.
2009-10-28 Myles WatsonReplace hard coded build with $(obj) paths.
2009-10-27 Uwe HermannPrefix all build output file names of files which end...
2009-10-23 Peter StugeVGA BIOS can be added independently of having a payload
2009-09-24 Myles WatsonMake build_opt_tbl depend on config.h since it uses...
2009-09-23 Myles WatsonSeparate payload compression from stage compression.
2009-08-25 Patrick GeorgiUse the gnu make .SILENT: mechanism instead of requiring
2009-08-25 Uwe HermannImprove build output.
2009-08-25 Patrick GeorgiProperly check for the LZMA compression variable, and...
2009-08-25 Uwe HermannOnly build option_table.o if CONFIG_HAVE_OPTION_TABLE...
2009-08-17 Cristi MagherusanAllow setting up a VGABIOS image in Kconfig
2009-08-13 Patrick Georgi- AMD selected a couple of options that are incompatibl...
2009-08-13 Patrick GeorgiFix some conflicting types of variables
2009-08-12 Patrick GeorgiKconfig!