summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i945
Commit message (Expand)AuthorAgeFilesLines
* Unify IO APIC address specificationPatrick Georgi2012-04-121-1/+2
* Intel northbridge I945: Apply un-written naming rulesKyösti Mälkki2012-03-163-16/+20
* Move C labels to start-of-linePatrick Georgi2012-03-071-1/+1
* Avoid ../../.. paths in ASL filesPatrick Georgi2012-02-171-4/+4
* Rename i945 ACPI files to not carry an i945_ prefixPatrick Georgi2012-02-174-3/+3
* northbridge/intel/i945: CHECK_SLFRCS_ON_RESUME Kconfig optionPeter Stuge2012-01-312-2/+11
* i945: fix tsc udelay()Sven Schnelle2012-01-101-2/+2
* I945: replace #if defined() by #ifSven Schnelle2011-10-191-2/+2
* use acpi.h include instead of manually adding acpi_slp_type.Stefan Reinauer2011-10-151-2/+1
* Report GSE chipset and warn if the code has been compiled for the wrong chipset.Stefan Reinauer2011-09-091-1/+7
* i945 GMA: restore tft brightness from cmosSven Schnelle2011-06-151-0/+7
* i82801gx: replace cafed00d/cafebabe by definesSven Schnelle2011-06-152-3/+3
* some ifdef --> if fixesStefan Reinauer2011-04-211-9/+9
* i945: improve get_top_of_ram()Sven Schnelle2011-04-101-2/+26
* [i945] Add SPD adress mappingSven Schnelle2011-02-212-21/+39
* SMM code on i945 platforms needs udelay()Peter Stuge2011-01-271-0/+2
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-272-1/+5
* The same mechanisms are used for normal and fallback images. Stefan Reinauer2010-12-191-1/+1
* fix according to coding guidelinesStefan Reinauer2010-12-161-1/+2
* Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek2010-12-132-1/+5
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* catch some illegal configurations (trivial)Stefan Reinauer2010-12-111-0/+4
* Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann2010-12-071-3/+0
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-203-31/+26
* Fix/drop some obsolete comments,Uwe Hermann2010-11-181-1/+1
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-37/+0
* Remove lib/ramtest.c-include from all CAR boards.Patrick Georgi2010-10-058-8/+57
* Make i945/raminit.c:fsbclk() return u16 rather than intPeter Stuge2010-10-011-5/+5
* Split NORTHBRIDGE_INTEL_I945 into more precise _I945GC and _I945GMPeter Stuge2010-10-012-32/+18
* Move several i945 config #defines from romstage.c to Kconfig.Patrick Georgi2010-10-012-17/+51
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-3/+3
* Convert i945 boards to use reserved resources instead of directly addingMyles Watson2010-09-131-9/+17
* drop three unneeded config variables:Jens Rottmann2010-08-271-1/+0
* CONFIG_DEBUG_RAM_SETUP and CONFIG_DEBUG_SMBUS are only available if the board /Jens Rottmann2010-08-261-0/+1
* One of my boards needs this mini delay in order to survive ram initialization.Stefan Reinauer2010-08-261-0/+2
* Fix i945 based boardsStefan Reinauer2010-08-251-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-1/+2
* Always enable parent resources before child resources.Myles Watson2010-06-171-2/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-3/+3
* i945:Stefan Reinauer2010-05-144-25/+62
* Fix i945 ACPI for ASL Optimizing Compiler version 20100428.Stefan Reinauer2010-05-141-11/+11
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-8/+8
* Make RAM init on i945GC workPatrick Georgi2010-04-201-9/+5
* zero warnings days...Stefan Reinauer2010-04-151-1/+0
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-225-34/+13
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-209/+207
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* i945 mini patch:Stefan Reinauer2010-03-051-2/+3
* This patch is from 2009-10-20Uwe Hermann2010-03-051-4/+2
* This is a general cleanup patchStefan Reinauer2010-02-223-9/+8