summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i3100
Commit message (Expand)AuthorAgeFilesLines
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-0/+1
* CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki2013-09-111-3/+1
* Set PCI bus operations at buildtime for ramstageKyösti Mälkki2013-07-111-1/+1
* Move select MMCONF_SUPPORT under northbridge (fix)Kyösti Mälkki2013-07-041-1/+0
* Move select MMCONF_SUPPORT under northbridgeKyösti Mälkki2013-07-031-0/+1
* Get rid of a number of __GNUC__ checksStefan Reinauer2013-05-101-2/+0
* Drop prototype guarding for romccStefan Reinauer2013-05-101-2/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0111-11/+11
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-5/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi2013-02-112-3/+5
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Get rid of drivers classPatrick Georgi2012-11-271-3/+3
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* Rename cache_lbmem() to cache_ramstage()Stefan Reinauer2012-07-242-2/+2
* Clean up #ifsPatrick Georgi2012-05-082-3/+3
* Move C labels to start-of-linePatrick Georgi2012-03-072-4/+4
* Replace while with do; while to avoid repetitionNoe Rubinstein2011-09-092-69/+46
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi2010-11-182-5/+7
* Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi2010-11-151-0/+2
* Convert some comments to proper Doxygen syntax.Uwe Hermann2010-10-261-1/+0
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-36/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-3/+3
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* drop three unneeded config variables:Jens Rottmann2010-08-271-1/+0
* Fix all warnings in the tree Stefan Reinauer2010-07-082-1/+11
* Always enable parent resources before child resources.Myles Watson2010-06-172-3/+2
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-092-5/+5
* Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson2010-05-211-2/+1
* fix compilation of mtarvonStefan Reinauer2010-04-301-1/+1
* Get rid of a few more warnings.Myles Watson2010-04-301-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-29/+29
* fix romcc compiled i3100 boards.Stefan Reinauer2010-04-161-0/+2
* zero warnings days: unify mp tables. fix warnings.Stefan Reinauer2010-04-161-0/+2
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-8/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-77/+77
* Fix all the format string warnings.Myles Watson2010-03-221-1/+0
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-7/+7
* pci drivers should be const.Stefan Reinauer2010-03-163-5/+5
* Replace clear_memory with memset.Myles Watson2010-03-112-2/+0
* This is a general cleanup patchStefan Reinauer2010-02-222-2/+2
* Various license header consistency fixes (trivial).Uwe Hermann2010-02-156-18/+12
* newconfig is no more.Patrick Georgi2010-02-071-28/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-4/+4
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson2009-09-291-4/+1
* some progress on kconfig:Patrick Georgi2009-09-252-0/+11
* This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye2009-08-283-1/+114