aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i3100
AgeCommit message (Expand)Author
2015-04-29kbuild: automatically include northbridgesStefan Reinauer
2015-03-01devicetree: Drop redundant scan_bus() opsKyösti Mälkki
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-01-27CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki
2015-01-06northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer
2014-12-18intel/truxton: Un-romcc-ify boardStefan Reinauer
2014-11-01northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan
2014-10-18i3100: Convert to per-device ACPIVladimir Serbinenko
2014-07-29Uniformly spell frequency unit symbol as HzElyes HAOUAS
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2014-07-08northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-05-25northbridge/intel/i3100/raminit.c: Uninitialized variableEdward O'Callaghan
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2013-09-11CBMEM northbridges: Remove references to global high_tables_baseKyösti Mälkki
2013-07-11Set PCI bus operations at buildtime for ramstageKyösti Mälkki
2013-07-04Move select MMCONF_SUPPORT under northbridge (fix)Kyösti Mälkki
2013-07-03Move select MMCONF_SUPPORT under northbridgeKyösti Mälkki
2013-05-10Get rid of a number of __GNUC__ checksStefan Reinauer
2013-05-10Drop prototype guarding for romccStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-11Intel: Replace MSR 0xcd with MSR_FSB_FREQPatrick Georgi
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Get rid of drivers classPatrick Georgi
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-07-24Rename cache_lbmem() to cache_ramstage()Stefan Reinauer
2012-05-08Clean up #ifsPatrick Georgi
2012-03-07Move C labels to start-of-linePatrick Georgi
2011-09-09Replace while with do; while to avoid repetitionNoe Rubinstein
2010-12-13We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek
2010-11-18Move DIMM_MAP_LOGICAL to Kconfig.Patrick Georgi
2010-11-15Move RCBA defines to northbridge (instead of mainboard)Patrick Georgi
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-27drop three unneeded config variables:Jens Rottmann
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-30fix compilation of mtarvonStefan Reinauer
2010-04-30Get rid of a few more warnings.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-16fix romcc compiled i3100 boards.Stefan Reinauer
2010-04-16zero warnings days: unify mp tables. fix warnings.Stefan Reinauer
2010-04-14drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-16pci drivers should be const.Stefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-07newconfig is no more.Patrick Georgi
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-09-29Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set.Myles Watson
2009-09-25some progress on kconfig:Patrick Georgi
2009-08-28This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i...Arnaud Maye
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-07-01Add support for the Intel Eagle Heights development board.Thomas Jourdan
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-30Add high tables support to all northbridges.Stefan Reinauer
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-24Support for the memory controller and PCIe interface of the IntelEd Swierk
2008-08-28Eric Biederman believes that he and Tom Zimmerman of the defunctEd Swierk
2008-08-25This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,Ed Swierk
2008-03-16This patch implements support for the Intel 3100 integrated ...Ed Swierk