summaryrefslogtreecommitdiff
path: root/src/mainboard/intel
AgeCommit message (Expand)Author
2012-12-11print romstage output to the other serial portNoe Rubinstein
2012-12-11invert serialsNoe Rubinstein
2012-12-07formatting changes in DSDTNoe Rubinstein
2012-12-07Remove SuperIO (XIOH-specific)Noe Rubinstein
2012-12-07switch to vendor spec _with_ uuidGuillaume Knispel
2012-12-07make dsdt build with iasl version 20100528 and add vendor spec desc for XHFC ...Guillaume Knispel
2012-12-07add XHFC to DSDTNoe Rubinstein
2012-12-07deactivate MMCONF because it doesn't workNoe Rubinstein
2012-12-07Add execution tracesNoe Rubinstein
2012-12-07Rewrite EP80579 RAM initNoe Rubinstein
2011-06-23Revert "Fix AHCI SATA support on Truxton (and for all EP80579 chips) and enab...Noe Rubinstein
2011-06-23Add support for unbuffered DDR2 RAM to Truxton.Dustin Harrison
2011-06-23Add MMCONF support and set as default.Dustin Harrison
2011-06-23Add debugging to romstage and raminitDustin Harrison
2011-06-23Convert to CAR and make i3100/{early_smbus.c,smbus.c} compile with host gccDustin Harrison
2011-06-23Prevent hang on reboot by catching a soft reboot and then send a hard reboot.Dustin Harrison
2011-06-23Fix AHCI SATA support on Truxton (and for all EP80579 chips) and enable AHCI.Dustin Harrison
2011-06-23Fix IRQs on Truxton by adding ACPI.Dustin Harrison
2011-05-23AP_IN_SIPI_WAIT is already defined in the CPU Kconfig of those boards.Stefan Reinauer
2011-04-20run uart_init() from console_init, just like the other console initialization...Stefan Reinauer
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-04-15fix mainboards that were including earlymtrr.c without actually using it.Stefan Reinauer
2011-03-01Use subsystem id from devicetree.cb instead of Kconfig and moveSven Schnelle
2011-02-21[i945] Add SPD adress mappingSven Schnelle
2010-12-16Get mptable OEM/product ID from kconfig variables.Uwe Hermann
2010-12-13Compile cbmem.c instead of including it in romstage,Rudolf Marek
2010-12-11After this has been brought up many times before, rename src/arch/i386 toStefan Reinauer
2010-12-08Move "select CACHE_AS_RAM" lines from boards into CPU socket.Uwe Hermann
2010-12-08second round name simplification. drop the <component>_ prefix.Stefan Reinauer
2010-12-08first round name simplification. drop the <component>_ prefix.Stefan Reinauer
2010-12-07Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann
2010-11-22Drop per-board ram_check() calls for now.Uwe Hermann
2010-11-22Final set of smp_write_bus -> mptable_write_buses changes.Patrick Georgi
2010-11-21Simplify a few code chunks, fix whitespace and indentation.Uwe Hermann
2010-11-21Drop excessive whitespace randomly sprinkled in romstage.c files.Uwe Hermann
2010-11-21Convert more boards to use mptable_write_buses.Patrick Georgi
2010-11-21Use DIMM0 et al in lots more places instead of hardocding values.Uwe Hermann
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
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() forUwe Hermann