summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx
Commit message (Expand)AuthorAgeFilesLines
* northbridge/intel/i440bx: Unify UDELAY selectionStefan Reinauer2016-03-101-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
* Remove address from GPLv2 headersPatrick Georgi2015-05-217-7/+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-151-2/+3
* 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-25/+9
* northbridge/intel: Use DEVICE_NOOP macro over dummy symbolEdward O'Callaghan2014-11-011-7/+3
* northbridge,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-171-1/+0
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* 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-222-2/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-017-7/+7
* Drop CONFIG_WRITE_HIGH_TABLESStefan Reinauer2013-02-281-6/+1
* 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
* Get rid of drivers classPatrick Georgi2012-11-271-1/+1
* Remove chip.h files without config structureKyösti Mälkki2012-10-072-25/+0
* Auto-declare chip_operationsKyösti Mälkki2012-08-221-1/+0
* Clean up #ifsPatrick Georgi2012-05-081-2/+2
* northbridge/intel/i440bx: Registered SDRAM modules support and fixesKeith Hui2011-08-041-25/+39
* proper printk handling in src/northbridge/intel/i82810/raminit.cStefan Reinauer2010-12-271-22/+6
* dump_spd_registers() is only defined when ram init debugging is on.Stefan Reinauer2010-12-271-1/+4
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-273-7/+43
* Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Keith Hui2010-12-232-74/+26
* We hardcode highmemory size in every northbridge! This is bad, and especiall...Rudolf Marek2010-12-131-4/+3
* After finding the missing bit poweroff works now.Tobias Diedrich2010-11-271-0/+86
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-203-6/+3
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-39/+0
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-094-4/+21
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-061-1/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* A number of cleanups for 440BX raminit code.Keith Hui2010-09-201-30/+42
* 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
* 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
* cosmetics.Stefan Reinauer2010-05-251-2/+2
* license header fixes Nils Jacobs2010-05-141-2/+1
* Enable 440BX NB to use large memory modulesAnders Jenbo2010-04-271-6/+28
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-5/+5
* Remove some additional white space to make it look nicer in nanoAnders Jenbo2010-04-271-23/+23
* zero warning days.Stefan Reinauer2010-04-091-1/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-34/+34
* drop USE_INIT should be USE_PRINTK_IN_CAR here.Stefan Reinauer2010-03-301-2/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-8/+8