aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
AgeCommit message (Expand)Author
2010-11-18Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi
2010-11-18Move register block definitions out of board code intoPatrick Georgi
2010-11-17Move Intel power management related defines to some central location.Patrick Georgi
2010-11-16Drop commented out debug definesPatrick Georgi
2010-11-15Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi
2010-11-10Restructure i3100 Super I/O driver to match the rest of the codebase.Uwe Hermann
2010-11-07Remove unused defines (UART_*)Patrick Georgi
2010-10-31Remove incorrect IOAPIC lines from some mptable.c files.Uwe Hermann
2010-10-29Drop duplicate HAVE_ACPI_TABLES (trivial).Uwe Hermann
2010-10-26We need to call smp_write_lintsrc() instead of smp_write_intsrc() forTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-24Running a checked build of Windows is needed for understanding its various BI...Scott Duplichan
2010-10-13Remove various .c #includes from Intel i810/i82801ax/i82801bx boards.Uwe Hermann
2010-10-13Convert all Intel i810 boards to CAR.Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-10-05Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi
2010-10-01Remove a couple of defines that seem to be the result ofPatrick Georgi
2010-10-01Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge
2010-10-01Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-27This patch moves one of the CAR configs to the socket from the singleWarren Turkal
2010-09-26i82801bx defines the hard reset function, so move the "select" statement toWarren Turkal
2010-09-26Remove hard reset config from some mainboard configsWarren Turkal
2010-09-26Normalize the config option for the Intel Atom CPU.Warren Turkal
2010-09-25Drop some useless "../../../" in #includes (trivial).Uwe Hermann
2010-09-25Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial).Uwe Hermann
2010-09-25Various USB Debug Port fixes (trivial).Uwe Hermann
2010-09-25Keep the mc146818rtc.h include close to the option table include whereMyles Watson
2010-09-13Convert i945 boards to use reserved resources instead of directly addingMyles Watson
2010-09-02Fix compilation for mtarvon. CAR initialization does early_mtrr_init,Myles Watson
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-30Fix intel mtarvon compilation by switching it over to CAR.Stefan Reinauer
2010-08-30Restructured all vendors' Kconfig files to no longer source the boards'Jens Rottmann
2010-08-26Remove unused mainboard_config definitions. Trivial.Myles Watson
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-07Kill a few more warnings.Myles Watson
2010-07-06Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant
2010-06-21This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith
2010-06-21This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith
2010-06-05Fix two warnings:Stefan Reinauer
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-05-16v2 -> v4Stefan Reinauer
2010-05-14i945:Stefan Reinauer
2010-05-09Remove pc80/serial.c includes in ROMCC boards and includePatrick Georgi
2010-05-08Drop console/console.c and pc80/serial.c from mainboards'Patrick Georgi
2010-05-05Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster"Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25no warnings days.Stefan Reinauer
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-04-15zero warnings days...Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-04-13fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer
2010-04-13update atom car code in the same way that 6ex/6fx was updated.Stefan Reinauer
2010-04-13Fix eagleheights Stefan Reinauer
2010-04-09Drop the need for cpu_reset, it's really just a short cut to stage2.Stefan Reinauer
2010-04-09Copy acpi blobs in two parts to make sure gcc does the right thing.Myles Watson
2010-04-08Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson
2010-04-07fix epia-m700 compilation, and remove more warnings.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-31This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c andStefan Reinauer
2010-03-30indent mptable.cStefan Reinauer
2010-03-30build_opt_tbl: error instead of null pointer access if no checksum is defined.Stefan Reinauer
2010-03-30unify cmos.layout wrt AMD extended configuration registers.Stefan Reinauer
2010-03-29This drops the ASSEMBLY define from romstage.c, tooStefan Reinauer
2010-03-29__PRE_RAM__ is now correctly specified in the Makefile. No need to hack it intoStefan Reinauer
2010-03-29This patch drops the coreboot CMOS checksum ranges from Kconfig becauseStefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-24Get rid of type-punned pointer errors.Myles Watson
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22drop some unused files and fix warnings on i945 based systems.Stefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18Remove remaining uses ofPatrick Georgi
2010-03-18Rework boolean expression (DeMorgan and all) forPatrick Georgi
2010-03-18Remove fallback/normal handling in mainboards'Patrick Georgi
2010-02-28- Add config flag for boards that have their own fadt.cPatrick Georgi
2010-02-27- make HAVE_HARD_RESET match what newconfig didPatrick Georgi
2010-02-27This does the following:Stefan Reinauer
2010-02-25Move the ldscripts logic to src/arch/i386/Makefile.incPatrick Georgi
2010-02-25Unify crt0s setup to src/arch/i386/Makefile.inc. This variablePatrick Georgi
2010-02-23Only handle code as "driver" that actually uses our driverPatrick Georgi
2010-02-22CONFIG_ was missing.Stefan Reinauer
2010-02-22fix builds...Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-09Move all the copies of the romstage.inc rule toPatrick Georgi
2010-02-08Clean up ACPI:Patrick Georgi
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-01-30* fix crt0s/ldscripts paths to fix out of tree build.Stefan Reinauer
2010-01-25More Kconfig changes to improve match with newconfig:Patrick Georgi
2010-01-25Align several kconfig options to match newconfig:Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-18run preprocessor on DSDT of D945GCLF, otherwise Stefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer