summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i82830
Commit message (Expand)AuthorAgeFilesLines
* nb/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-273-3/+3
* CBMEM: Clarify CBMEM_TOP_BACKUP function usageKyösti Mälkki2017-05-271-1/+1
* MMCONF_SUPPORT: Flip default to enabledKyösti Mälkki2016-12-071-0/+1
* nb/intel: Fix some spelling mistakes in comments and stringsMartin Roth2016-11-212-12/+12
* northbridge/intel/i82830: Add space around operatorsElyes HAOUAS2016-09-201-8/+8
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-2/+2
* northbridge/intel/i82830: Unify UDELAY selectionStefan Reinauer2016-03-121-0/+1
* northbridge/intel: add missing #include guardsIru Cai2016-02-281-0/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-317-28/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-8/+7
* kbuild: automatically include northbridgesStefan Reinauer2015-04-291-0/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-5/+5
* CBMEM: Tag chipsets with LATE_CBMEM_INITKyösti Mälkki2015-01-271-0/+1
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-211-2/+0
* intel: Remove GFXUMA and related global variablesKyösti Mälkki2014-05-191-0/+1
* CBFS: use cbfs_get_file_content whenever possible rather than cbfs_get_fileVladimir Serbinenko2014-01-121-15/+3
* 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
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-016-6/+6
* 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
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Get rid of drivers classPatrick Georgi2012-11-271-2/+2
* yabel: Use X86_* instead of the more verbose M.x86.REG_*Patrick Georgi2012-11-241-4/+4
* Remove chip.h files without config structureKyösti Mälkki2012-10-072-24/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* Cleanup coreboot memory table includesKyösti Mälkki2012-08-081-1/+0
* Intel and GFXUMA: drop redundant use of lb_add_memory_range()Kyösti Mälkki2012-08-011-9/+0
* Intel and GFXUMA: fix MTRR and use uma_resource()Kyösti Mälkki2012-07-271-7/+7
* Intel 82810 and 82830: always room for PCI memoryKyösti Mälkki2012-07-271-11/+2
* Define global uma_memory variablesKyösti Mälkki2012-07-161-3/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* remove trailing whitespaceStefan Reinauer2011-11-011-1/+1
* some ifdef --> if fixesStefan Reinauer2011-04-212-3/+3
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* second round name simplification. drop the <component>_ prefix.stepan2010-12-082-1/+1
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-202-9/+6
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-37/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-3/+3
* 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
* VGA code needs to be refactored before it can be compiled conditionally.Myles Watson2010-08-031-1/+1
* Build VGA code conditionally to avoid errors when using SeaBIOS.Myles Watson2010-08-021-1/+1