summaryrefslogtreecommitdiffstats
path: root/northbridge/amd
Commit message (Expand)AuthorAgeFilesLines
* Changed RAM speed calculation to fix RAM modules getting rejected onlyCarl-Daniel Hailfinger2009-03-191-11/+10
* Output GeodeLink and RAM speed in case of overclock error to make things more...Mart Raudsepp2009-03-191-0/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-14/+14
* 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
* 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
* specific-resources.diff:Myles Watson2008-12-313-36/+6
* This patch adds two k8 devices from v2 to v3 (apic and mcf3.)Myles Watson2008-12-035-0/+258
* 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
* This patch removes code related to PCI type 2 configuration cycles (gone as ofMyles Watson2008-11-051-1/+1
* 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
* 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
* 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
* m57sli mostly builds again. The stage0 is too large at 24k. Ronald G. Minnich2008-10-012-12/+18
* Forgot to add this one.Ronald G. Minnich2008-09-291-0/+24
* Continue cleanup. Still boots to etherboot in simnow. Ronald G. Minnich2008-09-192-134/+1
* This set of changes adds new nodes to dts that are required, addsRonald G. Minnich2008-09-182-7/+9
* The K8 is one example, but there are other devices (e.g. I2C) that also have Ronald G. Minnich2008-09-174-2/+14
* Make debug conditional. Ronald G. Minnich2008-09-161-68/+191
* This finishes the fix to log2. The computed dram size now matches the Ronald G. Minnich2008-09-014-19/+21
* add some printks to raminit and correct a typo on one comment. Ronald G. Minnich2008-08-311-1/+8
* This gets us back to a compiling k8 target. Ronald G. Minnich2008-08-302-0/+163
* This is closer! There are < 10 functions to be worked out, so most of Ronald G. Minnich2008-08-291-1/+1
* Closer to compiling. Add the fidvid functions. Continue to remove romcc Ronald G. Minnich2008-08-281-7/+0
* Fixes to make k8 and others work. Ronald G. Minnich2008-08-273-5/+11
* This set of changes gets us much farther, in fact, we get into initram. Ronald G. Minnich2008-08-2710-50/+62
* 1. Add call to stage 1 ht setup for mainboardRonald G. Minnich2008-08-261-25/+213
* I can't believe I forgot all these.Ronald G. Minnich2008-08-241-0/+2030
* add libstage1.cRonald G. Minnich2008-08-241-0/+124
* More sensible way to conditionally include hypertransport.cRonald G. Minnich2008-08-241-2/+1
* If you get a warning, it's because you SHOULD be getting a warning. Ronald G. Minnich2008-08-244-19/+14
* This now compiles (with many warnings but ...) and tries to build a rom Ronald G. Minnich2008-08-243-3/+4
* This now compiles and has a simple error on build to stage2. Ronald G. Minnich2008-08-234-17/+63
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-08-222-17/+17
* This is getting to the link phase. Still won't build as we don't have Ronald G. Minnich2008-08-223-18/+26
* Move GeodeLX register name array to .rodata and make my checker happy.Carl-Daniel Hailfinger2008-08-211-18/+22
* Add ddr2 defines. Ronald G. Minnich2008-08-212-1154/+1726
* Fix GeodeLX init variables in stage1 to be const. Real globalCarl-Daniel Hailfinger2008-08-201-4/+4