summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/e7501
Commit message (Expand)AuthorAgeFilesLines
* intel/e7501: Remove unused northbridge codeKyösti Mälkki2016-11-088-2451/+0
* northbridge/intel/e7501: Add space around operatorsElyes HAOUAS2016-09-201-2/+2
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-122-65/+64
* northbridge/intel: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-312-14/+14
* src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* northbridge/intel: add missing #include guardsIru Cai2016-02-281-0/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-0/+1
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* kbuild: automatically include northbridgesStefan Reinauer2015-04-291-0/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-5/+6
* 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-126/+27
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* e7501: Move to perdev ACPIVladimir Serbinenko2014-10-192-0/+13
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-291-1/+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
* 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-011-1/+1
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-5/+0
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* sconfig: rename pci_domain -> domainStefan Reinauer2013-02-141-1/+1
* Remove assembly coded log2 functionRonald G. Minnich2012-11-281-1/+0
* Remove chip.h files without config structureKyösti Mälkki2012-10-072-5/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* Clear improper use of CONFIG_CACHE_AS_RAMKyösti Mälkki2011-10-281-16/+16
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-271-2/+2
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* Convert some comments to proper Doxygen syntax.Uwe Hermann2010-10-261-258/+220
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-39/+0
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-16/+16
* 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
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-16/+16
* 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-4/+4
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-275-74/+74
* zero warnings days...Stefan Reinauer2010-04-153-640/+716
* drop setup_ics code that was blatantly copied from cx700 and Stefan Reinauer2010-04-141-1/+1
* drop quite a lot of dead code that did nothing but produce warnings and makeStefan Reinauer2010-04-141-6/+3
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-53/+53
* drop USE_INIT should be USE_PRINTK_IN_CAR here.Stefan Reinauer2010-03-301-16/+16
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-16/+16
* This patch is from 2009-10-20Uwe Hermann2010-03-051-4/+1
* Remove register pressure from e7501 driver by not indirectly referencingStefan Reinauer2010-02-241-108/+98