summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
Commit message (Expand)AuthorAgeFilesLines
* Drop per-board ram_check() calls for now.Uwe Hermann2010-11-224-23/+0
* Final set of smp_write_bus -> mptable_write_buses changes.Patrick Georgi2010-11-226-52/+12
* Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann2010-11-215-23/+7
* Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann2010-11-216-23/+3
* Convert more boards to use mptable_write_buses.Patrick Georgi2010-11-211-12/+2
* Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann2010-11-215-15/+14
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-14/+10
* Unify DIMM SPD addressing. For Geode, change thePatrick Georgi2010-11-201-1/+1
* Fix/drop some obsolete comments,Uwe Hermann2010-11-182-8/+8
* Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi2010-11-182-2/+4
* Move register block definitions out of board code intoPatrick Georgi2010-11-181-6/+1
* Move Intel power management related defines to some central location.Patrick Georgi2010-11-171-5/+1
* Drop commented out debug definesPatrick Georgi2010-11-161-2/+0
* Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi2010-11-151-4/+1
* Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann2010-11-103-4/+16
* Remove unused defines (UART_*)Patrick Georgi2010-11-071-18/+0
* Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann2010-10-311-34/+1
* Drop duplicate HAVE_ACPI_TABLES (trivial).Uwe Hermann2010-10-291-1/+0
* We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich2010-10-263-6/+6
* Factor out common mptable code to mptable_init().Uwe Hermann2010-10-256-108/+15
* Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan2010-10-241-1/+1
* Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann2010-10-131-7/+4
* Convert all Intel i810 boards to CAR.Uwe Hermann2010-10-131-11/+3
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-129-14/+18
* - move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi2010-10-051-0/+1
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-054-25/+8
* Remove a couple of defines that seem to be the result ofPatrick Georgi2010-10-014-13/+0
* Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge2010-10-011-2/+1
* Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi2010-10-012-4/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-2/+2
* This patch moves one of the CAR configs to the socket from the singleWarren Turkal2010-09-271-9/+0
* i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal2010-09-261-1/+0
* Remove hard reset config from some mainboard configsWarren Turkal2010-09-261-1/+0
* Normalize the config option for the Intel Atom CPU.Warren Turkal2010-09-261-1/+0
* Drop some useless "../../../" in #includes (trivial).Uwe Hermann2010-09-252-2/+2
* Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann2010-09-251-1/+1
* Various USB Debug Port fixes (trivial).Uwe Hermann2010-09-251-2/+1
* Keep the mc146818rtc.h include close to the option table include whereMyles Watson2010-09-251-1/+0
* 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