summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
Commit message (Expand)AuthorAgeFilesLines
* Convert i945 boards to use reserved resources instead of directly addingMyles Watson2010-09-132-6/+0
* Fix compilation for mtarvon. CAR initialization does early_mtrr_init,Myles Watson2010-09-021-4/+5
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-302-2/+2
* Fix intel mtarvon compilation by switching it over to CAR.Stefan Reinauer2010-08-301-1/+9
* Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann2010-08-308-63/+64
* Remove unused mainboard_config definitions. Trivial.Myles Watson2010-08-266-17/+6
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-032-2/+0
* Kill a few more warnings.Myles Watson2010-07-071-0/+2
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-0613-26/+9
* This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith2010-06-211-0/+1
* This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith2010-06-217-0/+517
* Fix two warnings:Stefan Reinauer2010-06-051-5/+0
* also rename the config option.Stefan Reinauer2010-05-251-2/+2
* fix most usbdebug warnings and fix function names.Stefan Reinauer2010-05-251-2/+2
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-251-1/+1
* Move generation of mptable entries for ISA to generic code.Patrick Georgi2010-05-206-136/+7
* v2 -> v4Stefan Reinauer2010-05-161-1/+1
* i945:Stefan Reinauer2010-05-141-1/+1
* Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi2010-05-094-4/+0
* Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi2010-05-086-8/+5
* Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi2010-05-056-14/+14
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2727-120/+120
* no warnings days.Stefan Reinauer2010-04-253-12/+11
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-166-9/+9
* zero warnings days...Stefan Reinauer2010-04-151-70/+7
* Remove few more warnings and some dead code.Myles Watson2010-04-141-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-146-35/+13
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-131-2/+0
* update atom car code in the same way that 6ex/6fx was updated.Stefan Reinauer2010-04-131-3/+1
* Fix eagleheights Stefan Reinauer2010-04-131-4/+1
* Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer2010-04-093-3/+6
* Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson2010-04-092-6/+8
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-082-6/+6
* fix epia-m700 compilation, and remove more warnings.Stefan Reinauer2010-04-075-6/+7
* No warnings day, next round.Stefan Reinauer2010-04-061-5/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-316-70/+70
* This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer2010-03-316-6/+8
* indent mptable.cStefan Reinauer2010-03-301-15/+15
* build_opt_tbl: error instead of null pointer access if no checksum is defined.Stefan Reinauer2010-03-301-1/+2
* unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer2010-03-301-1/+1
* This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer2010-03-296-16/+5
* __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer2010-03-296-6/+6
* This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer2010-03-296-65/+0
* drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer2010-03-282-38/+9
* Get rid of type-punned pointer errors.Myles Watson2010-03-242-9/+6
* Fix all the format string warnings.Myles Watson2010-03-227-20/+7
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-227-29/+26
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-2212-55/+55
* Remove remaining uses ofPatrick Georgi2010-03-182-4/+0
* Rework boolean expression (DeMorgan and all) forPatrick Georgi2010-03-182-35/+0