summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i3100
Commit message (Expand)AuthorAgeFilesLines
* devicetree: Drop redundant scan_bus() opsKyösti Mälkki2015-03-011-7/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-153-7/+8
* CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki2015-01-271-0/+1
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-062-147/+60
* intel/truxton: Un-romcc-ify boardStefan Reinauer2014-12-182-10/+4
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* i3100: Convert to per-device ACPIVladimir Serbinenko2014-10-181-0/+25
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-291-5/+5
* src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan2014-07-111-5/+5
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* northbridge/intel/i3100/raminit.c: Uninitialized variableEdward O'Callaghan2014-05-252-3/+3
* 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