summaryrefslogtreecommitdiffstats
path: root/northbridge
Commit message (Expand)AuthorAgeFilesLines
* This patch extends core2 smp support to v3. It is an Ronald G. Minnich2009-02-211-6/+25
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-123-16/+16
* One missed function rename in the stage2 pci resources allocation. phase4_ass...Marc Jones2009-01-201-1/+1
* This patch adds reserved regions to the geode northbridge for the ROM andMyles Watson2009-01-081-0/+19
* This is a small HT fixup until HT links get figured out better.Myles Watson2009-01-081-0/+24
* Port r3747, r3732, r3733 from v2 to v3 (build-tested on v3):Uwe Hermann2009-01-081-1/+1
* Port relevant parts of r3741 from v2 to v3 (build-tested on v3):Uwe Hermann2009-01-083-27/+28
* Port r3738 from v2 to v3 (build-tested in v3):Uwe Hermann2009-01-081-22/+23
* This patch updates geodelx to fit the new resource allocator better. ItMyles Watson2009-01-074-47/+56
* This patch fixes up k8 for the new resource allocator. It splitsMyles Watson2009-01-053-681/+516
* This patch fixes up kontron for the new resource allocator. MoreMyles Watson2008-12-312-5/+7
* This patch should serve as a porting help for other northbridges for the new...Myles Watson2008-12-313-22/+130
* specific-resources.diff:Myles Watson2008-12-315-38/+8
* This patch fixes a few small problems and gets cn700 to read from an IDE Corey Osgood2008-12-234-73/+25
* Make C7/CN700 boot to memtest86, and pass that test. Booting is very slow, ~1...Corey Osgood2008-12-1712-93/+248
* This patch:Corey Osgood2008-12-103-96/+186
* This patch changes unsigned [int] to u16 for subsystem IDs. They're in theMyles Watson2008-12-101-1/+1
* This patch removes some warnings from the v3 kontron build.Myles Watson2008-12-102-8/+8
* This patch adds two k8 devices from v2 to v3 (apic and mcf3.)Myles Watson2008-12-035-0/+258
* This board now builds. Ronald G. Minnich2008-11-242-5/+6
* Simple typos and fixups. This is almost building. Ronald G. Minnich2008-11-241-8/+4
* Index: northbridge/intel/i945/stage1.cRonald G. Minnich2008-11-245-617/+719
* This patch changes all occurrences of pci_dev_set_resources ->Myles Watson2008-11-244-4/+5
* This patch makes northbridge/amd/k8/pci.c use pci functions.Myles Watson2008-11-181-15/+7
* This patch fixes white space in northbridge/amd/pci with the help of indent.Myles Watson2008-11-181-229/+247
* This patch clarifies/fixes some debug output.Myles Watson2008-11-171-3/+4
* Move v2 printk_foo(...) syntax to v3 printk(BIOS_FOO, ...) syntax.Carl-Daniel Hailfinger2008-11-161-4/+4
* Get rid of un-needed functions in initram.cRonald G. Minnich2008-11-141-2/+5
* These are all cleanups to get it closer to building. Ronald G. Minnich2008-11-144-78/+86
* Index: northbridge/intel/i945/stage1.cRonald G. Minnich2008-11-142-4/+2
* Fewer errors. The weird part: I had to move all the i82801gx south files to b...Ronald G. Minnich2008-11-121-17/+18
* I'm committing often as I don't want people to run over each other (and I am ...Ronald G. Minnich2008-11-122-7/+3
* more cleanup, and an attempt at a mainboard dts for the kontron.Ronald G. Minnich2008-11-123-3/+0
* This is a tentative, initial commit for i945. I'm trying to keep names in Ronald G. Minnich2008-11-1015-0/+4822
* This patch removes code related to PCI type 2 configuration cycles (gone as ofMyles Watson2008-11-051-1/+1
* via vt8237, cn700 and jetway j7f2. Ronald G. Minnich2008-10-318-2/+529
* This patch documents the unreadable function in northbridge/amd/k8/pci.c andMyles Watson2008-10-293-21/+33
* Trivial fixes of printk \r\n and white space.Myles Watson2008-10-283-391/+391
* Trivial fixes of printk_debug and a comment from v2.Myles Watson2008-10-282-7/+2
* Marc reviewed the v3 device tree code and we developed the set ofRonald G. Minnich2008-10-271-1/+1
* This patch fixes whitespace so that a future patch is easier to read.Myles Watson2008-10-241-64/+64
* This patch fixes whitespace so that my next patch is easier to read.Myles Watson2008-10-242-98/+100
* Fix a bunch of Doxygen warnings in v3 (trivial).Uwe Hermann2008-10-232-2/+1
* Coding-style, whitespace, and Doxygen-fixes for util.c (trivial).Uwe Hermann2008-10-231-98/+115
* Read actual memory size in qemu-i386Patrick Georgi2008-10-232-4/+15
* This patch cleans up the showallroutes utility:Myles Watson2008-10-221-22/+23
* Add functions to print routes. Ronald G. Minnich2008-10-212-1/+240
* Add ram init support for the Via CN700 to v3. Note that this isn't based onCorey Osgood2008-10-153-0/+854
* Change an ifdef to an ifndef so it matches the logic of v2. Clean up someMyles Watson2008-10-141-114/+114
* Changes to make a get_nodes that can be built into stage1 and (for Ronald G. Minnich2008-10-063-11/+147