summaryrefslogtreecommitdiffstats
path: root/southbridge
Commit message (Expand)AuthorAgeFilesLines
* cs5536: Make NAND code optional and implement timing settingMart Raudsepp2009-02-235-52/+103
* Fix missing indirection for CONFIG_PCI_64BIT_PREF_MEM. That config stillCarl-Daniel Hailfinger2009-02-131-1/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-6/+6
* Convert \r\n to \n in v3.Myles Watson2009-02-122-2/+2
* cs5536: Fix NAND Flash setup.Mart Raudsepp2009-02-091-1/+21
* cs5536: Use NANDF_CTL for NAND Flash Control Timing register constant 5140001...Mart Raudsepp2009-02-091-1/+1
* Fix rs690 bug about GPPSB configuration.Marc Jones2009-01-231-2/+2
* cs5536: Remove redundant enable_ide variable from ide device.Mart Raudsepp2009-01-092-9/+1
* cs5536: Add a NAND device and do the IDE PCI header disabling on time.Mart Raudsepp2009-01-092-17/+55
* Port r3747, r3732, r3733 from v2 to v3 (build-tested on v3):Uwe Hermann2009-01-082-41/+10
* This trivial patch adds the warnings Peter and Ron requested to the ck804 code.Myles Watson2009-01-072-0/+4
* This patch adds southbridge/nvidia/ck804 from v2 minimally updated for v3.Myles Watson2009-01-0530-0/+2944
* This patch removes the offset_pciio since there is never an offset_pciio anMyles Watson2009-01-051-33/+42
* This patch does some minor fixups for 8111 and 8132 and adds support for 8131.Myles Watson2009-01-057-15/+473
* This patch removes a couple of warnings from the compilation of mcp55 boards.Myles Watson2009-01-053-4/+1
* This patch should serve as a porting help for other northbridges for the new...Myles Watson2008-12-314-4/+69
* patch: geodelx.diffMyles Watson2008-12-311-2/+20
* specific-resources.diff:Myles Watson2008-12-314-45/+24
* This patch fixes a few small problems and gets cn700 to read from an IDE Corey Osgood2008-12-234-70/+46
* This patch makes the 8151 compile and adds it to the amd serengeti board.Myles Watson2008-12-191-3/+2
* Make C7/CN700 boot to memtest86, and pass that test. Booting is very slow, ~1...Corey Osgood2008-12-174-23/+41
* This patch:Corey Osgood2008-12-105-9/+81
* This patch changes unsigned [int] to u16 for subsystem IDs. They're in theMyles Watson2008-12-1011-14/+11
* This patch removes some warnings from the v3 kontron build.Myles Watson2008-12-101-1/+1
* These changes will, once they are used, allow the smm.elf to be generated. Ronald G. Minnich2008-11-273-20/+63
* For stefanRonald G. Minnich2008-11-251-0/+42
* This board now builds. Ronald G. Minnich2008-11-241-3/+3
* Simple typos and fixups. This is almost building. Ronald G. Minnich2008-11-242-3/+12
* Index: northbridge/intel/i945/stage1.cRonald G. Minnich2008-11-2410-33/+31
* This patch changes all occurrences of pci_dev_set_resources ->Myles Watson2008-11-2446-86/+88
* This patch fixes the 8132 so that it can use a 40-bit address space and soMyles Watson2008-11-191-11/+4
* Correct ops pointers in amd8111 dts.Myles Watson2008-11-172-2/+2
* This patch fixes debug printing.Myles Watson2008-11-171-2/+2
* Move v2 printk_foo(...) syntax to v3 printk(BIOS_FOO, ...) syntax.Carl-Daniel Hailfinger2008-11-162-153/+153
* Two remaining issues: Ronald G. Minnich2008-11-142-4/+7
* Get rid of un-needed functions in initram.cRonald G. Minnich2008-11-141-1/+1
* Index: northbridge/intel/i945/stage1.cRonald G. Minnich2008-11-141-1/+1
* Add core2 stage1.c dependencyRonald G. Minnich2008-11-141-1/+1
* fix compile errors and Ron's Makefile mistake. Ronald G. Minnich2008-11-133-2/+229
* Fewer errors. The weird part: I had to move all the i82801gx south files to b...Ronald G. Minnich2008-11-129-35/+22
* I'm committing often as I don't want people to run over each other (and I am ...Ronald G. Minnich2008-11-122-2/+3
* more cleanup, and an attempt at a mainboard dts for the kontron.Ronald G. Minnich2008-11-121-0/+23
* Stage 1 mostly works. Stage 2 needs lots of twiddling. Ronald G. Minnich2008-11-127-177/+18
* Filling in core 2 support. Ronald G. Minnich2008-11-121-1/+1
* initial commit of i82801gx for v3Ronald G. Minnich2008-11-1145-0/+3880
* cs5536: Support NAND flash on other locations than CS0Mart Raudsepp2008-11-062-45/+25
* This patch removes a warning by making the struct pointer const. Myles Watson2008-11-051-1/+1
* via vt8237, cn700 and jetway j7f2. Ronald G. Minnich2008-10-3110-17/+894
* General cleanup and comments for things that should be fixed in future.Ronald G. Minnich2008-10-291-0/+4
* Trivial fixes of printk \r\n and white space.Myles Watson2008-10-284-25/+25