aboutsummaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)Author
2009-10-26Define some variables that were not defined. There are a couple left.Myles Watson
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-16Drop unused and useless CONFIG_MAX_PCI_BUSES.Uwe Hermann
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-08Simplify targets/amd/serengeti_cheetah/Config.lb. There were too manyMyles Watson
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-04This removes the uses of the buildrom utility and the coreboot.stripPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-10-02Remove motorola PPC boards. These have lain untouched and unused by anyoneRonald G. Minnich
2009-09-26* drop libgcc from coreboot_apc.o, not needed.Stefan Reinauer
2009-09-17I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.Myles Watson
2009-08-27coreboot was still using an old set (obsolete since yabel) of x86emu includesStefan Reinauer
2009-08-11Enable CBFS everywhere. All boards compiled for me (abuild tested),Patrick Georgi
2009-08-05Prepare for kconfig: Rename COREBOOT_V2 to CONFIG_COREBOOT_V2Patrick Georgi
2009-07-21Add more warnings to CFLAGS, and also add some to HOSTCFLAGSStefan Reinauer
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-07-01Ron,Jon Harrison
2009-06-30the tool chain settings should not be in renamed (as they will never live inStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-19Undo my ugly commit that added uses clauses in lots of places instead of one.Myles Watson
2009-06-06When I started refactoring mainboard Config.lb, I added two differentCarl-Daniel Hailfinger
2009-06-06Change the CBFS build process to use coreboot.romPatrick Georgi
2009-05-30Many Kudos go to Segher Boessenkool and Patrick Georgi for figuring this oneStefan Reinauer
2009-05-29rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN...Joseph Smith
2009-05-29Implement native VGA Support.Luc Verhaegen
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-04-23This patch hooks up git mirrored svn revisions and adds someCarl-Daniel Hailfinger
2009-04-22Sometimes when we debug the code, we need to know which version we areZheng Bao
2009-04-22This patch fixes the parser. '|' has special meaning so [|] is used.Myles Watson
2009-04-22Convert 12 more boards to use include statements in Config.lb.Carl-Daniel Hailfinger
2009-04-21Somehow svn add didn't work for the include files. Commit the remainderCarl-Daniel Hailfinger
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-13Following patch adds necessary hooks and as well the compile time checks forRudolf Marek
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-31Add the CONFIG_ROMS config variable. Ronald G. Minnich
2009-03-19fix the following warning on all boards that don't have PIRQ_ROUTE enabledStefan Reinauer
2009-03-18add YABEL flag to options to decide wether access to devices other than the o...Pattrick Hueper
2009-03-17Don't know if this is the correct fix, but it fixes compilation of the PPCStefan Reinauer
2009-03-14add YABEL Debug Flags to OptionsPattrick Hueper
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-1120090310-2-gcc-for-real:Patrick Georgi
2009-03-1120090310-1-paths:Patrick Georgi
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-03-06really clean out all compile time generated files (trivial)Stefan Reinauer
2009-03-04fix make clean as suggested by Myles Watson.Stefan Reinauer
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer
2009-02-28fix those two boards that broke due to the config tool fixes.Stefan Reinauer
2009-02-28With this patch the v2 build system will create a directory hierarchyStefan Reinauer
2009-02-27Generic approach of putting BIOS tables at the end of memoryStefan Reinauer
2009-01-21Now that x86emu debugging is actually working, it should be switched off perStefan Reinauer
2009-01-20some brown paperbag please. fix build.Stefan Reinauer
2009-01-20This patch makes the recently added assembler debug optional, as it mayStefan Reinauer
2009-01-19ouch. never do last minute changes. :-(Stefan Reinauer
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-11-30ok, another attempt to the build_opt_tbl problem:Stefan Reinauer
2008-11-28This patch from Ralf Grosse Boerger makes debugging more comfortable. Stefan Reinauer
2008-11-28This patch fixes the ugly race condition created through build_opt_tblStefan Reinauer
2008-11-11[PATCH] coreboot-v2: Add multiboot supportRobert Millan
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-10-29Changes required to the device allocator:Stefan Reinauer
2008-10-16Revision 3564 improved compilation time, but it also introduced aCarl-Daniel Hailfinger
2008-09-22Patch for AMD RS690 chipset.Michael Xie
2008-09-04This changes the python generated makefilesCarl-Daniel Hailfinger
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-08-01clean out obsoleted config.lb rules and output, fix indenting (trivial)Stefan Reinauer
2008-08-01fix typo in coreboot_ram.ld comment (trivial)Stefan Reinauer
2008-07-23Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how itMarc Jones
2008-07-23Update to the latest AMD Fam10 microcode patches.Marc Jones
2008-03-29Now coreboot performs IRQ routing for some boards.Nikolay Petukhov
2008-02-25This patch adds automatic fan control for the CPU fan on the m57sliRonald Hoogenboom
2008-02-09add $(CROSS_COMPILE) to ar calls.Marc Jones
2008-01-22Use "--build-id=none" as linker flags if build-id is supported.Marc Karasek
2008-01-18rename linuxbios_* files, too.Stefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-08Ubuntu's gcc doesn't write "install:" in german locales.Patrick Georgi
2008-01-06Since a VGA console and the need to run any option ROMs areTorsten Duwe
2007-12-19Initial AMD Barcelona support for rev Bx.Marc Jones
2007-10-07Fix some issues with spaces in the code and Doxygen style documentation.Juergen Beisert
2007-10-05This patch will add support for the Geode GX1/CS5530 VGA feature. It's ableJuergen Beisert
2007-02-28This is (most of) the usb2 debug console code ripped out of Yinghai Lu
2006-12-15Apply linuxbios-rename-other-payload-options.patchEd Swierk
2006-12-15Apply linuxbios-rename-compressed-payload-options.patch, refs #14Ed Swierk
2006-10-07Add serial stream payload support from Ed Swierk <eswierk@arastra.com>Stefan Reinauer
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04failover_failover apc ldsYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-09-20Lots of lx fixes. CLeanup mainly. THings now buildRonald G. Minnich
2006-09-14additions and mods for lzma. Carl-Daniel Hailfinger
2006-09-08hurry hurry before we might start 3.0 ;-)Stefan Reinauer
2006-08-23enable graphs created by dot.Stefan Reinauer
2006-08-03slightly changed C.D. Hailfinger's precompressed rom stream patchStefan Reinauer
2006-05-18add option to decide to use onboard vga or addon card.Yinghai Lu
2006-05-02add automatic payload compression method to LinuxBIOSStefan Reinauer
2006-04-23Adds a CONFIG_MAX_PCI_BUSES to pci_locate_device()Richard Smith
2006-04-03new cache_as_ram support Yinghai Lu
2006-03-19small cleanup attempt in sc520 code. there needs to be some major springStefan Reinauer
2006-02-19gcc 4.1 fixes.Stefan Reinauer
2006-02-06make doxygen workRonald G. Minnich